Index

NAME

BtGuiBase - Base class for widgets, variables and callbacks.


INCLUDE

include "BtGuiBase.h"

SYNTAX

 class BtGuiBase : public virtual HandleId
 {
   BtGuiTkInterpreter* interf_;

 public:
   BtGuiBase(const BtGuiTkInterpreter& interf);
   ~BtGuiBase();

   inline const BtGuiTkInterpreter& getGuiInterpreter() const;
   inline       BtGuiTkInterpreter& getGuiInterpreter();
 };


KEYWORDS

gui interface, tcl/tk


DESCRIPTION

This  class  is  base  class  for  BtGuiWidget, BtGuiVariable and
BtGuiCallback.  It only contains a  pointer  to  the  interpreter
class.


CONSTRUCTORS AND INITIALIZATION

This  class  has  only one constructor. The constructor takes one
argument, a reference to an interpreter class.



MEMBER FUNCTIONS

getGuiInterpreter --\ Returns a reference to the tcl-interpreter.


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics