|
Public Member Functions |
|
bool | ConnectEditCtrl (HWND hEdit, const XmPath &p, int editStyle=0) |
| | Connect an edit control to the dialog and the given path.
|
|
bool | ConnectEditCtrlID (int id, const XmPath &p, int editStyle=0) |
| | Connect an edit control to the dialog and the given path.
|
|
CXmComboBoxCtrl * | ConnectComboIndex (HWND combobox, const XmPath &p, int comboStyle=0) |
| | Connect a combo box to the dialog and the given path.
|
|
CXmComboBoxCtrl * | ConnectComboIDIndex (int id, const XmPath &p, int comboStyle=0) |
| | Connect a combo box to the dialog and the given path.
|
|
bool | ConnectCheckbox (HWND hCheckbox, const XmPath &p) |
| | Connect a checkbox to the dialog and the given path.
|
|
bool | ConnectCheckboxID (int id, const XmPath &p) |
| | Connect a checkbox to the dialog and the given path.
|
|
XmFcnParams * | ConnectButton (HWND hButton, const XmPath &p) |
| | Connect a button to the dialog and the given path.
|
|
XmFcnParams * | ConnectButtonID (int id, const XmPath &p) |
| | Connect a button to the dialog and the given path.
|
|
bool | ConnectUseTypeButton (HWND hButton, const XmPath &p) |
| | Connect a button to the dialog and the given path.
|
|
bool | ConnectUseTypeButtonID (int id, const XmPath &p) |
| | Connect a button to the dialog and the given path.
|
|
bool | ConnectState (HWND hWnd, const XmPath &p) |
| | Connect the state of a control (enabled/disabled) to the dialog and the given path.
|
|
bool | ConnectStateID (int id, const XmPath &p) |
| | Connect the state of a control (enabled/disabled) to the dialog and the given path.
|
|
bool | ConnectRadio (HWND hWnd, const XmPath &p, const XmData &val) |
| | Connect a radio button to the dialog and the given path.
|
|
bool | ConnectRadioID (int id, const XmPath &p, const XmData &val) |
| | Connect a radio button to the dialog and the given path.
|
|
bool | ConnectSlider (HWND wnd, const XmPath &p) |
| | Connect a slider to the dialog and the given path.
|
|
bool | ConnectSliderID (int id, const XmPath &p) |
| | Connect a slider to the dialog and the given path.
|
|
bool | ConnectProgress (HWND wnd, const XmPath &p) |
| | Connect a progress bar to the dialog and the given path.
|
|
bool | ConnectProgressID (int id, const XmPath &p) |
| | Connect a progress bar to the dialog and the given path.
|
|
bool | ConnectDatePicker (HWND wnd, const XmPath &p) |
| | Connect a date picker bar to the dialog and the given path.
|
|
bool | ConnectDatePickerID (int id, const XmPath &p) |
| | Connect a date picker bar to the dialog and the given path.
|
|
bool | ConnectMonthCal (HWND hDate, const XmPath &p) |
| | Connect a month calendar control to the dialog and the given path.
|
|
bool | ConnectMonthCalID (int id, const XmPath &p) |
| | Connect a month calendar control to the dialog and the given path.
|
|
bool | ConnectCmdlineEdit (HWND hEdit, const XmPath &p) |
| | Connect an edit control to the dialog and the given path and use it like a command line.
|
|
CXmListCtrl * | ConnectList (HWND hList, const XmPath &p, DWORD listStyle=0) |
| | Connect a list control to the dialog and the given path with style (XM_LIST_SYTLE).
|
|
CXmListCtrl * | ConnectListID (int id, const XmPath &p, DWORD listStyle=0) |
| | Connect a list control to the dialog and the given path with style (XM_LIST_SYTLE).
|
|
CXmPropertiesCtrl * | ConnectProperties (HWND hList, const XmPath &p, DWORD propStyle=0) |
| | Connect a list control with properties functionality to the dialog and the given path.
|
|
CXmPropertiesCtrl * | ConnectPropertiesID (int id, const XmPath &p, DWORD propStyle=0) |
| | Connect a list control with properties functionality to the dialog and the given path.
|
|
bool | ConnectDescription (HWND hStatic, const XmPath &p, exom::LABEL_TYPE labelType) |
| | Connect a list static control with description functionality to the given path.
|
|
bool | ConnectDescriptionID (int id, const XmPath &p, exom::LABEL_TYPE labelType) |
| | Connect a list static control with description functionality to the given path.
|
|
CXmToolBarCtrl * | ConnectToolbar (HWND wnd, DWORD flags=0) |
| | Connect a toolbar to the dialog.
|
|
CXmToolBarCtrl * | ConnectToolbarID (int id, DWORD flags=0) |
| | Connect a toolbar to the dialog.
|
|
XmFcnParams * | ConnectCommand (int id, const XmPath &cmd, int image=-1) |
| | Connect the given command to this dialog.
|
|
bool | ConnectDialog (CXmUIDialog *dialog, const XmPath &p) |
| | Connect the given dialog to this dialog.
|
|
bool | ConnectControl (CXmControl *control, const XmPath &p) |
| | Connect the given control to this dialog.
|
|
bool | ConnectPageCont (CXmPageCont *pageCont, HWND parent, const XmPath &p) |
| | Connect the given page container to the dialog and the given path.
|
Public Attributes |
|
CXmActionItems | AcnItem |
| | Container for commands attached to this dialog.
|