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::PopUpMenu NDK_XX::MenuItemData NDK_XX::ListItemData List of all members.

Public Methods

 APopUpCmd ()
 ~APopUpCmd ()

Constructor & Destructor Documentation

APopUpCmd::APopUpCmd  
 

Definition at line 425 of file ndk_demo.cc.

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

00426      : PopUpMenu("PopUp")
00427 { 
00428     sub_menu_label = "PopUp";
00429     items.push_back(new NonImplementedItem("Useless"));
00430     items.push_back(new ShowTestDialogCmd());
00431     items.push_back(new ShowTabbedDialogCmd());
00432 //  items.push_back(new ClosingMarkItem());
00433 }

APopUpCmd::~APopUpCmd   [inline]
 

Definition at line 214 of file ndk_demo.h.

00214 {}


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