Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkTclCommand Class Reference

#include <vtkTclUtil.h>

Inheritance diagram for vtkTclCommand:

Inheritance graph
[legend]
Collaboration diagram for vtkTclCommand:

Collaboration graph
[legend]
List of all members.

Public Methods

void SetStringCommand (const char *arg)
void SetInterp (Tcl_Interp *interp)
void Execute (vtkObject *, unsigned long, void *)

Static Public Methods

vtkTclCommand * New ()

Public Attributes

char * StringCommand
Tcl_Interp * Interp

Protected Methods

 vtkTclCommand ()
 ~vtkTclCommand ()

Constructor & Destructor Documentation

vtkTclCommand::vtkTclCommand   [protected]
 

vtkTclCommand::~vtkTclCommand   [protected]
 


Member Function Documentation

vtkTclCommand* vtkTclCommand::New   [inline, static]
 

Definition at line 88 of file vtkTclUtil.h.

void vtkTclCommand::SetStringCommand const char *    arg
 

void vtkTclCommand::SetInterp Tcl_Interp *    interp [inline]
 

Definition at line 91 of file vtkTclUtil.h.

void vtkTclCommand::Execute vtkObject   ptr,
unsigned long    eventtype,
void *    callData
[virtual]
 

Reimplemented from vtkCommand.


Member Data Documentation

char* vtkTclCommand::StringCommand
 

Definition at line 95 of file vtkTclUtil.h.

Tcl_Interp* vtkTclCommand::Interp
 

Definition at line 96 of file vtkTclUtil.h.


The documentation for this class was generated from the following file:
Generated on Thu Mar 28 14:43:34 2002 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001