Relacs
0.9.8
|
#include <plottrace.h>
Public Member Functions | |
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 | |
QAction * | Action |
bool | Visible |
int | Panel |
int | Handle |
Plot::LineStyle | Line |
Plot style and properties for a trace.
PlotTraceStyle | ( | void | ) |
PlotTraceStyle | ( | const PlotTraceStyle & | pts | ) |
PlotTraceStyle | ( | bool | visible, |
int | panel, | ||
int | lcolor | ||
) |
bool visible | ( | void | ) | const |
References PlotTraceStyle::Visible.
Referenced by PlotTraceStyle::setVisible().
void setVisible | ( | bool | visible | ) |
References PlotTraceStyle::visible(), and PlotTraceStyle::Visible.
int panel | ( | void | ) | const |
References PlotTraceStyle::Panel.
Referenced by PlotTraceStyle::setPanel().
void setPanel | ( | int | panel | ) |
References PlotTraceStyle::panel(), and PlotTraceStyle::Panel.
int handle | ( | void | ) | const |
References PlotTraceStyle::Handle.
Referenced by PlotTraceStyle::setHandle().
void setHandle | ( | int | handle | ) |
References PlotTraceStyle::handle(), and PlotTraceStyle::Handle.
void clearPanel | ( | void | ) |
References PlotTraceStyle::Handle, and PlotTraceStyle::Panel.
const QAction * action | ( | void | ) | const |
References PlotTraceStyle::Action.
Referenced by PlotTraceStyle::setAction().
QAction * action | ( | void | ) |
References PlotTraceStyle::Action.
void setAction | ( | QAction * | action | ) |
References PlotTraceStyle::action(), and PlotTraceStyle::Action.
const Plot::LineStyle & line | ( | void | ) | const |
References PlotTraceStyle::Line.
Plot::LineStyle & line | ( | void | ) |
References PlotTraceStyle::Line.
void setLine | ( | const Plot::LineStyle & | style | ) |
References PlotTraceStyle::Line.
Referenced by PlotEventStyle::PlotEventStyle(), PlotTraceStyle::setLine(), and PlotEventStyle::setStyle().
void setLine | ( | int | lcolor = Plot::Transparent , |
int | lwidth = 1 , |
||
Plot::Dash | ldash = Plot::Solid |
||
) |
References PlotTraceStyle::setLine().
|
protected |
Referenced by PlotTraceStyle::action(), and PlotTraceStyle::setAction().
|
protected |
Referenced by PlotTraceStyle::setVisible(), and PlotTraceStyle::visible().
|
protected |
Referenced by PlotTraceStyle::clearPanel(), PlotTraceStyle::panel(), and PlotTraceStyle::setPanel().
|
protected |
Referenced by PlotTraceStyle::clearPanel(), PlotTraceStyle::handle(), and PlotTraceStyle::setHandle().
|
protected |
Referenced by PlotTraceStyle::line(), PlotTraceStyle::setLine(), and PlotEventStyle::setStyle().