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

AnotherPopUpCmd Class Reference

#include <ndk_demo.h>

Inheritance diagram for AnotherPopUpCmd:

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

Public Methods

 AnotherPopUpCmd ()
 ~AnotherPopUpCmd ()

Constructor & Destructor Documentation

AnotherPopUpCmd::AnotherPopUpCmd  
 

Definition at line 440 of file ndk_demo.cc.

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

00441     : PopUpMenu ("2nd Item")
00442 {  
00443     sub_menu_label = "Second element";
00444     items.push_back(new ShowTestDialogCmd());
00445     items.push_back(new NonImplementedItem("Second choice"));
00446     items.push_back(new NonImplementedItem("Third choice"));
00447     items.push_back(new NonImplementedItem("Fourth choice"));
00448     items.push_back(new NonImplementedItem("Fift Choice"));
00449 //  items.push_back(new ClosingMarkItem());
00450 }

AnotherPopUpCmd::~AnotherPopUpCmd   [inline]
 

Definition at line 225 of file ndk_demo.h.

00225 {}


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