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

ShowTestDialogCmd Class Reference

#include <ndk_demo.h>

Inheritance diagram for ShowTestDialogCmd:

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

Public Methods

 ShowTestDialogCmd ()
 ~ShowTestDialogCmd ()
int action ()

Constructor & Destructor Documentation

ShowTestDialogCmd::ShowTestDialogCmd   [inline]
 

Definition at line 180 of file ndk_demo.h.

References NDK_XX::MenuItemData::MenuItemData().

00180 : MenuItemData("Test Dialog") { }

ShowTestDialogCmd::~ShowTestDialogCmd   [inline]
 

Definition at line 181 of file ndk_demo.h.

00181 {}


Member Function Documentation

int ShowTestDialogCmd::action   [inline, virtual]
 

Reimplemented from NDK_XX::MenuItemData.

Definition at line 182 of file ndk_demo.h.

References NDK_XX::DialogBox::do_modal().

00182                  {
00183         TestBox test("Title",18,65,4,5);
00184         test.do_modal();
00185         return FALSE;
00186     }


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