#include <ndk_demo.h>
Inheritance diagram for APopUpCmd:
Public Methods | |
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 } |
|
Definition at line 214 of file ndk_demo.h.
00214 {} |