Diffpack Documentation


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

BtGuiBuildMenuSystem.h

Go to the documentation of this file.
00001 
00005 class BtGuiBuildMenuSystem : public virtual BtGuiCallback
00006 
00007 {
00008   Handle(MenuSystem)      menu_system_;
00009   Handle(BtGuiMenuSystem) menu_widget_;
00010 
00011 public:
00012   BtGuiBuildMenuSystem(const BtGuiTkInterpreter& interf, 
00013                        const String& name="");
00014   ~BtGuiBuildMenuSystem();
00015   
00016   void setMenuSystem(MenuSystem& menu);
00017   void setMenuSystem(MenuSystem* menu);
00018   
00019   virtual bool performeAction(int argc, char** argv);
00020 };
00021 
00022 

Copyright © 2003 inuTech GmbH. All rights reserved.