|
X2 Standard
Version 1.25
|
This is the complete list of members for X2GUIExchangeInterface, including all inherited members.
| comboBoxAppendString(const char *pszControlName, const char *pszValue)=0 | X2GUIExchangeInterface | pure virtual |
| currentIndex(const char *pszObjectName)=0 | X2GUIExchangeInterface | pure virtual |
| invokeMethod(const char *pszObjectName, const char *pszMethodName, char *pszReturn=NULL, const int &nReturnMaxSize=0, const char *pszArg1=NULL)=0 | X2GUIExchangeInterface | pure virtual |
| isChecked(const char *pszObjectName)=0 | X2GUIExchangeInterface | pure virtual |
| isEnabled(const char *pszObjectName)=0 | X2GUIExchangeInterface | pure virtual |
| messageBox(const char *pszTitle, const char *pszMessage)=0 | X2GUIExchangeInterface | pure virtual |
| propertyDouble(const char *pszObjectName, const char *pszPropertyName, double &dValue)=0 | X2GUIExchangeInterface | pure virtual |
| propertyInt(const char *pszObjectName, const char *pszPropertyName, int &nValue)=0 | X2GUIExchangeInterface | pure virtual |
| propertyString(const char *pszObjectName, const char *pszPropertyName, char *pszOut, const int &nOutMaxSize)=0 | X2GUIExchangeInterface | pure virtual |
| setChecked(const char *pszObjectName, const int &nValue)=0 | X2GUIExchangeInterface | pure virtual |
| setCurrentIndex(const char *pszObjectName, const int &nValue)=0 | X2GUIExchangeInterface | pure virtual |
| setEnabled(const char *pszObjectName, const bool &bEnabled)=0 | X2GUIExchangeInterface | pure virtual |
| setPropertyDouble(const char *pszObjectName, const char *pszPropertyName, const double &dValue)=0 | X2GUIExchangeInterface | pure virtual |
| setPropertyInt(const char *pszObjectName, const char *pszPropertyName, const int &nValue)=0 | X2GUIExchangeInterface | pure virtual |
| setPropertyString(const char *pszObjectName, const char *pszPropertyName, const char *pszValue)=0 | X2GUIExchangeInterface | pure virtual |
| setText(const char *pszObjectName, const char *pszValue)=0 | X2GUIExchangeInterface | pure virtual |
| tableWidgetCurrentCol(const char *pszControlName, int &nCol)=0 | X2GUIExchangeInterface | pure virtual |
| tableWidgetCurrentRow(const char *pszControlName, int &nRow)=0 | X2GUIExchangeInterface | pure virtual |
| tableWidgetGetItem(const char *pszControlName, const int &nRow, const int &nCol, char *pszValue, const int &nOutMaxSize)=0 | X2GUIExchangeInterface | pure virtual |
| tableWidgetRemoveCol(const char *pszControlName, const int &nCol)=0 | X2GUIExchangeInterface | pure virtual |
| tableWidgetRemoveRow(const char *pszControlName, const int &nRow)=0 | X2GUIExchangeInterface | pure virtual |
| tableWidgetSetItem(const char *pszControlName, const int &nRow, const int &nCol, const char *pszValue)=0 | X2GUIExchangeInterface | pure virtual |
| text(const char *pszObjectName, char *pszOut, const int &nOutMaxSize)=0 | X2GUIExchangeInterface | pure virtual |
| ~X2GUIExchangeInterface() (defined in X2GUIExchangeInterface) | X2GUIExchangeInterface | inlinevirtual |