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

 vtkTclCommand ()
 ~vtkTclCommand ()
void SetStringCommand (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

Constructor & Destructor Documentation

vtkTclCommand::vtkTclCommand  
 

vtkTclCommand::~vtkTclCommand  
 


Member Function Documentation

vtkTclCommand* vtkTclCommand::New   [inline, static]
 

Reimplemented from vtkCommand.

Definition at line 91 of file vtkTclUtil.h.

void vtkTclCommand::SetStringCommand char *    arg [inline]
 

Definition at line 93 of file vtkTclUtil.h.

void vtkTclCommand::SetInterp Tcl_Interp *    interp [inline]
 

Definition at line 94 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 98 of file vtkTclUtil.h.

Tcl_Interp* vtkTclCommand::Interp
 

Definition at line 99 of file vtkTclUtil.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 13:00:44 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001