|
virtual void | setText (const char *pszObjectName, const char *pszValue)=0 |
|
virtual void | text (const char *pszObjectName, char *pszOut, const int &nOutMaxSize)=0 |
|
virtual void | setEnabled (const char *pszObjectName, const bool &bEnabled)=0 |
|
virtual bool | isEnabled (const char *pszObjectName)=0 |
|
virtual void | setCurrentIndex (const char *pszObjectName, const int &nValue)=0 |
|
virtual int | currentIndex (const char *pszObjectName)=0 |
|
virtual void | setChecked (const char *pszObjectName, const int &nValue)=0 |
|
virtual int | isChecked (const char *pszObjectName)=0 |
|
virtual void | comboBoxAppendString (const char *pszControlName, const char *pszValue)=0 |
|
virtual void | tableWidgetSetItem (const char *pszControlName, const int &nRow, const int &nCol, const char *pszValue)=0 |
|
virtual void | tableWidgetGetItem (const char *pszControlName, const int &nRow, const int &nCol, char *pszValue, const int &nOutMaxSize)=0 |
|
virtual void | tableWidgetCurrentRow (const char *pszControlName, int &nRow)=0 |
|
virtual void | tableWidgetCurrentCol (const char *pszControlName, int &nCol)=0 |
|
virtual void | tableWidgetRemoveRow (const char *pszControlName, const int &nRow)=0 |
|
virtual void | tableWidgetRemoveCol (const char *pszControlName, const int &nCol)=0 |
|
virtual void | messageBox (const char *pszTitle, const char *pszMessage)=0 |
|
virtual bool | invokeMethod (const char *pszObjectName, const char *pszMethodName, char *pszReturn=NULL, const int &nReturnMaxSize=0, const char *pszArg1=NULL)=0 |
|
virtual void | setPropertyString (const char *pszObjectName, const char *pszPropertyName, const char *pszValue)=0 |
|
virtual void | propertyString (const char *pszObjectName, const char *pszPropertyName, char *pszOut, const int &nOutMaxSize)=0 |
|
virtual void | setPropertyInt (const char *pszObjectName, const char *pszPropertyName, const int &nValue)=0 |
|
virtual void | propertyInt (const char *pszObjectName, const char *pszPropertyName, int &nValue)=0 |
|
virtual void | setPropertyDouble (const char *pszObjectName, const char *pszPropertyName, const double &dValue)=0 |
|
virtual void | propertyDouble (const char *pszObjectName, const char *pszPropertyName, double &dValue)=0 |
|
The X2GUIExchangeInterface provides the X2 developer the means to get and set data from a graphical user interface (X2GUIInterface)
The X2GUIInterface returns this interface so X2 developer can set/get data from a X2GUIInterface.