gMenuItemEditSubmenu Class Reference

edit submenu item quitting the parent menu when it's done More...

Inheritance diagram for gMenuItemEditSubmenu:

Inheritance graph
[legend]
Collaboration diagram for gMenuItemEditSubmenu:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 gMenuItemEditSubmenu (uMenu *M, uMenu *s, const tOutput &help)
virtual void Enter ()
 enters the submenu


Detailed Description

edit submenu item quitting the parent menu when it's done

Definition at line 203 of file gServerFavorites.cpp.


Constructor & Destructor Documentation

gMenuItemEditSubmenu::gMenuItemEditSubmenu ( uMenu M,
uMenu s,
const tOutput help 
) [inline]

Definition at line 206 of file gServerFavorites.cpp.

00208             : uMenuItemSubmenu( M, s, help )
00209     {}


Member Function Documentation

virtual void gMenuItemEditSubmenu::Enter (  )  [inline, virtual]

enters the submenu

Reimplemented from uMenuItemSubmenu.

Definition at line 212 of file gServerFavorites.cpp.

References uMenuItemSubmenu::Enter(), uMenu::Exit(), and uMenuItem::menu.

00213     {
00214         // delegate to base
00215         uMenuItemSubmenu::Enter();
00216 
00217         // exit the parent menu (so we don't have to update the edit menu)
00218         menu->Exit();
00219     }

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Sat Mar 15 23:40:17 2008 for Armagetron Advanced by  doxygen 1.5.4