In file modules/TclSon.h:

namespace yav class TclSon

Parent class for an object attached to a TCL window

Inheritance:


Public Methods

void setTCLwindow (const TclString& name)
associates object to a new TCL window
const TclString& windowName (void)
returns associated window name

Public

Constructor
TclSon (TclModule *m, const TclString& name = EMPTY_STRING)
builds a TclSon
destructor
virtual ~TclSon ()
destroy associated TCL window

Protected Fields

TclString TCLwindow
TCL window name

Private Fields

Tcl_CmdDeleteProc* deleteProc
TCL window delete procedure
ClientData deleteData
TCL window delete client data

Private Methods

static void deleted (ClientData cd)
procedure called when the TCL window is deleted

Documentation

Parent class for an object attached to a TCL window. When the window is destroyed, the object dies
TclString TCLwindow
TCL window name

Tcl_CmdDeleteProc* deleteProc
TCL window delete procedure

ClientData deleteData
TCL window delete client data

static void deleted(ClientData cd)
procedure called when the TCL window is deleted
Parameters:
cd - parameter to transmit to TCL delete procedure

Constructor

TclSon(TclModule *m, const TclString& name = EMPTY_STRING)
builds a TclSon
Parameters:
m - module this object is created in
name - associated TCL window

destructor

virtual ~TclSon()
destroy associated TCL window

void setTCLwindow(const TclString& name)
associates object to a new TCL window
Parameters:
name - TCL window name

const TclString& windowName(void)
returns associated window name


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de