|
void | clearPoints () |
|
void | clearPlots () |
|
void | insertPlot (const XString &label, int colx=0, int coly1=1, int coly2=-1, int colweight=-1, int colz=-1) |
|
void | setLabel (unsigned int col, const char *label) |
|
const std::vector< XString > & | labels () const |
|
void | setRowCount (unsigned int rowcnt) |
|
void | setColCount (unsigned int colcnt, const char **labels) |
|
unsigned int | rowCount () const |
|
unsigned int | colCount () const |
|
unsigned int | numPlots () const |
|
const double * | cols (unsigned int n) const |
|
double * | cols (unsigned int n) |
|
const double * | weight () const |
|
int | colX (unsigned int plotnum) const |
|
int | colY1 (unsigned int plotnum) const |
|
int | colY2 (unsigned int plotnum) const |
|
int | colWeight (unsigned int plotnum) const |
|
int | colZ (unsigned int plotnum) const |
|
const shared_ptr< XXYPlot > & | plot (unsigned int plotnum) const |
|
const shared_ptr< XAxis > & | axisx () const |
|
const shared_ptr< XAxis > & | axisy () const |
|
const shared_ptr< XAxis > & | axisy2 () const |
|
const shared_ptr< XAxis > & | axisz () const |
|
const shared_ptr< XAxis > & | axisw () const |
|
const Talker< bool > & | onIconChanged () const |
|
Talker< bool > & | onIconChanged () |
|
bool | isUIEnabled () const |
| If true, operations are allowed by UI and scripts.
|
|
void | setUIEnabled (bool var) |
|
bool | isDisabled () const |
|
void | disable () |
|
bool | isRuntime () const |
|
void | setRuntime (bool var) |
|
Talker< XNode * > & | onUIFlagsChanged () |
|
const Talker< XNode * > & | onUIFlagsChanged () const |
|
XN & | node () noexcept |
| Points to the corresponding node.
|
|
const XN & | node () const noexcept |
| Points to the corresponding node.
|
|
int64_t | serial () const noexcept |
|
Transaction< XN > & | tr () noexcept |
|
virtual void | catchEvent (const shared_ptr< XN > &, int) |
|
virtual void | releaseEvent (const shared_ptr< XN > &, int) |
|
virtual void | moveEvent (unsigned int, unsigned int) |
|
virtual void | listChangeEvent () |
|
| atomic_countable (const atomic_countable &) noexcept |
|
atomic_countable & | operator= (const atomic_countable &)=delete |
|
Definition at line 50 of file xwavengraph.h.