home *** CD-ROM | disk | FTP | other *** search
- // DT and Meta declarations: generated file
-
- #ifndef _DTWCLASS_HPP
- #define _DTWCLASS_HPP
-
- #include "dtincld.hpp"
- #include "WClass.hpp"
-
- //
- // EventGenerator Component
- //
-
- class METACLASSDEF DTWEventGenerator : public DTWObject {
- public:
- DTWEventGenerator( const MetaObject * meta );
- };
-
-
- //
- // Window Component
- //
-
- class METACLASSDEF DTWWindow : public DTWEventGenerator {
- public:
- DTWWindow( const MetaObject * meta );
- };
-
-
- //
- // Control Component
- //
-
- class METACLASSDEF DTWControl : public DTWWindow {
- public:
- DTWControl( const MetaObject * meta );
- };
-
-
- //
- // Well Component
- //
-
- class METACLASSDEF DTWWell : public DTWControl {
- public:
- DTWWell( const MetaObject * meta );
- };
-
-
- //
- // Static Component
- //
-
- class METACLASSDEF DTWStatic : public DTWControl {
- public:
- DTWStatic( const MetaObject * meta );
- };
-
-
- //
- // Frame Component
- //
-
- class METACLASSDEF DTWFrame : public DTWStatic {
- public:
- DTWFrame( const MetaObject * meta );
- };
-
-
- //
- // DataSource Component
- //
-
- class METACLASSDEF DTWDataSource : public DTWEventGenerator {
- public:
- DTWDataSource( const MetaObject * meta );
- };
-
-
- //
- // HotKey Component
- //
-
- class METACLASSDEF DTWHotKey : public DTWControl {
- public:
- DTWHotKey( const MetaObject * meta );
- };
-
-
- //
- // ThreadBase Component
- //
-
- class METACLASSDEF DTWThreadBase : public DTWObject {
- public:
- DTWThreadBase( const MetaObject * meta );
- };
-
-
- //
- // Thread Component
- //
-
- class METACLASSDEF DTWThread : public DTWThreadBase {
- public:
- DTWThread( const MetaObject * meta );
- };
-
-
- //
- // Slider Component
- //
-
- class METACLASSDEF DTWSlider : public DTWControl {
- public:
- DTWSlider( const MetaObject * meta );
- };
-
-
- //
- // UpDown Component
- //
-
- class METACLASSDEF DTWUpDown : public DTWControl {
- public:
- DTWUpDown( const MetaObject * meta );
- };
-
-
- //
- // ModelessPropertySheet Component
- //
-
- class METACLASSDEF DTWModelessPropertySheet : public DTWControl {
- public:
- DTWModelessPropertySheet( const MetaObject * meta );
- };
-
-
- //
- // PropertySheet Component
- //
-
- class METACLASSDEF DTWPropertySheet : public DTWModelessPropertySheet {
- public:
- DTWPropertySheet( const MetaObject * meta );
- };
-
-
- //
- // Wizard Component
- //
-
- class METACLASSDEF DTWWizard : public DTWPropertySheet {
- public:
- DTWWizard( const MetaObject * meta );
- };
-
-
- //
- // ToolTip Component
- //
-
- class METACLASSDEF DTWToolTip : public DTWControl {
- public:
- DTWToolTip( const MetaObject * meta );
- };
-
-
- //
- // Toolbar Component
- //
-
- class METACLASSDEF DTWToolbar : public DTWControl {
- public:
- DTWToolbar( const MetaObject * meta );
- };
-
-
- //
- // TextBox Component
- //
-
- class METACLASSDEF DTWTextBox : public DTWControl {
- public:
- DTWTextBox( const MetaObject * meta );
- };
-
-
- //
- // CheckBox Component
- //
-
- class METACLASSDEF DTWCheckBox : public DTWButton {
- public:
- DTWCheckBox( const MetaObject * meta );
- };
-
-
- //
- // GroupBox Component
- //
-
- class METACLASSDEF DTWGroupBox : public DTWControl {
- public:
- DTWGroupBox( const MetaObject * meta );
- };
-
-
- //
- // ListView Component
- //
-
- class METACLASSDEF DTWListView : public DTWControl {
- public:
- DTWListView( const MetaObject * meta );
- };
-
-
- //
- // TreeView Component
- //
-
- class METACLASSDEF DTWTreeView : public DTWControl {
- public:
- DTWTreeView( const MetaObject * meta );
- };
-
-
- //
- // ScrollBar Component
- //
-
- class METACLASSDEF DTWScrollBar : public DTWControl {
- public:
- DTWScrollBar( const MetaObject * meta );
- };
-
-
- //
- // StatusBar Component
- //
-
- class METACLASSDEF DTWStatusBar : public DTWControl {
- public:
- DTWStatusBar( const MetaObject * meta );
- };
-
-
- //
- // Animation Component
- //
-
- class METACLASSDEF DTWAnimation : public DTWControl {
- public:
- DTWAnimation( const MetaObject * meta );
- };
-
-
- //
- // VSplitBar Component
- //
-
- class METACLASSDEF DTWVSplitBar : public DTWSplitBar {
- public:
- DTWVSplitBar( const MetaObject * meta );
- };
-
-
- //
- // HSplitBar Component
- //
-
- class METACLASSDEF DTWHSplitBar : public DTWSplitBar {
- public:
- DTWHSplitBar( const MetaObject * meta );
- };
-
-
- //
- // ColorWell Component
- //
-
- class METACLASSDEF DTWColorWell : public DTWWell {
- public:
- DTWColorWell( const MetaObject * meta );
- };
-
-
- //
- // FileDialog Component
- //
-
- class METACLASSDEF DTWFileDialog : public DTWCommonDialog {
- public:
- DTWFileDialog( const MetaObject * meta );
- };
-
-
- //
- // FontDialog Component
- //
-
- class METACLASSDEF DTWFontDialog : public DTWCommonDialog {
- public:
- DTWFontDialog( const MetaObject * meta );
- };
-
-
- //
- // MessageBox Component
- //
-
- class METACLASSDEF DTWMessageBox : public DTWObject {
- public:
- DTWMessageBox( const MetaObject * meta );
- };
-
-
- //
- // VScrollBar Component
- //
-
- class METACLASSDEF DTWVScrollBar : public DTWScrollBar {
- public:
- DTWVScrollBar( const MetaObject * meta );
- };
-
-
- //
- // HScrollBar Component
- //
-
- class METACLASSDEF DTWHScrollBar : public DTWScrollBar {
- public:
- DTWHScrollBar( const MetaObject * meta );
- };
-
-
- //
- // ColorDialog Component
- //
-
- class METACLASSDEF DTWColorDialog : public DTWCommonDialog {
- public:
- DTWColorDialog( const MetaObject * meta );
- };
-
-
- //
- // MediaPlayer Component
- //
-
- class METACLASSDEF DTWMediaPlayer : public DTWControl {
- public:
- DTWMediaPlayer( const MetaObject * meta );
- };
-
-
- //
- // PrintDialog Component
- //
-
- class METACLASSDEF DTWPrintDialog : public DTWCommonDialog {
- public:
- DTWPrintDialog( const MetaObject * meta );
- };
-
-
- //
- // RichTextBox Component
- //
-
- class METACLASSDEF DTWRichTextBox : public DTWTextBox {
- public:
- DTWRichTextBox( const MetaObject * meta );
- };
-
-
- //
- // Application Component
- //
-
- class METACLASSDEF DTWApplication : public DTWEventGenerator {
- public:
- DTWApplication( const MetaObject * meta );
- };
-
-
- //
- // OptionButton Component
- //
-
- class METACLASSDEF DTWOptionButton : public DTWButton {
- public:
- DTWOptionButton( const MetaObject * meta );
- };
-
-
- //
- // DockFixedForm Component
- //
-
- class METACLASSDEF DTWDockFixedForm : public DTWForm {
- public:
- DTWDockFixedForm( const MetaObject * meta );
- };
-
-
- //
- // ColumnHeading Component
- //
-
- class METACLASSDEF DTWColumnHeading : public DTWControl {
- public:
- DTWColumnHeading( const MetaObject * meta );
- };
-
-
- //
- // DataNavigator Component
- //
-
- class METACLASSDEF DTWDataNavigator : public DTWControl {
- public:
- DTWDataNavigator( const MetaObject * meta );
- };
-
-
- //
- // ExeApplication Component
- //
-
- class METACLASSDEF DTWExeApplication : public DTWApplication {
- public:
- DTWExeApplication( const MetaObject * meta );
- };
-
-
- //
- // DLLApplication Component
- //
-
- class METACLASSDEF DTWDLLApplication : public DTWApplication {
- public:
- DTWDLLApplication( const MetaObject * meta );
- };
-
-
- //
- // PageSetupDialog Component
- //
-
- class METACLASSDEF DTWPageSetupDialog : public DTWCommonDialog {
- public:
- DTWPageSetupDialog( const MetaObject * meta );
- };
-
-
- //
- // DockFloatingForm Component
- //
-
- class METACLASSDEF DTWDockFloatingForm : public DTWForm {
- public:
- DTWDockFloatingForm( const MetaObject * meta );
- };
-
-
- //
- // FindReplaceDialog Component
- //
-
- class METACLASSDEF DTWFindReplaceDialog : public DTWCommonDialog {
- public:
- DTWFindReplaceDialog( const MetaObject * meta );
- };
-
-
- //
- // OleProgrammableObject Component
- //
-
- class METACLASSDEF DTWOleProgrammableObject : public DTWEventGenerator {
- public:
- DTWOleProgrammableObject( const MetaObject * meta );
- };
-
-
-
-
- #endif // _DTWCLASS_HPP
-