Diffpack Documentation


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

BtGuiTixInterpreter Class Reference

C++ wrapper for the Tix interpreter. More...

#include <BtGuiTixInterpreter.h>

Inheritance diagram for BtGuiTixInterpreter::

BtGuiTkInterpreter HandleId List of all members.

Public Methods

 BtGuiTixInterpreter ()
 ~BtGuiTixInterpreter ()
bool init (int &argc, const char **argv)

Detailed Description

C++ wrapper for the Tix interpreter.

NAME: BtGuiTixInterpreter - C++ wrapper for the Tix interpreter

DESCRIPTION:

This class is a C++ wrapper of the Tix interpreter, designed to work with the GUI classes. It is implemented as a slight extension of "BtGuiTkInterpreter", where only the initialization phase is changed.


Constructor & Destructor Documentation

BtGuiTixInterpreter::BtGuiTixInterpreter ( )
 

See class "BtGuiTkInterpreter".

BtGuiTixInterpreter::~BtGuiTixInterpreter ( )
 


Member Function Documentation

bool BtGuiTixInterpreter::init ( int & argc,
const char ** argv ) [virtual]
 

initialize the Tcl/Tk interpreter. Must be called prior to any other use of the object.

Reimplemented from BtGuiTkInterpreter.


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