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