home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 10 / ioProg_10.iso / soft / optima / hpp.z / DTWCLASS.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-02  |  8.0 KB  |  492 lines

  1. // DT and Meta declarations: generated file
  2.  
  3. #ifndef _DTWCLASS_HPP
  4. #define _DTWCLASS_HPP
  5.  
  6. #include "dtincld.hpp"
  7. #include "WClass.hpp"
  8.  
  9. //
  10. // EventGenerator Component
  11. //
  12.  
  13. class METACLASSDEF DTWEventGenerator :  public DTWObject {
  14.     public:
  15.         DTWEventGenerator( const MetaObject * meta );
  16. };
  17.  
  18.  
  19. //
  20. // Window Component
  21. //
  22.  
  23. class METACLASSDEF DTWWindow :  public DTWEventGenerator {
  24.     public:
  25.         DTWWindow( const MetaObject * meta );
  26. };
  27.  
  28.  
  29. //
  30. // Control Component
  31. //
  32.  
  33. class METACLASSDEF DTWControl :  public DTWWindow {
  34.     public:
  35.         DTWControl( const MetaObject * meta );
  36. };
  37.  
  38.  
  39. //
  40. // Well Component
  41. //
  42.  
  43. class METACLASSDEF DTWWell :  public DTWControl {
  44.     public:
  45.         DTWWell( const MetaObject * meta );
  46. };
  47.  
  48.  
  49. //
  50. // Static Component
  51. //
  52.  
  53. class METACLASSDEF DTWStatic :  public DTWControl {
  54.     public:
  55.         DTWStatic( const MetaObject * meta );
  56. };
  57.  
  58.  
  59. //
  60. // Frame Component
  61. //
  62.  
  63. class METACLASSDEF DTWFrame :  public DTWStatic {
  64.     public:
  65.         DTWFrame( const MetaObject * meta );
  66. };
  67.  
  68.  
  69. //
  70. // DataSource Component
  71. //
  72.  
  73. class METACLASSDEF DTWDataSource :  public DTWEventGenerator {
  74.     public:
  75.         DTWDataSource( const MetaObject * meta );
  76. };
  77.  
  78.  
  79. //
  80. // HotKey Component
  81. //
  82.  
  83. class METACLASSDEF DTWHotKey :  public DTWControl {
  84.     public:
  85.         DTWHotKey( const MetaObject * meta );
  86. };
  87.  
  88.  
  89. //
  90. // ThreadBase Component
  91. //
  92.  
  93. class METACLASSDEF DTWThreadBase :  public DTWObject {
  94.     public:
  95.         DTWThreadBase( const MetaObject * meta );
  96. };
  97.  
  98.  
  99. //
  100. // Thread Component
  101. //
  102.  
  103. class METACLASSDEF DTWThread :  public DTWThreadBase {
  104.     public:
  105.         DTWThread( const MetaObject * meta );
  106. };
  107.  
  108.  
  109. //
  110. // Slider Component
  111. //
  112.  
  113. class METACLASSDEF DTWSlider :  public DTWControl {
  114.     public:
  115.         DTWSlider( const MetaObject * meta );
  116. };
  117.  
  118.  
  119. //
  120. // UpDown Component
  121. //
  122.  
  123. class METACLASSDEF DTWUpDown :  public DTWControl {
  124.     public:
  125.         DTWUpDown( const MetaObject * meta );
  126. };
  127.  
  128.  
  129. //
  130. // ModelessPropertySheet Component
  131. //
  132.  
  133. class METACLASSDEF DTWModelessPropertySheet :  public DTWControl {
  134.     public:
  135.         DTWModelessPropertySheet( const MetaObject * meta );
  136. };
  137.  
  138.  
  139. //
  140. // PropertySheet Component
  141. //
  142.  
  143. class METACLASSDEF DTWPropertySheet :  public DTWModelessPropertySheet {
  144.     public:
  145.         DTWPropertySheet( const MetaObject * meta );
  146. };
  147.  
  148.  
  149. //
  150. // Wizard Component
  151. //
  152.  
  153. class METACLASSDEF DTWWizard :  public DTWPropertySheet {
  154.     public:
  155.         DTWWizard( const MetaObject * meta );
  156. };
  157.  
  158.  
  159. //
  160. // ToolTip Component
  161. //
  162.  
  163. class METACLASSDEF DTWToolTip :  public DTWControl {
  164.     public:
  165.         DTWToolTip( const MetaObject * meta );
  166. };
  167.  
  168.  
  169. //
  170. // Toolbar Component
  171. //
  172.  
  173. class METACLASSDEF DTWToolbar :  public DTWControl {
  174.     public:
  175.         DTWToolbar( const MetaObject * meta );
  176. };
  177.  
  178.  
  179. //
  180. // TextBox Component
  181. //
  182.  
  183. class METACLASSDEF DTWTextBox :  public DTWControl {
  184.     public:
  185.         DTWTextBox( const MetaObject * meta );
  186. };
  187.  
  188.  
  189. //
  190. // CheckBox Component
  191. //
  192.  
  193. class METACLASSDEF DTWCheckBox :  public DTWButton {
  194.     public:
  195.         DTWCheckBox( const MetaObject * meta );
  196. };
  197.  
  198.  
  199. //
  200. // GroupBox Component
  201. //
  202.  
  203. class METACLASSDEF DTWGroupBox :  public DTWControl {
  204.     public:
  205.         DTWGroupBox( const MetaObject * meta );
  206. };
  207.  
  208.  
  209. //
  210. // ListView Component
  211. //
  212.  
  213. class METACLASSDEF DTWListView :  public DTWControl {
  214.     public:
  215.         DTWListView( const MetaObject * meta );
  216. };
  217.  
  218.  
  219. //
  220. // TreeView Component
  221. //
  222.  
  223. class METACLASSDEF DTWTreeView :  public DTWControl {
  224.     public:
  225.         DTWTreeView( const MetaObject * meta );
  226. };
  227.  
  228.  
  229. //
  230. // ScrollBar Component
  231. //
  232.  
  233. class METACLASSDEF DTWScrollBar :  public DTWControl {
  234.     public:
  235.         DTWScrollBar( const MetaObject * meta );
  236. };
  237.  
  238.  
  239. //
  240. // StatusBar Component
  241. //
  242.  
  243. class METACLASSDEF DTWStatusBar :  public DTWControl {
  244.     public:
  245.         DTWStatusBar( const MetaObject * meta );
  246. };
  247.  
  248.  
  249. //
  250. // Animation Component
  251. //
  252.  
  253. class METACLASSDEF DTWAnimation :  public DTWControl {
  254.     public:
  255.         DTWAnimation( const MetaObject * meta );
  256. };
  257.  
  258.  
  259. //
  260. // VSplitBar Component
  261. //
  262.  
  263. class METACLASSDEF DTWVSplitBar :  public DTWSplitBar {
  264.     public:
  265.         DTWVSplitBar( const MetaObject * meta );
  266. };
  267.  
  268.  
  269. //
  270. // HSplitBar Component
  271. //
  272.  
  273. class METACLASSDEF DTWHSplitBar :  public DTWSplitBar {
  274.     public:
  275.         DTWHSplitBar( const MetaObject * meta );
  276. };
  277.  
  278.  
  279. //
  280. // ColorWell Component
  281. //
  282.  
  283. class METACLASSDEF DTWColorWell :  public DTWWell {
  284.     public:
  285.         DTWColorWell( const MetaObject * meta );
  286. };
  287.  
  288.  
  289. //
  290. // FileDialog Component
  291. //
  292.  
  293. class METACLASSDEF DTWFileDialog :  public DTWCommonDialog {
  294.     public:
  295.         DTWFileDialog( const MetaObject * meta );
  296. };
  297.  
  298.  
  299. //
  300. // FontDialog Component
  301. //
  302.  
  303. class METACLASSDEF DTWFontDialog :  public DTWCommonDialog {
  304.     public:
  305.         DTWFontDialog( const MetaObject * meta );
  306. };
  307.  
  308.  
  309. //
  310. // MessageBox Component
  311. //
  312.  
  313. class METACLASSDEF DTWMessageBox :  public DTWObject {
  314.     public:
  315.         DTWMessageBox( const MetaObject * meta );
  316. };
  317.  
  318.  
  319. //
  320. // VScrollBar Component
  321. //
  322.  
  323. class METACLASSDEF DTWVScrollBar :  public DTWScrollBar {
  324.     public:
  325.         DTWVScrollBar( const MetaObject * meta );
  326. };
  327.  
  328.  
  329. //
  330. // HScrollBar Component
  331. //
  332.  
  333. class METACLASSDEF DTWHScrollBar :  public DTWScrollBar {
  334.     public:
  335.         DTWHScrollBar( const MetaObject * meta );
  336. };
  337.  
  338.  
  339. //
  340. // ColorDialog Component
  341. //
  342.  
  343. class METACLASSDEF DTWColorDialog :  public DTWCommonDialog {
  344.     public:
  345.         DTWColorDialog( const MetaObject * meta );
  346. };
  347.  
  348.  
  349. //
  350. // MediaPlayer Component
  351. //
  352.  
  353. class METACLASSDEF DTWMediaPlayer :  public DTWControl {
  354.     public:
  355.         DTWMediaPlayer( const MetaObject * meta );
  356. };
  357.  
  358.  
  359. //
  360. // PrintDialog Component
  361. //
  362.  
  363. class METACLASSDEF DTWPrintDialog :  public DTWCommonDialog {
  364.     public:
  365.         DTWPrintDialog( const MetaObject * meta );
  366. };
  367.  
  368.  
  369. //
  370. // RichTextBox Component
  371. //
  372.  
  373. class METACLASSDEF DTWRichTextBox :  public DTWTextBox {
  374.     public:
  375.         DTWRichTextBox( const MetaObject * meta );
  376. };
  377.  
  378.  
  379. //
  380. // Application Component
  381. //
  382.  
  383. class METACLASSDEF DTWApplication :  public DTWEventGenerator {
  384.     public:
  385.         DTWApplication( const MetaObject * meta );
  386. };
  387.  
  388.  
  389. //
  390. // OptionButton Component
  391. //
  392.  
  393. class METACLASSDEF DTWOptionButton :  public DTWButton {
  394.     public:
  395.         DTWOptionButton( const MetaObject * meta );
  396. };
  397.  
  398.  
  399. //
  400. // DockFixedForm Component
  401. //
  402.  
  403. class METACLASSDEF DTWDockFixedForm :  public DTWForm {
  404.     public:
  405.         DTWDockFixedForm( const MetaObject * meta );
  406. };
  407.  
  408.  
  409. //
  410. // ColumnHeading Component
  411. //
  412.  
  413. class METACLASSDEF DTWColumnHeading :  public DTWControl {
  414.     public:
  415.         DTWColumnHeading( const MetaObject * meta );
  416. };
  417.  
  418.  
  419. //
  420. // DataNavigator Component
  421. //
  422.  
  423. class METACLASSDEF DTWDataNavigator :  public DTWControl {
  424.     public:
  425.         DTWDataNavigator( const MetaObject * meta );
  426. };
  427.  
  428.  
  429. //
  430. // ExeApplication Component
  431. //
  432.  
  433. class METACLASSDEF DTWExeApplication :  public DTWApplication {
  434.     public:
  435.         DTWExeApplication( const MetaObject * meta );
  436. };
  437.  
  438.  
  439. //
  440. // DLLApplication Component
  441. //
  442.  
  443. class METACLASSDEF DTWDLLApplication :  public DTWApplication {
  444.     public:
  445.         DTWDLLApplication( const MetaObject * meta );
  446. };
  447.  
  448.  
  449. //
  450. // PageSetupDialog Component
  451. //
  452.  
  453. class METACLASSDEF DTWPageSetupDialog :  public DTWCommonDialog {
  454.     public:
  455.         DTWPageSetupDialog( const MetaObject * meta );
  456. };
  457.  
  458.  
  459. //
  460. // DockFloatingForm Component
  461. //
  462.  
  463. class METACLASSDEF DTWDockFloatingForm :  public DTWForm {
  464.     public:
  465.         DTWDockFloatingForm( const MetaObject * meta );
  466. };
  467.  
  468.  
  469. //
  470. // FindReplaceDialog Component
  471. //
  472.  
  473. class METACLASSDEF DTWFindReplaceDialog :  public DTWCommonDialog {
  474.     public:
  475.         DTWFindReplaceDialog( const MetaObject * meta );
  476. };
  477.  
  478.  
  479. //
  480. // OleProgrammableObject Component
  481. //
  482.  
  483. class METACLASSDEF DTWOleProgrammableObject :  public DTWEventGenerator {
  484.     public:
  485.         DTWOleProgrammableObject( const MetaObject * meta );
  486. };
  487.  
  488.  
  489.  
  490.  
  491. #endif // _DTWCLASS_HPP
  492.