Inheritance diagram for CP_DebugMenuManager:
Public Member Functions | |
Constructor / Destructor | |
CP_DebugMenuManager () | |
Constructor. | |
virtual | ~CP_DebugMenuManager () |
Destructor. | |
Menu | |
void | LoadMenu (CP_MenuBar *inCurrentMenuBar) |
Commands | |
OSStatus | HandleShowMessageCommand () |
Static Public Member Functions | |
Instance | |
static CP_DebugMenuManager * | Instance () |
Protected Attributes | |
CP_Menu * | fDebugMenu |
Static Protected Attributes | |
static CP_DebugMenuManager * | fsInstance = NULL |
Private Member Functions | |
Initialization | |
void | Init () |
|
Constructor.
|
|
Destructor.
|
|
Returns the single instance of this class.
|
|
Loads the debug menu, and appends to the end of the passed in menu bar.
|
|
Called when the user selects the Show Message commmand from the debug menu.
|
|
Finish initializing this class
|
|
|
|
The single instance of this class. |