Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

ShowTabbedDialogCmd Class Reference

#include <ndk_demo.h>

Inheritance diagram for ShowTabbedDialogCmd:

NDK_XX::MenuItemData NDK_XX::ListItemData List of all members.

Public Methods

 ShowTabbedDialogCmd ()
 ~ShowTabbedDialogCmd ()
int action ()

Constructor & Destructor Documentation

ShowTabbedDialogCmd::ShowTabbedDialogCmd   [inline]
 

Definition at line 197 of file ndk_demo.h.

References NDK_XX::MenuItemData::MenuItemData().

00197 : MenuItemData("Tabbed Dialog") { }

ShowTabbedDialogCmd::~ShowTabbedDialogCmd   [inline]
 

Definition at line 198 of file ndk_demo.h.

00198 {}


Member Function Documentation

int ShowTabbedDialogCmd::action   [inline, virtual]
 

Reimplemented from NDK_XX::MenuItemData.

Definition at line 199 of file ndk_demo.h.

References NDK_XX::DialogBox::do_modal().

00199                  {
00200         TabbedDlgBox test(3000,23,55,0,5);
00201         test.do_modal();
00202         return FALSE;
00203     }


The documentation for this class was generated from the following file:
Generated on Thu Oct 10 16:02:10 2002 by doxygen1.2.17