Relacs Core Library
0.9.8
|
#include <plottrace.h>
Public Member Functions | |
PlotEventStyle (void) | |
PlotEventStyle (const PlotEventStyle &pes) | |
const Plot::PointStyle & | point (void) const |
Plot::PointStyle & | point (void) |
void | setPoint (const Plot::PointStyle &style) |
void | setPoint (Plot::Points ptype=Plot::Circle, int psize=10, int pcolor=Plot::Transparent, int pfill=Plot::Transparent) |
void | setStyle (const Plot::LineStyle &lstyle, const Plot::PointStyle &pstyle) |
void | setStyle (int lcolor=Plot::Transparent, int lwidth=1, Plot::Dash ldash=Plot::Solid, Plot::Points ptype=Plot::Circle, int psize=10, int pcolor=Plot::Transparent, int pfill=Plot::Transparent) |
double | yPos (void) const |
Plot::Coordinates | yCoor (void) const |
void | setYPos (double ypos, Plot::Coordinates ycoor=Plot::Graph) |
void | setYData (void) |
double | size (void) const |
Plot::Coordinates | sizeCoor (void) const |
void | setSize (double size, Plot::Coordinates sizecoor=Plot::GraphY) |
Public Member Functions inherited from PlotTraceStyle | |
PlotTraceStyle (void) | |
PlotTraceStyle (const PlotTraceStyle &pts) | |
PlotTraceStyle (bool visible, int panel, int lcolor) | |
bool | visible (void) const |
void | setVisible (bool visible) |
int | panel (void) const |
void | setPanel (int panel) |
int | handle (void) const |
void | setHandle (int handle) |
void | clearPanel (void) |
const QAction * | action (void) const |
QAction * | action (void) |
void | setAction (QAction *action) |
const Plot::LineStyle & | line (void) const |
Plot::LineStyle & | line (void) |
void | setLine (const Plot::LineStyle &style) |
void | setLine (int lcolor=Plot::Transparent, int lwidth=1, Plot::Dash ldash=Plot::Solid) |
Protected Attributes | |
Plot::PointStyle | Point |
double | YPos |
Plot::Coordinates | YCoor |
bool | YData |
double | Size |
Plot::Coordinates | SizeCoor |
Protected Attributes inherited from PlotTraceStyle | |
QAction * | Action |
bool | Visible |
int | Panel |
int | Handle |
Plot::LineStyle | Line |
Plot style and properties for a events.
PlotEventStyle | ( | void | ) |
References PlotTraceStyle::setLine(), Plot::Solid, and Plot::Transparent.
PlotEventStyle | ( | const PlotEventStyle & | pes | ) |
const Plot::PointStyle & point | ( | void | ) | const |
References PlotEventStyle::Point.
Plot::PointStyle & point | ( | void | ) |
References PlotEventStyle::Point.
void setPoint | ( | const Plot::PointStyle & | style | ) |
References PlotEventStyle::Point.
Referenced by PlotEventStyle::setPoint(), and PlotEventStyle::setStyle().
void setPoint | ( | Plot::Points | ptype = Plot::Circle , |
int | psize = 10 , |
||
int | pcolor = Plot::Transparent , |
||
int | pfill = Plot::Transparent |
||
) |
References PlotEventStyle::setPoint().
void setStyle | ( | const Plot::LineStyle & | lstyle, |
const Plot::PointStyle & | pstyle | ||
) |
References PlotTraceStyle::Line, and PlotEventStyle::Point.
void setStyle | ( | int | lcolor = Plot::Transparent , |
int | lwidth = 1 , |
||
Plot::Dash | ldash = Plot::Solid , |
||
Plot::Points | ptype = Plot::Circle , |
||
int | psize = 10 , |
||
int | pcolor = Plot::Transparent , |
||
int | pfill = Plot::Transparent |
||
) |
References PlotTraceStyle::setLine(), and PlotEventStyle::setPoint().
double yPos | ( | void | ) | const |
References PlotEventStyle::YPos.
Plot::Coordinates yCoor | ( | void | ) | const |
References PlotEventStyle::YCoor.
void setYPos | ( | double | ypos, |
Plot::Coordinates | ycoor = Plot::Graph |
||
) |
References PlotEventStyle::YCoor, PlotEventStyle::YData, and PlotEventStyle::YPos.
void setYData | ( | void | ) |
References PlotEventStyle::YData.
double size | ( | void | ) | const |
References PlotEventStyle::Size.
Referenced by PlotEventStyle::setSize().
Plot::Coordinates sizeCoor | ( | void | ) | const |
References PlotEventStyle::SizeCoor.
void setSize | ( | double | size, |
Plot::Coordinates | sizecoor = Plot::GraphY |
||
) |
References PlotEventStyle::size(), PlotEventStyle::Size, and PlotEventStyle::SizeCoor.
|
protected |
Referenced by PlotEventStyle::point(), PlotEventStyle::setPoint(), and PlotEventStyle::setStyle().
|
protected |
Referenced by PlotEventStyle::setYPos(), and PlotEventStyle::yPos().
|
protected |
Referenced by PlotEventStyle::setYPos(), and PlotEventStyle::yCoor().
|
protected |
Referenced by PlotEventStyle::setYData(), and PlotEventStyle::setYPos().
|
protected |
Referenced by PlotEventStyle::setSize(), and PlotEventStyle::size().
|
protected |
Referenced by PlotEventStyle::setSize(), and PlotEventStyle::sizeCoor().