VTK
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | List of all members
vtkTclCommand Class Reference

#include <vtkTclUtil.h>

Inherits vtkCommand.

Public Member Functions

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

Static Public Member Functions

static vtkTclCommandNew ()
 

Public Attributes

char * StringCommand
 
Tcl_Interp * Interp
 

Protected Member Functions

 vtkTclCommand ()
 
 ~vtkTclCommand ()
 

Detailed Description

Definition at line 63 of file vtkTclUtil.h.

Constructor & Destructor Documentation

vtkTclCommand::vtkTclCommand ( )
protected
vtkTclCommand::~vtkTclCommand ( )
protected

Member Function Documentation

static vtkTclCommand* vtkTclCommand::New ( )
inlinestatic

Definition at line 66 of file vtkTclUtil.h.

void vtkTclCommand::SetStringCommand ( const char *  arg)
void vtkTclCommand::SetInterp ( Tcl_Interp *  interp)
inline

Definition at line 69 of file vtkTclUtil.h.

void vtkTclCommand::Execute ( vtkObject *  ,
unsigned  long,
void *   
)

Member Data Documentation

char* vtkTclCommand::StringCommand

Definition at line 73 of file vtkTclUtil.h.

Tcl_Interp* vtkTclCommand::Interp

Definition at line 74 of file vtkTclUtil.h.


The documentation for this class was generated from the following file: