Public Member Functions | |
XQGraphDialogConnector (const shared_ptr< XGraph > &graph, DlgGraphSetup *item) | |
![]() | |
XQConnector (const shared_ptr< XNode > &node, QWidget *item) | |
Don't forget this macro for XQConnector objects. | |
virtual | ~XQConnector () |
Disconnect all signals & slots. | |
Private Member Functions | |
void | onSelAxisChanged (const Snapshot &shot, XValueNodeBase *node) |
void | onSelPlotChanged (const Snapshot &shot, XValueNodeBase *node) |
Private Attributes | |
DlgGraphSetup *const | m_pItem |
shared_ptr< XItemNode < XPlotList, XPlot > > | m_selPlot |
shared_ptr< XItemNode < XAxisList, XAxis > > | m_selAxis |
shared_ptr< XListener > | m_lsnAxisChanged |
shared_ptr< XListener > | m_lsnPlotChanged |
xqcon_ptr | m_conDrawLines |
xqcon_ptr | m_conDisplayMajorGrids |
xqcon_ptr | m_conDisplayMinorGrids |
xqcon_ptr | m_conDrawPoints |
xqcon_ptr | m_conDrawBars |
xqcon_ptr | m_conAutoScale |
xqcon_ptr | m_conLogScale |
xqcon_ptr | m_conDisplayMajorTics |
xqcon_ptr | m_conDisplayMinorTics |
xqcon_ptr | m_conDisplayTicLabels |
xqcon_ptr | m_conTicLabelFormat |
xqcon_ptr | m_conAxisMin |
xqcon_ptr | m_conAxisMax |
xqcon_ptr | m_conMaxCount |
xqcon_ptr | m_conBackGround |
xqcon_ptr | m_conMajorGridColor |
xqcon_ptr | m_conMinorGridColor |
xqcon_ptr | m_conPointColor |
xqcon_ptr | m_conLineColor |
xqcon_ptr | m_conBarColor |
xqcon_ptr | m_conClearPoints |
xqcon_ptr | m_conColorPlot |
xqcon_ptr | m_conColorPlotColorHigh |
xqcon_ptr | m_conColorPlotColorLow |
xqcon_ptr | m_conPlots |
xqcon_ptr | m_conAxes |
xqcon_ptr | m_conIntensity |
xqcon_ptr | m_conDrawLegends |
xqcon_ptr | m_conPersistence |
Additional Inherited Members | |
![]() | |
static shared_ptr< XNode > | connectedNode (const QWidget *item) |
![]() | |
bool | isItemAlive () const |
virtual void | onUIFlagsChanged (const Snapshot &shot, XNode *node) |
![]() | |
shared_ptr< XListener > | m_lsnUIEnabled |
QWidget * | m_pWidget |
Definition at line 24 of file graphdialogconnector.h.