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

APopUpCmd Class Reference

#include <ndk_demo.h>

Inheritance diagram for APopUpCmd:

NDK_XX::NDKPopUpMenu NDK_XX::NDKMenuItem List of all members.

Public Methods

 APopUpCmd ()
 ~APopUpCmd ()

Constructor & Destructor Documentation

APopUpCmd::APopUpCmd  
 

Definition at line 193 of file ndk_demo.cc.

References NDK_XX::NDKPopUpMenu::items, and NDK_XX::NDKPopUpMenu::sub_menu_label.

00194      : NDKPopUpMenu("PopUp")
00195 { 
00196     sub_menu_label = "PopUp";
00197     items.push_back(new BackCmd());
00198     items.push_back(new NonImplementedItem("Useless"));
00199     items.push_back(new ShowTestDialogCmd());
00200     items.push_back(new ClosingMarkItem());
00201 }

APopUpCmd::~APopUpCmd   [inline]
 

Definition at line 111 of file ndk_demo.h.

00111 {}


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