Diffpack Documentation


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

BtGuiBuildMenuSystem Class Reference

#include <BtGuiBuildMenuSystem.h>

Inheritance diagram for BtGuiBuildMenuSystem::

BtGuiCallback BtGuiBase HandleId List of all members.

Public Methods

 BtGuiBuildMenuSystem (const BtGuiTkInterpreter &interf, const String &name="")
 ~BtGuiBuildMenuSystem ()
void setMenuSystem (MenuSystem &menu)
void setMenuSystem (MenuSystem *menu)
virtual bool performeAction (int argc, char **argv)

Detailed Description

NAME: BtGuiBuildMenuSystem -

DESCRIPTION:

This is a utility class used to create the widgets in a menu system.


Constructor & Destructor Documentation

BtGuiBuildMenuSystem::BtGuiBuildMenuSystem ( const BtGuiTkInterpreter & interf,
const String & name = "" )
 

The class has only one constructor, accepting a Tk interpreter object and the name of the callback action.

BtGuiBuildMenuSystem::~BtGuiBuildMenuSystem ( )
 


Member Function Documentation

bool BtGuiBuildMenuSystem::performeAction ( int argc,
char ** argv ) [virtual]
 

creates a new menu widget based on the currently referred "MenuSystem" object.

Reimplemented from BtGuiCallback.

void BtGuiBuildMenuSystem::setMenuSystem ( MenuSystem * menu )
 

See documentation of one of the overloaded functions.

void BtGuiBuildMenuSystem::setMenuSystem ( MenuSystem & menu )
 

sets the internal menu system handle to the "MenuSystem" object indicated by the input argument.


The documentation for this class was generated from the following file:
Copyright © 2003 inuTech GmbH. All rights reserved.