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::NDKMenuItem List of all members.

Public Methods

 ShowTestDialogCmd ()
 ~ShowTestDialogCmd ()
bool action ()

Constructor & Destructor Documentation

ShowTestDialogCmd::ShowTestDialogCmd   [inline]
 

Definition at line 94 of file ndk_demo.h.

References NDK_XX::NDKMenuItem::NDKMenuItem().

00094 : NDKMenuItem("Test Dialog") { }

ShowTestDialogCmd::~ShowTestDialogCmd   [inline]
 

Definition at line 95 of file ndk_demo.h.

00095 {}


Member Function Documentation

bool ShowTestDialogCmd::action   [inline]
 

Definition at line 96 of file ndk_demo.h.

References NDK_XX::NDKDialogBox::do_modal().

00096                   { 
00097         TestBox test("Title",18,55,4,5);
00098         test.do_modal();
00099         return FALSE; 
00100     }


The documentation for this class was generated from the following file:
Generated on Tue Aug 27 10:49:45 2002 by doxygen1.2.17