Functions | |
| WidgetButtonPtr | SmartWin::WidgetFactory::subclassButton (unsigned id) |
| Subclasses a Button Control from the given resource id. | |
| WidgetCheckBoxPtr | SmartWin::WidgetFactory::subclassCheckBox (unsigned id) |
| Subclasses a Check Box from the given resource id. | |
| WidgetComboBoxPtr | SmartWin::WidgetFactory::subclassComboBox (unsigned id) |
| Subclasses a ComboBox Control from the given resource id. | |
| WidgetDataGridPtr | SmartWin::WidgetFactory::subclassList (unsigned id) |
| Subclasses a Check Box from the given resource id. | |
| WidgetRichTextBoxPtr | SmartWin::WidgetFactoryPlatformImplementation< ContainerWidgetType, EventHandlerClass, MessageMapPolicy, SmartWinDesktop >::subclassRichTextBox (unsigned id) |
| Subclasses a Rich Edit Control from the given resource id. | |
| WidgetSliderPtr | SmartWin::WidgetFactory::subclassSlider (unsigned id) |
| Subclasses a Slider Control from the given resource id. | |
| WidgetSpinnerPtr | SmartWin::WidgetFactory::subclassSpinner (unsigned id) |
| Subclasses a Spinner Control from the given resource id. | |
| WidgetStaticPtr | SmartWin::WidgetFactory::subclassStatic (unsigned id) |
| Subclasses a Static Control from the given resource id. | |
| WidgetTextBoxPtr | SmartWin::WidgetFactory::subclassTextBox (unsigned id) |
| Subclasses a Text Box Control from the given resource id. | |
| WidgetTreeViewPtr | SmartWin::WidgetFactory::subclassTreeView (unsigned id) |
| Subclasses a Tree View Control from the given resource id. | |
| WidgetFactory< ContainerWidgetType, EventHandlerClass, MessageMapPolicy >::WidgetButtonPtr subclassButton | ( | unsigned | id | ) | [inherited] |
Subclasses a Button Control from the given resource id.
DON'T delete the returned pointer!!!< br > Use e.g. the Dialog Designer to design a dialog and subclass the controls with this function.
| WidgetFactory< ContainerWidgetType, EventHandlerClass, MessageMapPolicy >::WidgetCheckBoxPtr subclassCheckBox | ( | unsigned | id | ) | [inherited] |
Subclasses a Check Box from the given resource id.
DON'T delete the returned pointer!!!
Use e.g. the Dialog Designer to design a dialog and subclass the controls with this function.
| WidgetFactory< ContainerWidgetType, EventHandlerClass, MessageMapPolicy >::WidgetComboBoxPtr subclassComboBox | ( | unsigned | id | ) | [inherited] |
Subclasses a ComboBox Control from the given resource id.
DON'T delete the returned pointer!!!
Use e.g. the Dialog Designer to design a dialog and subclass the controls with this function.
| WidgetFactory< ContainerWidgetType, EventHandlerClass, MessageMapPolicy >::WidgetDataGridPtr subclassList | ( | unsigned | id | ) | [inherited] |
Subclasses a Check Box from the given resource id.
DON'T delete the returned pointer!!!
Use e.g. the Dialog Designer to design a dialog and subclass the controls with this function.
| WidgetRichTextBoxPtr subclassRichTextBox | ( | unsigned | id | ) | [inherited] |
Subclasses a Rich Edit Control from the given resource id.
DON'T delete the returned pointer!!!
Use e.g. the Dialog Designer to design a dialog and subclass the controls with this function.
| WidgetFactory< ContainerWidgetType, EventHandlerClass, MessageMapPolicy >::WidgetSliderPtr subclassSlider | ( | unsigned | id | ) | [inherited] |
Subclasses a Slider Control from the given resource id.
DON'T delete the returned pointer!!!
Use e.g. the Dialog Designer to design a dialog and subclass the controls with this function.
| WidgetFactory< ContainerWidgetType, EventHandlerClass, MessageMapPolicy >::WidgetSpinnerPtr subclassSpinner | ( | unsigned | id | ) | [inherited] |
Subclasses a Spinner Control from the given resource id.
DON'T delete the returned pointer!!!
Use e.g. the Dialog Designer to design a dialog and subclass the controls with this function.
| WidgetFactory< ContainerWidgetType, EventHandlerClass, MessageMapPolicy >::WidgetStaticPtr subclassStatic | ( | unsigned | id | ) | [inherited] |
Subclasses a Static Control from the given resource id.
DON'T delete the returned pointer!!!
Use e.g. the Dialog Designer to design a dialog and subclass the controls with this function.
| WidgetFactory< ContainerWidgetType, EventHandlerClass, MessageMapPolicy >::WidgetTextBoxPtr subclassTextBox | ( | unsigned | id | ) | [inherited] |
Subclasses a Text Box Control from the given resource id.
DON'T delete the returned pointer!!!
Use e.g. the Dialog Designer to design a dialog and subclass the controls with this function.
| WidgetFactory< ContainerWidgetType, EventHandlerClass, MessageMapPolicy >::WidgetTreeViewPtr subclassTreeView | ( | unsigned | id | ) | [inherited] |
Subclasses a Tree View Control from the given resource id.
DON'T delete the returned pointer!!!
Use e.g. the Dialog Designer to design a dialog and subclass the controls with this function.