Diffpack Documentation


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

BtGuiBase.h

Go to the documentation of this file.
00001 
00005 class BtGuiBase : public virtual HandleId
00006 
00007 {
00008   BtGuiTkInterpreter* interf_;
00009 
00010 public:
00011   BtGuiBase(const BtGuiTkInterpreter& interf);
00012   ~BtGuiBase();
00013 
00014   const BtGuiTkInterpreter& getGuiInterpreter() const;
00015         BtGuiTkInterpreter& getGuiInterpreter();
00016 };
00017 
00018 

Copyright © 2003 inuTech GmbH. All rights reserved.