Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions

vtkKWTkUtilities Class Reference

#include <vtkKWTkUtilities.h>

List of all members.

Public Types

enum  { UpdatePhotoOptionFlipVertical = 1 }
enum  { UpdatePhotoOptionFlipVertical = 1 }
typedef vtkObject Superclass
typedef vtkObject Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static vtkKWTkUtilitiesNew ()
static int IsTypeOf (const char *type)
static vtkKWTkUtilitiesSafeDownCast (vtkObject *o)
static const char * GetTclNameFromPointer (Tcl_Interp *interp, vtkObject *obj)
static const char * GetTclNameFromPointer (vtkKWApplication *app, vtkObject *obj)
static const char * EvaluateString (Tcl_Interp *interp, const char *format,...)
static const char * EvaluateString (vtkKWApplication *app, const char *format,...)
static const char * EvaluateStringFromArgs (Tcl_Interp *interp, const char *format, va_list var_args1, va_list var_args2)
static const char * EvaluateStringFromArgs (vtkKWApplication *app, const char *format, va_list var_args1, va_list var_args2)
static const char * EvaluateSimpleString (Tcl_Interp *interp, const char *str)
static const char * EvaluateSimpleString (vtkKWApplication *app, const char *str)
static const char * EvaluateEncodedString (Tcl_Interp *interp, const unsigned char *buffer, unsigned long length, unsigned long decoded_length)
static void CreateObjectMethodCommand (vtkKWApplication *app, char **command, vtkObject *object, const char *method)
static void CreateObjectMethodCommand (Tcl_Interp *interp, char **command, vtkObject *object, const char *method)
static void GetRGBColor (Tcl_Interp *interp, const char *widget, const char *color, double *r, double *g, double *b)
static void GetRGBColor (vtkKWWidget *widget, const char *color, double *r, double *g, double *b)
static void GetOptionColor (Tcl_Interp *interp, const char *widget, const char *option, double *r, double *g, double *b)
static void GetOptionColor (vtkKWWidget *widget, const char *option, double *r, double *g, double *b)
static double * GetOptionColor (vtkKWWidget *widget, const char *option)
static void GetDefaultOptionColor (Tcl_Interp *interp, const char *widget, const char *option, double *r, double *g, double *b)
static void GetDefaultOptionColor (vtkKWWidget *widget, const char *option, double *r, double *g, double *b)
static double * GetDefaultOptionColor (vtkKWWidget *widget, const char *option)
static void SetOptionColor (Tcl_Interp *interp, const char *widget, const char *option, double r, double g, double b)
static void SetOptionColor (vtkKWWidget *widget, const char *option, double r, double g, double b)
static int QueryUserForColor (vtkKWApplication *app, vtkKWWidget *dialog_parent, const char *dialog_title, double in_r, double in_g, double in_b, double *out_r, double *out_g, double *out_b)
static int GetGeometry (Tcl_Interp *interp, const char *widget, int *width, int *height, int *x, int *y)
static int GetGeometry (vtkKWWidget *widget, int *width, int *height, int *x, int *y)
static int ContainsCoordinates (Tcl_Interp *interp, const char *widget, int x, int y)
static int ContainsCoordinates (vtkKWWidget *widget, int x, int y)
static vtkKWWidgetContainsCoordinatesForSpecificType (vtkKWWidget *widget, int x, int y, const char *classname)
static int UpdatePhoto (Tcl_Interp *interp, const char *photo_name, const unsigned char *pixels, int width, int height, int pixel_size, unsigned long buffer_length=0, int update_options=0)
static int UpdatePhoto (vtkKWApplication *app, const char *photo_name, const unsigned char *pixels, int width, int height, int pixel_size, unsigned long buffer_length=0, int update_options=0)
static int UpdatePhotoFromIcon (vtkKWApplication *app, const char *photo_name, vtkKWIcon *icon, int update_options=0)
static int UpdatePhotoFromPredefinedIcon (vtkKWApplication *app, const char *photo_name, int icon_index, int update_options=0)
static int UpdateOrLoadPhoto (Tcl_Interp *interp, const char *photo_name, const char *file_name, const char *directory, const unsigned char *pixels, int width, int height, int pixel_size, unsigned long buffer_length=0)
static int UpdateOrLoadPhoto (vtkKWApplication *app, const char *photo_name, const char *file_name, const char *directory, const unsigned char *pixels, int width, int height, int pixel_size, unsigned long buffer_length=0)
static void SetImageOptionToPixels (vtkKWCoreWidget *widget, const unsigned char *pixels, int width, int height, int pixel_size=4, unsigned long buffer_length=0, const char *image_option=0)
static int FindPhoto (Tcl_Interp *interp, const char *photo_name)
static int FindPhoto (vtkKWApplication *app, const char *photo_name)
static int GetPhotoHeight (Tcl_Interp *interp, const char *photo_name)
static int GetPhotoHeight (vtkKWApplication *app, const char *photo_name)
static int GetPhotoHeight (vtkKWWidget *widget)
static int GetPhotoWidth (Tcl_Interp *interp, const char *photo_name)
static int GetPhotoWidth (vtkKWApplication *app, const char *photo_name)
static int ChangeFontWeightToBold (Tcl_Interp *interp, const char *font, char *new_font)
static int ChangeFontWeightToNormal (Tcl_Interp *interp, const char *font, char *new_font)
static int ChangeFontWeightToBold (Tcl_Interp *interp, const char *widget)
static int ChangeFontWeightToBold (vtkKWWidget *widget)
static int ChangeFontWeightToNormal (Tcl_Interp *interp, const char *widget)
static int ChangeFontWeightToNormal (vtkKWWidget *widget)
static int ChangeFontSlantToItalic (Tcl_Interp *interp, const char *font, char *new_font)
static int ChangeFontSlantToRoman (Tcl_Interp *interp, const char *font, char *new_font)
static int ChangeFontSlantToItalic (Tcl_Interp *interp, const char *widget)
static int ChangeFontSlantToItalic (vtkKWWidget *widget)
static int ChangeFontSlantToRoman (Tcl_Interp *interp, const char *widget)
static int ChangeFontSlantToRoman (vtkKWWidget *widget)
static int ChangeFontSize (Tcl_Interp *interp, const char *font, int new_size, char *new_font)
static int ChangeFontSize (Tcl_Interp *interp, const char *widget, int new_size)
static int ChangeFontSize (vtkKWWidget *widget, int new_size)
static int GetRealActualFont (Tcl_Interp *interp, const char *font, char *real_font)
static int GetFontMeasure (vtkKWWidget *widget, const char *txt, int *w)
static int GetGridSize (Tcl_Interp *interp, const char *widget, int *nb_of_cols, int *nb_of_rows)
static int GetGridSize (vtkKWWidget *widget, int *nb_of_cols, int *nb_of_rows)
static int GetWidgetPositionInGrid (Tcl_Interp *interp, const char *widget, int *col, int *row)
static int GetWidgetPositionInGrid (vtkKWWidget *widget, int *col, int *row)
static int GetSlavesBoundingBoxInPack (Tcl_Interp *interp, const char *widget, int *width, int *height)
static int GetSlavesBoundingBoxInPack (vtkKWWidget *widget, int *width, int *height)
static int GetSlaveHorizontalPositionInPack (Tcl_Interp *interp, const char *widget, const char *slave, int *x)
static int GetSlaveHorizontalPositionInPack (vtkKWWidget *widget, vtkKWWidget *slave, int *x)
static int GetWidgetPaddingInPack (Tcl_Interp *interp, const char *widget, int *ipadx, int *ipady, int *padx, int *pady)
static int GetMasterInPack (Tcl_Interp *interp, const char *widget, ostream &in)
static int GetMasterInPack (vtkKWWidget *widget, ostream &in)
static int GetGridColumnWidths (Tcl_Interp *interp, const char *widget, int *nb_of_cols, int **col_widths, int allocate=0)
static int SynchroniseGridsColumnMinimumSize (Tcl_Interp *interp, int nb_of_widgets, const char **widgets, const float *factors=0, const int *weights=0)
static int SynchroniseLabelsMaximumWidth (Tcl_Interp *interp, int nb_of_widgets, const char **widgets, const char *options=0)
static int SynchroniseLabelsMaximumWidth (vtkKWApplication *app, int nb_of_widgets, const char **widgets, const char *options=0)
static int GetSlavesInPack (Tcl_Interp *interp, const char *widget, char ***slaves)
static int GetSlavesInPack (vtkKWWidget *widget, char ***slaves)
static int GetPreviousAndNextSlaveInPack (Tcl_Interp *interp, const char *widget, const char *slave, ostream &previous_slave, ostream &next_slave)
static int GetPreviousAndNextSlaveInPack (vtkKWWidget *widget, vtkKWWidget *slave, ostream &previous_slave, ostream &next_slave)
static int TakeScreenDump (Tcl_Interp *interp, const char *wname, const char *fname, int top=0, int bottom=0, int left=0, int right=0)
static int TakeScreenDump (vtkKWWidget *widget, const char *fname, int top=0, int bottom=0, int left=0, int right=0)
static int SetTopLevelMouseCursor (Tcl_Interp *interp, const char *widget, const char *cursor)
static int SetTopLevelMouseCursor (vtkKWWidget *widget, const char *cursor)
static int IsTopLevel (Tcl_Interp *interp, const char *widget)
static int IsTopLevel (vtkKWWidget *widget)
static void WithdrawTopLevel (Tcl_Interp *interp, const char *widget)
static void WithdrawTopLevel (vtkKWWidget *widget)
static const char * GetCurrentScript (Tcl_Interp *interp)
static const char * GetCurrentScript (vtkKWApplication *app)
static const char * CreateTimerHandler (Tcl_Interp *interp, unsigned long ms, vtkObject *object, const char *method)
static const char * CreateTimerHandler (vtkKWApplication *app, unsigned long ms, vtkObject *object, const char *method)
static const char * CreateIdleTimerHandler (Tcl_Interp *interp, vtkObject *object, const char *method)
static const char * CreateIdleTimerHandler (vtkKWApplication *app, vtkObject *object, const char *method)
static void CancelTimerHandler (Tcl_Interp *interp, const char *id)
static void CancelTimerHandler (vtkKWApplication *app, const char *id)
static void CancelAllTimerHandlers (Tcl_Interp *interp)
static void CancelAllTimerHandlers (vtkKWApplication *app)
static void Bell (Tcl_Interp *interp)
static void Bell (vtkKWApplication *app)
static void ProcessPendingEvents (Tcl_Interp *interp)
static void ProcessPendingEvents (vtkKWApplication *app)
static void ProcessIdleTasks (Tcl_Interp *interp)
static void ProcessIdleTasks (vtkKWApplication *app)
static int CheckForPendingInteractionEvents (vtkRenderWindow *win)
static int GetMousePointerCoordinates (Tcl_Interp *interp, const char *widget, int *x, int *y)
static int GetMousePointerCoordinates (vtkKWWidget *widget, int *x, int *y)
static int GetWidgetCoordinates (Tcl_Interp *interp, const char *widget, int *x, int *y)
static int GetWidgetCoordinates (vtkKWWidget *widget, int *x, int *y)
static int GetWidgetRelativeCoordinates (Tcl_Interp *interp, const char *widget, int *x, int *y)
static int GetWidgetRelativeCoordinates (vtkKWWidget *widget, int *x, int *y)
static int GetWidgetSize (Tcl_Interp *interp, const char *widget, int *w, int *h)
static int GetWidgetSize (vtkKWWidget *widget, int *w, int *h)
static int GetWidgetRequestedSize (Tcl_Interp *interp, const char *widget, int *w, int *h)
static int GetWidgetRequestedSize (vtkKWWidget *widget, int *w, int *h)
static const char * GetWidgetClass (Tcl_Interp *interp, const char *widget)
static const char * GetWidgetClass (vtkKWWidget *widget)
static int GetScreenSize (Tcl_Interp *interp, const char *widget, int *w, int *h)
static int GetScreenSize (vtkKWWidget *widget, int *w, int *h)
static const char * GetWindowingSystem (vtkKWApplication *app)
static const char * GetWindowingSystem (Tcl_Interp *interp)
static vtkKWTkUtilitiesNew ()
static int IsTypeOf (const char *type)
static vtkKWTkUtilitiesSafeDownCast (vtkObject *o)
static const char * GetTclNameFromPointer (Tcl_Interp *interp, vtkObject *obj)
static const char * GetTclNameFromPointer (vtkKWApplication *app, vtkObject *obj)
static const char * EvaluateString (Tcl_Interp *interp, const char *format,...)
static const char * EvaluateString (vtkKWApplication *app, const char *format,...)
static const char * EvaluateStringFromArgs (Tcl_Interp *interp, const char *format, va_list var_args1, va_list var_args2)
static const char * EvaluateStringFromArgs (vtkKWApplication *app, const char *format, va_list var_args1, va_list var_args2)
static const char * EvaluateSimpleString (Tcl_Interp *interp, const char *str)
static const char * EvaluateSimpleString (vtkKWApplication *app, const char *str)
static const char * EvaluateEncodedString (Tcl_Interp *interp, const unsigned char *buffer, unsigned long length, unsigned long decoded_length)
static void CreateObjectMethodCommand (vtkKWApplication *app, char **command, vtkObject *object, const char *method)
static void CreateObjectMethodCommand (Tcl_Interp *interp, char **command, vtkObject *object, const char *method)
static void GetRGBColor (Tcl_Interp *interp, const char *widget, const char *color, double *r, double *g, double *b)
static void GetRGBColor (vtkKWWidget *widget, const char *color, double *r, double *g, double *b)
static void GetOptionColor (Tcl_Interp *interp, const char *widget, const char *option, double *r, double *g, double *b)
static void GetOptionColor (vtkKWWidget *widget, const char *option, double *r, double *g, double *b)
static double * GetOptionColor (vtkKWWidget *widget, const char *option)
static void GetDefaultOptionColor (Tcl_Interp *interp, const char *widget, const char *option, double *r, double *g, double *b)
static void GetDefaultOptionColor (vtkKWWidget *widget, const char *option, double *r, double *g, double *b)
static double * GetDefaultOptionColor (vtkKWWidget *widget, const char *option)
static void SetOptionColor (Tcl_Interp *interp, const char *widget, const char *option, double r, double g, double b)
static void SetOptionColor (vtkKWWidget *widget, const char *option, double r, double g, double b)
static int QueryUserForColor (vtkKWApplication *app, vtkKWWidget *dialog_parent, const char *dialog_title, double in_r, double in_g, double in_b, double *out_r, double *out_g, double *out_b)
static int GetGeometry (Tcl_Interp *interp, const char *widget, int *width, int *height, int *x, int *y)
static int GetGeometry (vtkKWWidget *widget, int *width, int *height, int *x, int *y)
static int ContainsCoordinates (Tcl_Interp *interp, const char *widget, int x, int y)
static int ContainsCoordinates (vtkKWWidget *widget, int x, int y)
static vtkKWWidgetContainsCoordinatesForSpecificType (vtkKWWidget *widget, int x, int y, const char *classname)
static int UpdatePhoto (Tcl_Interp *interp, const char *photo_name, const unsigned char *pixels, int width, int height, int pixel_size, unsigned long buffer_length=0, int update_options=0)
static int UpdatePhoto (vtkKWApplication *app, const char *photo_name, const unsigned char *pixels, int width, int height, int pixel_size, unsigned long buffer_length=0, int update_options=0)
static int UpdatePhotoFromIcon (vtkKWApplication *app, const char *photo_name, vtkKWIcon *icon, int update_options=0)
static int UpdatePhotoFromPredefinedIcon (vtkKWApplication *app, const char *photo_name, int icon_index, int update_options=0)
static int UpdateOrLoadPhoto (Tcl_Interp *interp, const char *photo_name, const char *file_name, const char *directory, const unsigned char *pixels, int width, int height, int pixel_size, unsigned long buffer_length=0)
static int UpdateOrLoadPhoto (vtkKWApplication *app, const char *photo_name, const char *file_name, const char *directory, const unsigned char *pixels, int width, int height, int pixel_size, unsigned long buffer_length=0)
static void SetImageOptionToPixels (vtkKWCoreWidget *widget, const unsigned char *pixels, int width, int height, int pixel_size=4, unsigned long buffer_length=0, const char *image_option=0)
static int FindPhoto (Tcl_Interp *interp, const char *photo_name)
static int FindPhoto (vtkKWApplication *app, const char *photo_name)
static int GetPhotoHeight (Tcl_Interp *interp, const char *photo_name)
static int GetPhotoHeight (vtkKWApplication *app, const char *photo_name)
static int GetPhotoHeight (vtkKWWidget *widget)
static int GetPhotoWidth (Tcl_Interp *interp, const char *photo_name)
static int GetPhotoWidth (vtkKWApplication *app, const char *photo_name)
static int ChangeFontWeightToBold (Tcl_Interp *interp, const char *font, char *new_font)
static int ChangeFontWeightToNormal (Tcl_Interp *interp, const char *font, char *new_font)
static int ChangeFontWeightToBold (Tcl_Interp *interp, const char *widget)
static int ChangeFontWeightToBold (vtkKWWidget *widget)
static int ChangeFontWeightToNormal (Tcl_Interp *interp, const char *widget)
static int ChangeFontWeightToNormal (vtkKWWidget *widget)
static int ChangeFontSlantToItalic (Tcl_Interp *interp, const char *font, char *new_font)
static int ChangeFontSlantToRoman (Tcl_Interp *interp, const char *font, char *new_font)
static int ChangeFontSlantToItalic (Tcl_Interp *interp, const char *widget)
static int ChangeFontSlantToItalic (vtkKWWidget *widget)
static int ChangeFontSlantToRoman (Tcl_Interp *interp, const char *widget)
static int ChangeFontSlantToRoman (vtkKWWidget *widget)
static int ChangeFontSize (Tcl_Interp *interp, const char *font, int new_size, char *new_font)
static int ChangeFontSize (Tcl_Interp *interp, const char *widget, int new_size)
static int ChangeFontSize (vtkKWWidget *widget, int new_size)
static int GetRealActualFont (Tcl_Interp *interp, const char *font, char *real_font)
static int GetFontMeasure (vtkKWWidget *widget, const char *txt, int *w)
static int GetGridSize (Tcl_Interp *interp, const char *widget, int *nb_of_cols, int *nb_of_rows)
static int GetGridSize (vtkKWWidget *widget, int *nb_of_cols, int *nb_of_rows)
static int GetWidgetPositionInGrid (Tcl_Interp *interp, const char *widget, int *col, int *row)
static int GetWidgetPositionInGrid (vtkKWWidget *widget, int *col, int *row)
static int GetSlavesBoundingBoxInPack (Tcl_Interp *interp, const char *widget, int *width, int *height)
static int GetSlavesBoundingBoxInPack (vtkKWWidget *widget, int *width, int *height)
static int GetSlaveHorizontalPositionInPack (Tcl_Interp *interp, const char *widget, const char *slave, int *x)
static int GetSlaveHorizontalPositionInPack (vtkKWWidget *widget, vtkKWWidget *slave, int *x)
static int GetWidgetPaddingInPack (Tcl_Interp *interp, const char *widget, int *ipadx, int *ipady, int *padx, int *pady)
static int GetMasterInPack (Tcl_Interp *interp, const char *widget, ostream &in)
static int GetMasterInPack (vtkKWWidget *widget, ostream &in)
static int GetGridColumnWidths (Tcl_Interp *interp, const char *widget, int *nb_of_cols, int **col_widths, int allocate=0)
static int SynchroniseGridsColumnMinimumSize (Tcl_Interp *interp, int nb_of_widgets, const char **widgets, const float *factors=0, const int *weights=0)
static int SynchroniseLabelsMaximumWidth (Tcl_Interp *interp, int nb_of_widgets, const char **widgets, const char *options=0)
static int SynchroniseLabelsMaximumWidth (vtkKWApplication *app, int nb_of_widgets, const char **widgets, const char *options=0)
static int GetSlavesInPack (Tcl_Interp *interp, const char *widget, char ***slaves)
static int GetSlavesInPack (vtkKWWidget *widget, char ***slaves)
static int GetPreviousAndNextSlaveInPack (Tcl_Interp *interp, const char *widget, const char *slave, ostream &previous_slave, ostream &next_slave)
static int GetPreviousAndNextSlaveInPack (vtkKWWidget *widget, vtkKWWidget *slave, ostream &previous_slave, ostream &next_slave)
static int TakeScreenDump (Tcl_Interp *interp, const char *wname, const char *fname, int top=0, int bottom=0, int left=0, int right=0)
static int TakeScreenDump (vtkKWWidget *widget, const char *fname, int top=0, int bottom=0, int left=0, int right=0)
static int SetTopLevelMouseCursor (Tcl_Interp *interp, const char *widget, const char *cursor)
static int SetTopLevelMouseCursor (vtkKWWidget *widget, const char *cursor)
static int IsTopLevel (Tcl_Interp *interp, const char *widget)
static int IsTopLevel (vtkKWWidget *widget)
static void WithdrawTopLevel (Tcl_Interp *interp, const char *widget)
static void WithdrawTopLevel (vtkKWWidget *widget)
static const char * GetCurrentScript (Tcl_Interp *interp)
static const char * GetCurrentScript (vtkKWApplication *app)
static const char * CreateTimerHandler (Tcl_Interp *interp, unsigned long ms, vtkObject *object, const char *method)
static const char * CreateTimerHandler (vtkKWApplication *app, unsigned long ms, vtkObject *object, const char *method)
static const char * CreateIdleTimerHandler (Tcl_Interp *interp, vtkObject *object, const char *method)
static const char * CreateIdleTimerHandler (vtkKWApplication *app, vtkObject *object, const char *method)
static void CancelTimerHandler (Tcl_Interp *interp, const char *id)
static void CancelTimerHandler (vtkKWApplication *app, const char *id)
static void CancelAllTimerHandlers (Tcl_Interp *interp)
static void CancelAllTimerHandlers (vtkKWApplication *app)
static void Bell (Tcl_Interp *interp)
static void Bell (vtkKWApplication *app)
static void ProcessPendingEvents (Tcl_Interp *interp)
static void ProcessPendingEvents (vtkKWApplication *app)
static void ProcessIdleTasks (Tcl_Interp *interp)
static void ProcessIdleTasks (vtkKWApplication *app)
static int CheckForPendingInteractionEvents (vtkRenderWindow *win)
static int GetMousePointerCoordinates (Tcl_Interp *interp, const char *widget, int *x, int *y)
static int GetMousePointerCoordinates (vtkKWWidget *widget, int *x, int *y)
static int GetWidgetCoordinates (Tcl_Interp *interp, const char *widget, int *x, int *y)
static int GetWidgetCoordinates (vtkKWWidget *widget, int *x, int *y)
static int GetWidgetRelativeCoordinates (Tcl_Interp *interp, const char *widget, int *x, int *y)
static int GetWidgetRelativeCoordinates (vtkKWWidget *widget, int *x, int *y)
static int GetWidgetSize (Tcl_Interp *interp, const char *widget, int *w, int *h)
static int GetWidgetSize (vtkKWWidget *widget, int *w, int *h)
static int GetWidgetRequestedSize (Tcl_Interp *interp, const char *widget, int *w, int *h)
static int GetWidgetRequestedSize (vtkKWWidget *widget, int *w, int *h)
static const char * GetWidgetClass (Tcl_Interp *interp, const char *widget)
static const char * GetWidgetClass (vtkKWWidget *widget)
static int GetScreenSize (Tcl_Interp *interp, const char *widget, int *w, int *h)
static int GetScreenSize (vtkKWWidget *widget, int *w, int *h)
static const char * GetWindowingSystem (vtkKWApplication *app)
static const char * GetWindowingSystem (Tcl_Interp *interp)

Protected Member Functions

 vtkKWTkUtilities ()
 ~vtkKWTkUtilities ()
 vtkKWTkUtilities ()
 ~vtkKWTkUtilities ()

Static Protected Member Functions

static int ChangeFontWeight (Tcl_Interp *interp, const char *widget, int bold)
static int ChangeFontWeight (Tcl_Interp *interp, const char *font, int bold, char *new_font)
static int ChangeFontSlant (Tcl_Interp *interp, const char *widget, int italic)
static int ChangeFontSlant (Tcl_Interp *interp, const char *font, int italic, char *new_font)
static const char * EvaluateStringFromArgsInternal (Tcl_Interp *interp, vtkObject *obj, const char *format, va_list var_args1, va_list var_args2)
static const char * EvaluateSimpleStringInternal (Tcl_Interp *interp, vtkObject *obj, const char *str)
static int ChangeFontWeight (Tcl_Interp *interp, const char *widget, int bold)
static int ChangeFontWeight (Tcl_Interp *interp, const char *font, int bold, char *new_font)
static int ChangeFontSlant (Tcl_Interp *interp, const char *widget, int italic)
static int ChangeFontSlant (Tcl_Interp *interp, const char *font, int italic, char *new_font)
static const char * EvaluateStringFromArgsInternal (Tcl_Interp *interp, vtkObject *obj, const char *format, va_list var_args1, va_list var_args2)
static const char * EvaluateSimpleStringInternal (Tcl_Interp *interp, vtkObject *obj, const char *str)

Detailed Description

Definition at line 41 of file debian/tmp/usr/include/KWWidgets/vtkKWTkUtilities.h.


Member Typedef Documentation

typedef vtkObject vtkKWTkUtilities::Superclass
typedef vtkObject vtkKWTkUtilities::Superclass

Definition at line 45 of file vtkKWTkUtilities.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
UpdatePhotoOptionFlipVertical 

Definition at line 211 of file debian/tmp/usr/include/KWWidgets/vtkKWTkUtilities.h.

anonymous enum
Enumerator:
UpdatePhotoOptionFlipVertical 

Definition at line 211 of file vtkKWTkUtilities.h.


Constructor & Destructor Documentation

vtkKWTkUtilities::vtkKWTkUtilities (  ) [inline, protected]
vtkKWTkUtilities::~vtkKWTkUtilities (  ) [inline, protected]
vtkKWTkUtilities::vtkKWTkUtilities (  ) [inline, protected]

Definition at line 711 of file vtkKWTkUtilities.h.

vtkKWTkUtilities::~vtkKWTkUtilities (  ) [inline, protected]

Definition at line 712 of file vtkKWTkUtilities.h.


Member Function Documentation

static vtkKWTkUtilities* vtkKWTkUtilities::New (  ) [static]
virtual const char* vtkKWTkUtilities::GetClassName (  ) [virtual]
static int vtkKWTkUtilities::IsTypeOf ( const char *  type ) [static]
virtual int vtkKWTkUtilities::IsA ( const char *  type ) [virtual]
static vtkKWTkUtilities* vtkKWTkUtilities::SafeDownCast ( vtkObject *  o ) [static]
void vtkKWTkUtilities::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
static const char* vtkKWTkUtilities::GetTclNameFromPointer ( Tcl_Interp *  interp,
vtkObject *  obj 
) [static]
static const char* vtkKWTkUtilities::GetTclNameFromPointer ( vtkKWApplication app,
vtkObject *  obj 
) [static]
static const char* vtkKWTkUtilities::EvaluateString ( Tcl_Interp *  interp,
const char *  format,
  ... 
) [static]
static const char* vtkKWTkUtilities::EvaluateString ( vtkKWApplication app,
const char *  format,
  ... 
) [static]
static const char* vtkKWTkUtilities::EvaluateStringFromArgs ( Tcl_Interp *  interp,
const char *  format,
va_list  var_args1,
va_list  var_args2 
) [static]
static const char* vtkKWTkUtilities::EvaluateStringFromArgs ( vtkKWApplication app,
const char *  format,
va_list  var_args1,
va_list  var_args2 
) [static]
static const char* vtkKWTkUtilities::EvaluateSimpleString ( Tcl_Interp *  interp,
const char *  str 
) [static]
static const char* vtkKWTkUtilities::EvaluateSimpleString ( vtkKWApplication app,
const char *  str 
) [static]
static const char* vtkKWTkUtilities::EvaluateEncodedString ( Tcl_Interp *  interp,
const unsigned char *  buffer,
unsigned long  length,
unsigned long  decoded_length 
) [static]
static void vtkKWTkUtilities::CreateObjectMethodCommand ( vtkKWApplication app,
char **  command,
vtkObject *  object,
const char *  method 
) [static]
static void vtkKWTkUtilities::CreateObjectMethodCommand ( Tcl_Interp *  interp,
char **  command,
vtkObject *  object,
const char *  method 
) [static]
static void vtkKWTkUtilities::GetRGBColor ( Tcl_Interp *  interp,
const char *  widget,
const char *  color,
double *  r,
double *  g,
double *  b 
) [static]
static void vtkKWTkUtilities::GetRGBColor ( vtkKWWidget widget,
const char *  color,
double *  r,
double *  g,
double *  b 
) [static]
static void vtkKWTkUtilities::GetOptionColor ( Tcl_Interp *  interp,
const char *  widget,
const char *  option,
double *  r,
double *  g,
double *  b 
) [static]
static void vtkKWTkUtilities::GetOptionColor ( vtkKWWidget widget,
const char *  option,
double *  r,
double *  g,
double *  b 
) [static]
static double* vtkKWTkUtilities::GetOptionColor ( vtkKWWidget widget,
const char *  option 
) [static]
static void vtkKWTkUtilities::GetDefaultOptionColor ( Tcl_Interp *  interp,
const char *  widget,
const char *  option,
double *  r,
double *  g,
double *  b 
) [static]
static void vtkKWTkUtilities::GetDefaultOptionColor ( vtkKWWidget widget,
const char *  option,
double *  r,
double *  g,
double *  b 
) [static]
static double* vtkKWTkUtilities::GetDefaultOptionColor ( vtkKWWidget widget,
const char *  option 
) [static]
static void vtkKWTkUtilities::SetOptionColor ( Tcl_Interp *  interp,
const char *  widget,
const char *  option,
double  r,
double  g,
double  b 
) [static]
static void vtkKWTkUtilities::SetOptionColor ( vtkKWWidget widget,
const char *  option,
double  r,
double  g,
double  b 
) [static]
static int vtkKWTkUtilities::QueryUserForColor ( vtkKWApplication app,
vtkKWWidget dialog_parent,
const char *  dialog_title,
double  in_r,
double  in_g,
double  in_b,
double *  out_r,
double *  out_g,
double *  out_b 
) [static]
static int vtkKWTkUtilities::GetGeometry ( Tcl_Interp *  interp,
const char *  widget,
int *  width,
int *  height,
int *  x,
int *  y 
) [static]
static int vtkKWTkUtilities::GetGeometry ( vtkKWWidget widget,
int *  width,
int *  height,
int *  x,
int *  y 
) [static]
static int vtkKWTkUtilities::ContainsCoordinates ( Tcl_Interp *  interp,
const char *  widget,
int  x,
int  y 
) [static]
static int vtkKWTkUtilities::ContainsCoordinates ( vtkKWWidget widget,
int  x,
int  y 
) [static]
static vtkKWWidget* vtkKWTkUtilities::ContainsCoordinatesForSpecificType ( vtkKWWidget widget,
int  x,
int  y,
const char *  classname 
) [static]
static int vtkKWTkUtilities::UpdatePhoto ( Tcl_Interp *  interp,
const char *  photo_name,
const unsigned char *  pixels,
int  width,
int  height,
int  pixel_size,
unsigned long  buffer_length = 0,
int  update_options = 0 
) [static]
static int vtkKWTkUtilities::UpdatePhoto ( vtkKWApplication app,
const char *  photo_name,
const unsigned char *  pixels,
int  width,
int  height,
int  pixel_size,
unsigned long  buffer_length = 0,
int  update_options = 0 
) [static]
static int vtkKWTkUtilities::UpdatePhotoFromIcon ( vtkKWApplication app,
const char *  photo_name,
vtkKWIcon icon,
int  update_options = 0 
) [static]
static int vtkKWTkUtilities::UpdatePhotoFromPredefinedIcon ( vtkKWApplication app,
const char *  photo_name,
int  icon_index,
int  update_options = 0 
) [static]
static int vtkKWTkUtilities::UpdateOrLoadPhoto ( Tcl_Interp *  interp,
const char *  photo_name,
const char *  file_name,
const char *  directory,
const unsigned char *  pixels,
int  width,
int  height,
int  pixel_size,
unsigned long  buffer_length = 0 
) [static]
static int vtkKWTkUtilities::UpdateOrLoadPhoto ( vtkKWApplication app,
const char *  photo_name,
const char *  file_name,
const char *  directory,
const unsigned char *  pixels,
int  width,
int  height,
int  pixel_size,
unsigned long  buffer_length = 0 
) [static]
static void vtkKWTkUtilities::SetImageOptionToPixels ( vtkKWCoreWidget widget,
const unsigned char *  pixels,
int  width,
int  height,
int  pixel_size = 4,
unsigned long  buffer_length = 0,
const char *  image_option = 0 
) [static]
static int vtkKWTkUtilities::FindPhoto ( Tcl_Interp *  interp,
const char *  photo_name 
) [static]
static int vtkKWTkUtilities::FindPhoto ( vtkKWApplication app,
const char *  photo_name 
) [static]
static int vtkKWTkUtilities::GetPhotoHeight ( Tcl_Interp *  interp,
const char *  photo_name 
) [static]
static int vtkKWTkUtilities::GetPhotoHeight ( vtkKWApplication app,
const char *  photo_name 
) [static]
static int vtkKWTkUtilities::GetPhotoHeight ( vtkKWWidget widget ) [static]
static int vtkKWTkUtilities::GetPhotoWidth ( Tcl_Interp *  interp,
const char *  photo_name 
) [static]
static int vtkKWTkUtilities::GetPhotoWidth ( vtkKWApplication app,
const char *  photo_name 
) [static]
static int vtkKWTkUtilities::ChangeFontWeightToBold ( Tcl_Interp *  interp,
const char *  font,
char *  new_font 
) [static]
static int vtkKWTkUtilities::ChangeFontWeightToNormal ( Tcl_Interp *  interp,
const char *  font,
char *  new_font 
) [static]
static int vtkKWTkUtilities::ChangeFontWeightToBold ( Tcl_Interp *  interp,
const char *  widget 
) [static]
static int vtkKWTkUtilities::ChangeFontWeightToBold ( vtkKWWidget widget ) [static]
static int vtkKWTkUtilities::ChangeFontWeightToNormal ( Tcl_Interp *  interp,
const char *  widget 
) [static]
static int vtkKWTkUtilities::ChangeFontWeightToNormal ( vtkKWWidget widget ) [static]
static int vtkKWTkUtilities::ChangeFontSlantToItalic ( Tcl_Interp *  interp,
const char *  font,
char *  new_font 
) [static]
static int vtkKWTkUtilities::ChangeFontSlantToRoman ( Tcl_Interp *  interp,
const char *  font,
char *  new_font 
) [static]
static int vtkKWTkUtilities::ChangeFontSlantToItalic ( Tcl_Interp *  interp,
const char *  widget 
) [static]
static int vtkKWTkUtilities::ChangeFontSlantToItalic ( vtkKWWidget widget ) [static]
static int vtkKWTkUtilities::ChangeFontSlantToRoman ( Tcl_Interp *  interp,
const char *  widget 
) [static]
static int vtkKWTkUtilities::ChangeFontSlantToRoman ( vtkKWWidget widget ) [static]
static int vtkKWTkUtilities::ChangeFontSize ( Tcl_Interp *  interp,
const char *  font,
int  new_size,
char *  new_font 
) [static]
static int vtkKWTkUtilities::ChangeFontSize ( Tcl_Interp *  interp,
const char *  widget,
int  new_size 
) [static]
static int vtkKWTkUtilities::ChangeFontSize ( vtkKWWidget widget,
int  new_size 
) [static]
static int vtkKWTkUtilities::GetRealActualFont ( Tcl_Interp *  interp,
const char *  font,
char *  real_font 
) [static]
static int vtkKWTkUtilities::GetFontMeasure ( vtkKWWidget widget,
const char *  txt,
int *  w 
) [static]
static int vtkKWTkUtilities::GetGridSize ( Tcl_Interp *  interp,
const char *  widget,
int *  nb_of_cols,
int *  nb_of_rows 
) [static]
static int vtkKWTkUtilities::GetGridSize ( vtkKWWidget widget,
int *  nb_of_cols,
int *  nb_of_rows 
) [static]
static int vtkKWTkUtilities::GetWidgetPositionInGrid ( Tcl_Interp *  interp,
const char *  widget,
int *  col,
int *  row 
) [static]
static int vtkKWTkUtilities::GetWidgetPositionInGrid ( vtkKWWidget widget,
int *  col,
int *  row 
) [static]
static int vtkKWTkUtilities::GetSlavesBoundingBoxInPack ( Tcl_Interp *  interp,
const char *  widget,
int *  width,
int *  height 
) [static]
static int vtkKWTkUtilities::GetSlavesBoundingBoxInPack ( vtkKWWidget widget,
int *  width,
int *  height 
) [static]
static int vtkKWTkUtilities::GetSlaveHorizontalPositionInPack ( Tcl_Interp *  interp,
const char *  widget,
const char *  slave,
int *  x 
) [static]
static int vtkKWTkUtilities::GetSlaveHorizontalPositionInPack ( vtkKWWidget widget,
vtkKWWidget slave,
int *  x 
) [static]
static int vtkKWTkUtilities::GetWidgetPaddingInPack ( Tcl_Interp *  interp,
const char *  widget,
int *  ipadx,
int *  ipady,
int *  padx,
int *  pady 
) [static]
static int vtkKWTkUtilities::GetMasterInPack ( Tcl_Interp *  interp,
const char *  widget,
ostream &  in 
) [static]
static int vtkKWTkUtilities::GetMasterInPack ( vtkKWWidget widget,
ostream &  in 
) [static]
static int vtkKWTkUtilities::GetGridColumnWidths ( Tcl_Interp *  interp,
const char *  widget,
int *  nb_of_cols,
int **  col_widths,
int  allocate = 0 
) [static]
static int vtkKWTkUtilities::SynchroniseGridsColumnMinimumSize ( Tcl_Interp *  interp,
int  nb_of_widgets,
const char **  widgets,
const float *  factors = 0,
const int *  weights = 0 
) [static]
static int vtkKWTkUtilities::SynchroniseLabelsMaximumWidth ( Tcl_Interp *  interp,
int  nb_of_widgets,
const char **  widgets,
const char *  options = 0 
) [static]
static int vtkKWTkUtilities::SynchroniseLabelsMaximumWidth ( vtkKWApplication app,
int  nb_of_widgets,
const char **  widgets,
const char *  options = 0 
) [static]
static int vtkKWTkUtilities::GetSlavesInPack ( Tcl_Interp *  interp,
const char *  widget,
char ***  slaves 
) [static]
static int vtkKWTkUtilities::GetSlavesInPack ( vtkKWWidget widget,
char ***  slaves 
) [static]
static int vtkKWTkUtilities::GetPreviousAndNextSlaveInPack ( Tcl_Interp *  interp,
const char *  widget,
const char *  slave,
ostream &  previous_slave,
ostream &  next_slave 
) [static]
static int vtkKWTkUtilities::GetPreviousAndNextSlaveInPack ( vtkKWWidget widget,
vtkKWWidget slave,
ostream &  previous_slave,
ostream &  next_slave 
) [static]
static int vtkKWTkUtilities::TakeScreenDump ( Tcl_Interp *  interp,
const char *  wname,
const char *  fname,
int  top = 0,
int  bottom = 0,
int  left = 0,
int  right = 0 
) [static]
static int vtkKWTkUtilities::TakeScreenDump ( vtkKWWidget widget,
const char *  fname,
int  top = 0,
int  bottom = 0,
int  left = 0,
int  right = 0 
) [static]
static int vtkKWTkUtilities::SetTopLevelMouseCursor ( Tcl_Interp *  interp,
const char *  widget,
const char *  cursor 
) [static]
static int vtkKWTkUtilities::SetTopLevelMouseCursor ( vtkKWWidget widget,
const char *  cursor 
) [static]
static int vtkKWTkUtilities::IsTopLevel ( Tcl_Interp *  interp,
const char *  widget 
) [static]
static int vtkKWTkUtilities::IsTopLevel ( vtkKWWidget widget ) [static]
static void vtkKWTkUtilities::WithdrawTopLevel ( Tcl_Interp *  interp,
const char *  widget 
) [static]
static void vtkKWTkUtilities::WithdrawTopLevel ( vtkKWWidget widget ) [static]
static const char* vtkKWTkUtilities::GetCurrentScript ( Tcl_Interp *  interp ) [static]
static const char* vtkKWTkUtilities::GetCurrentScript ( vtkKWApplication app ) [static]
static const char* vtkKWTkUtilities::CreateTimerHandler ( Tcl_Interp *  interp,
unsigned long  ms,
vtkObject *  object,
const char *  method 
) [static]
static const char* vtkKWTkUtilities::CreateTimerHandler ( vtkKWApplication app,
unsigned long  ms,
vtkObject *  object,
const char *  method 
) [static]
static const char* vtkKWTkUtilities::CreateIdleTimerHandler ( Tcl_Interp *  interp,
vtkObject *  object,
const char *  method 
) [static]
static const char* vtkKWTkUtilities::CreateIdleTimerHandler ( vtkKWApplication app,
vtkObject *  object,
const char *  method 
) [static]
static void vtkKWTkUtilities::CancelTimerHandler ( Tcl_Interp *  interp,
const char *  id 
) [static]
static void vtkKWTkUtilities::CancelTimerHandler ( vtkKWApplication app,
const char *  id 
) [static]
static void vtkKWTkUtilities::CancelAllTimerHandlers ( Tcl_Interp *  interp ) [static]
static void vtkKWTkUtilities::CancelAllTimerHandlers ( vtkKWApplication app ) [static]
static void vtkKWTkUtilities::Bell ( Tcl_Interp *  interp ) [static]
static void vtkKWTkUtilities::Bell ( vtkKWApplication app ) [static]
static void vtkKWTkUtilities::ProcessPendingEvents ( Tcl_Interp *  interp ) [static]
static void vtkKWTkUtilities::ProcessPendingEvents ( vtkKWApplication app ) [static]
static void vtkKWTkUtilities::ProcessIdleTasks ( Tcl_Interp *  interp ) [static]
static void vtkKWTkUtilities::ProcessIdleTasks ( vtkKWApplication app ) [static]
static int vtkKWTkUtilities::CheckForPendingInteractionEvents ( vtkRenderWindow *  win ) [static]
static int vtkKWTkUtilities::GetMousePointerCoordinates ( Tcl_Interp *  interp,
const char *  widget,
int *  x,
int *  y 
) [static]
static int vtkKWTkUtilities::GetMousePointerCoordinates ( vtkKWWidget widget,
int *  x,
int *  y 
) [static]
static int vtkKWTkUtilities::GetWidgetCoordinates ( Tcl_Interp *  interp,
const char *  widget,
int *  x,
int *  y 
) [static]
static int vtkKWTkUtilities::GetWidgetCoordinates ( vtkKWWidget widget,
int *  x,
int *  y 
) [static]
static int vtkKWTkUtilities::GetWidgetRelativeCoordinates ( Tcl_Interp *  interp,
const char *  widget,
int *  x,
int *  y 
) [static]
static int vtkKWTkUtilities::GetWidgetRelativeCoordinates ( vtkKWWidget widget,
int *  x,
int *  y 
) [static]
static int vtkKWTkUtilities::GetWidgetSize ( Tcl_Interp *  interp,
const char *  widget,
int *  w,
int *  h 
) [static]
static int vtkKWTkUtilities::GetWidgetSize ( vtkKWWidget widget,
int *  w,
int *  h 
) [static]
static int vtkKWTkUtilities::GetWidgetRequestedSize ( Tcl_Interp *  interp,
const char *  widget,
int *  w,
int *  h 
) [static]
static int vtkKWTkUtilities::GetWidgetRequestedSize ( vtkKWWidget widget,
int *  w,
int *  h 
) [static]
static const char* vtkKWTkUtilities::GetWidgetClass ( Tcl_Interp *  interp,
const char *  widget 
) [static]
static const char* vtkKWTkUtilities::GetWidgetClass ( vtkKWWidget widget ) [static]
static int vtkKWTkUtilities::GetScreenSize ( Tcl_Interp *  interp,
const char *  widget,
int *  w,
int *  h 
) [static]
static int vtkKWTkUtilities::GetScreenSize ( vtkKWWidget widget,
int *  w,
int *  h 
) [static]
static const char* vtkKWTkUtilities::GetWindowingSystem ( vtkKWApplication app ) [static]
static const char* vtkKWTkUtilities::GetWindowingSystem ( Tcl_Interp *  interp ) [static]
static int vtkKWTkUtilities::ChangeFontWeight ( Tcl_Interp *  interp,
const char *  widget,
int  bold 
) [static, protected]
static int vtkKWTkUtilities::ChangeFontWeight ( Tcl_Interp *  interp,
const char *  font,
int  bold,
char *  new_font 
) [static, protected]
static int vtkKWTkUtilities::ChangeFontSlant ( Tcl_Interp *  interp,
const char *  widget,
int  italic 
) [static, protected]
static int vtkKWTkUtilities::ChangeFontSlant ( Tcl_Interp *  interp,
const char *  font,
int  italic,
char *  new_font 
) [static, protected]
static const char* vtkKWTkUtilities::EvaluateStringFromArgsInternal ( Tcl_Interp *  interp,
vtkObject *  obj,
const char *  format,
va_list  var_args1,
va_list  var_args2 
) [static, protected]
static const char* vtkKWTkUtilities::EvaluateSimpleStringInternal ( Tcl_Interp *  interp,
vtkObject *  obj,
const char *  str 
) [static, protected]
static vtkKWTkUtilities* vtkKWTkUtilities::New (  ) [static]
virtual const char* vtkKWTkUtilities::GetClassName (  ) [virtual]
static int vtkKWTkUtilities::IsTypeOf ( const char *  type ) [static]
virtual int vtkKWTkUtilities::IsA ( const char *  type ) [virtual]
static vtkKWTkUtilities* vtkKWTkUtilities::SafeDownCast ( vtkObject *  o ) [static]
void vtkKWTkUtilities::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
static const char* vtkKWTkUtilities::GetTclNameFromPointer ( Tcl_Interp *  interp,
vtkObject *  obj 
) [static]
static const char* vtkKWTkUtilities::GetTclNameFromPointer ( vtkKWApplication app,
vtkObject *  obj 
) [static]
static const char* vtkKWTkUtilities::EvaluateString ( Tcl_Interp *  interp,
const char *  format,
  ... 
) [static]
static const char* vtkKWTkUtilities::EvaluateString ( vtkKWApplication app,
const char *  format,
  ... 
) [static]
static const char* vtkKWTkUtilities::EvaluateStringFromArgs ( Tcl_Interp *  interp,
const char *  format,
va_list  var_args1,
va_list  var_args2 
) [static]
static const char* vtkKWTkUtilities::EvaluateStringFromArgs ( vtkKWApplication app,
const char *  format,
va_list  var_args1,
va_list  var_args2 
) [static]
static const char* vtkKWTkUtilities::EvaluateSimpleString ( Tcl_Interp *  interp,
const char *  str 
) [static]
static const char* vtkKWTkUtilities::EvaluateSimpleString ( vtkKWApplication app,
const char *  str 
) [static]
static const char* vtkKWTkUtilities::EvaluateEncodedString ( Tcl_Interp *  interp,
const unsigned char *  buffer,
unsigned long  length,
unsigned long  decoded_length 
) [static]
static void vtkKWTkUtilities::CreateObjectMethodCommand ( vtkKWApplication app,
char **  command,
vtkObject *  object,
const char *  method 
) [static]
static void vtkKWTkUtilities::CreateObjectMethodCommand ( Tcl_Interp *  interp,
char **  command,
vtkObject *  object,
const char *  method 
) [static]
static void vtkKWTkUtilities::GetRGBColor ( Tcl_Interp *  interp,
const char *  widget,
const char *  color,
double *  r,
double *  g,
double *  b 
) [static]
static void vtkKWTkUtilities::GetRGBColor ( vtkKWWidget widget,
const char *  color,
double *  r,
double *  g,
double *  b 
) [static]
static void vtkKWTkUtilities::GetOptionColor ( Tcl_Interp *  interp,
const char *  widget,
const char *  option,
double *  r,
double *  g,
double *  b 
) [static]
static void vtkKWTkUtilities::GetOptionColor ( vtkKWWidget widget,
const char *  option,
double *  r,
double *  g,
double *  b 
) [static]
static double* vtkKWTkUtilities::GetOptionColor ( vtkKWWidget widget,
const char *  option 
) [static]
static void vtkKWTkUtilities::GetDefaultOptionColor ( Tcl_Interp *  interp,
const char *  widget,
const char *  option,
double *  r,
double *  g,
double *  b 
) [static]
static void vtkKWTkUtilities::GetDefaultOptionColor ( vtkKWWidget widget,
const char *  option,
double *  r,
double *  g,
double *  b 
) [static]
static double* vtkKWTkUtilities::GetDefaultOptionColor ( vtkKWWidget widget,
const char *  option 
) [static]
static void vtkKWTkUtilities::SetOptionColor ( Tcl_Interp *  interp,
const char *  widget,
const char *  option,
double  r,
double  g,
double  b 
) [static]
static void vtkKWTkUtilities::SetOptionColor ( vtkKWWidget widget,
const char *  option,
double  r,
double  g,
double  b 
) [static]
static int vtkKWTkUtilities::QueryUserForColor ( vtkKWApplication app,
vtkKWWidget dialog_parent,
const char *  dialog_title,
double  in_r,
double  in_g,
double  in_b,
double *  out_r,
double *  out_g,
double *  out_b 
) [static]
static int vtkKWTkUtilities::GetGeometry ( Tcl_Interp *  interp,
const char *  widget,
int *  width,
int *  height,
int *  x,
int *  y 
) [static]
static int vtkKWTkUtilities::GetGeometry ( vtkKWWidget widget,
int *  width,
int *  height,
int *  x,
int *  y 
) [static]
static int vtkKWTkUtilities::ContainsCoordinates ( Tcl_Interp *  interp,
const char *  widget,
int  x,
int  y 
) [static]
static int vtkKWTkUtilities::ContainsCoordinates ( vtkKWWidget widget,
int  x,
int  y 
) [static]
static vtkKWWidget* vtkKWTkUtilities::ContainsCoordinatesForSpecificType ( vtkKWWidget widget,
int  x,
int  y,
const char *  classname 
) [static]
static int vtkKWTkUtilities::UpdatePhoto ( Tcl_Interp *  interp,
const char *  photo_name,
const unsigned char *  pixels,
int  width,
int  height,
int  pixel_size,
unsigned long  buffer_length = 0,
int  update_options = 0 
) [static]
static int vtkKWTkUtilities::UpdatePhoto ( vtkKWApplication app,
const char *  photo_name,
const unsigned char *  pixels,
int  width,
int  height,
int  pixel_size,
unsigned long  buffer_length = 0,
int  update_options = 0 
) [static]
static int vtkKWTkUtilities::UpdatePhotoFromIcon ( vtkKWApplication app,
const char *  photo_name,
vtkKWIcon icon,
int  update_options = 0 
) [static]
static int vtkKWTkUtilities::UpdatePhotoFromPredefinedIcon ( vtkKWApplication app,
const char *  photo_name,
int  icon_index,
int  update_options = 0 
) [static]
static int vtkKWTkUtilities::UpdateOrLoadPhoto ( Tcl_Interp *  interp,
const char *  photo_name,
const char *  file_name,
const char *  directory,
const unsigned char *  pixels,
int  width,
int  height,
int  pixel_size,
unsigned long  buffer_length = 0 
) [static]
static int vtkKWTkUtilities::UpdateOrLoadPhoto ( vtkKWApplication app,
const char *  photo_name,
const char *  file_name,
const char *  directory,
const unsigned char *  pixels,
int  width,
int  height,
int  pixel_size,
unsigned long  buffer_length = 0 
) [static]
static void vtkKWTkUtilities::SetImageOptionToPixels ( vtkKWCoreWidget widget,
const unsigned char *  pixels,
int  width,
int  height,
int  pixel_size = 4,
unsigned long  buffer_length = 0,
const char *  image_option = 0 
) [static]
static int vtkKWTkUtilities::FindPhoto ( Tcl_Interp *  interp,
const char *  photo_name 
) [static]
static int vtkKWTkUtilities::FindPhoto ( vtkKWApplication app,
const char *  photo_name 
) [static]
static int vtkKWTkUtilities::GetPhotoHeight ( Tcl_Interp *  interp,
const char *  photo_name 
) [static]
static int vtkKWTkUtilities::GetPhotoHeight ( vtkKWApplication app,
const char *  photo_name 
) [static]
static int vtkKWTkUtilities::GetPhotoHeight ( vtkKWWidget widget ) [static]
static int vtkKWTkUtilities::GetPhotoWidth ( Tcl_Interp *  interp,
const char *  photo_name 
) [static]
static int vtkKWTkUtilities::GetPhotoWidth ( vtkKWApplication app,
const char *  photo_name 
) [static]
static int vtkKWTkUtilities::ChangeFontWeightToBold ( Tcl_Interp *  interp,
const char *  font,
char *  new_font 
) [static]
static int vtkKWTkUtilities::ChangeFontWeightToNormal ( Tcl_Interp *  interp,
const char *  font,
char *  new_font 
) [static]
static int vtkKWTkUtilities::ChangeFontWeightToBold ( Tcl_Interp *  interp,
const char *  widget 
) [static]
static int vtkKWTkUtilities::ChangeFontWeightToBold ( vtkKWWidget widget ) [static]
static int vtkKWTkUtilities::ChangeFontWeightToNormal ( Tcl_Interp *  interp,
const char *  widget 
) [static]
static int vtkKWTkUtilities::ChangeFontWeightToNormal ( vtkKWWidget widget ) [static]
static int vtkKWTkUtilities::ChangeFontSlantToItalic ( Tcl_Interp *  interp,
const char *  font,
char *  new_font 
) [static]
static int vtkKWTkUtilities::ChangeFontSlantToRoman ( Tcl_Interp *  interp,
const char *  font,
char *  new_font 
) [static]
static int vtkKWTkUtilities::ChangeFontSlantToItalic ( Tcl_Interp *  interp,
const char *  widget 
) [static]
static int vtkKWTkUtilities::ChangeFontSlantToItalic ( vtkKWWidget widget ) [static]
static int vtkKWTkUtilities::ChangeFontSlantToRoman ( Tcl_Interp *  interp,
const char *  widget 
) [static]
static int vtkKWTkUtilities::ChangeFontSlantToRoman ( vtkKWWidget widget ) [static]
static int vtkKWTkUtilities::ChangeFontSize ( Tcl_Interp *  interp,
const char *  font,
int  new_size,
char *  new_font 
) [static]
static int vtkKWTkUtilities::ChangeFontSize ( Tcl_Interp *  interp,
const char *  widget,
int  new_size 
) [static]
static int vtkKWTkUtilities::ChangeFontSize ( vtkKWWidget widget,
int  new_size 
) [static]
static int vtkKWTkUtilities::GetRealActualFont ( Tcl_Interp *  interp,
const char *  font,
char *  real_font 
) [static]
static int vtkKWTkUtilities::GetFontMeasure ( vtkKWWidget widget,
const char *  txt,
int *  w 
) [static]
static int vtkKWTkUtilities::GetGridSize ( Tcl_Interp *  interp,
const char *  widget,
int *  nb_of_cols,
int *  nb_of_rows 
) [static]
static int vtkKWTkUtilities::GetGridSize ( vtkKWWidget widget,
int *  nb_of_cols,
int *  nb_of_rows 
) [static]
static int vtkKWTkUtilities::GetWidgetPositionInGrid ( Tcl_Interp *  interp,
const char *  widget,
int *  col,
int *  row 
) [static]
static int vtkKWTkUtilities::GetWidgetPositionInGrid ( vtkKWWidget widget,
int *  col,
int *  row 
) [static]
static int vtkKWTkUtilities::GetSlavesBoundingBoxInPack ( Tcl_Interp *  interp,
const char *  widget,
int *  width,
int *  height 
) [static]
static int vtkKWTkUtilities::GetSlavesBoundingBoxInPack ( vtkKWWidget widget,
int *  width,
int *  height 
) [static]
static int vtkKWTkUtilities::GetSlaveHorizontalPositionInPack ( Tcl_Interp *  interp,
const char *  widget,
const char *  slave,
int *  x 
) [static]
static int vtkKWTkUtilities::GetSlaveHorizontalPositionInPack ( vtkKWWidget widget,
vtkKWWidget slave,
int *  x 
) [static]
static int vtkKWTkUtilities::GetWidgetPaddingInPack ( Tcl_Interp *  interp,
const char *  widget,
int *  ipadx,
int *  ipady,
int *  padx,
int *  pady 
) [static]
static int vtkKWTkUtilities::GetMasterInPack ( Tcl_Interp *  interp,
const char *  widget,
ostream &  in 
) [static]
static int vtkKWTkUtilities::GetMasterInPack ( vtkKWWidget widget,
ostream &  in 
) [static]
static int vtkKWTkUtilities::GetGridColumnWidths ( Tcl_Interp *  interp,
const char *  widget,
int *  nb_of_cols,
int **  col_widths,
int  allocate = 0 
) [static]
static int vtkKWTkUtilities::SynchroniseGridsColumnMinimumSize ( Tcl_Interp *  interp,
int  nb_of_widgets,
const char **  widgets,
const float *  factors = 0,
const int *  weights = 0 
) [static]
static int vtkKWTkUtilities::SynchroniseLabelsMaximumWidth ( Tcl_Interp *  interp,
int  nb_of_widgets,
const char **  widgets,
const char *  options = 0 
) [static]
static int vtkKWTkUtilities::SynchroniseLabelsMaximumWidth ( vtkKWApplication app,
int  nb_of_widgets,
const char **  widgets,
const char *  options = 0 
) [static]
static int vtkKWTkUtilities::GetSlavesInPack ( Tcl_Interp *  interp,
const char *  widget,
char ***  slaves 
) [static]
static int vtkKWTkUtilities::GetSlavesInPack ( vtkKWWidget widget,
char ***  slaves 
) [static]
static int vtkKWTkUtilities::GetPreviousAndNextSlaveInPack ( Tcl_Interp *  interp,
const char *  widget,
const char *  slave,
ostream &  previous_slave,
ostream &  next_slave 
) [static]
static int vtkKWTkUtilities::GetPreviousAndNextSlaveInPack ( vtkKWWidget widget,
vtkKWWidget slave,
ostream &  previous_slave,
ostream &  next_slave 
) [static]
static int vtkKWTkUtilities::TakeScreenDump ( Tcl_Interp *  interp,
const char *  wname,
const char *  fname,
int  top = 0,
int  bottom = 0,
int  left = 0,
int  right = 0 
) [static]
static int vtkKWTkUtilities::TakeScreenDump ( vtkKWWidget widget,
const char *  fname,
int  top = 0,
int  bottom = 0,
int  left = 0,
int  right = 0 
) [static]
static int vtkKWTkUtilities::SetTopLevelMouseCursor ( Tcl_Interp *  interp,
const char *  widget,
const char *  cursor 
) [static]
static int vtkKWTkUtilities::SetTopLevelMouseCursor ( vtkKWWidget widget,
const char *  cursor 
) [static]
static int vtkKWTkUtilities::IsTopLevel ( Tcl_Interp *  interp,
const char *  widget 
) [static]
static int vtkKWTkUtilities::IsTopLevel ( vtkKWWidget widget ) [static]
static void vtkKWTkUtilities::WithdrawTopLevel ( Tcl_Interp *  interp,
const char *  widget 
) [static]
static void vtkKWTkUtilities::WithdrawTopLevel ( vtkKWWidget widget ) [static]
static const char* vtkKWTkUtilities::GetCurrentScript ( Tcl_Interp *  interp ) [static]
static const char* vtkKWTkUtilities::GetCurrentScript ( vtkKWApplication app ) [static]
static const char* vtkKWTkUtilities::CreateTimerHandler ( Tcl_Interp *  interp,
unsigned long  ms,
vtkObject *  object,
const char *  method 
) [static]
static const char* vtkKWTkUtilities::CreateTimerHandler ( vtkKWApplication app,
unsigned long  ms,
vtkObject *  object,
const char *  method 
) [static]
static const char* vtkKWTkUtilities::CreateIdleTimerHandler ( Tcl_Interp *  interp,
vtkObject *  object,
const char *  method 
) [static]
static const char* vtkKWTkUtilities::CreateIdleTimerHandler ( vtkKWApplication app,
vtkObject *  object,
const char *  method 
) [static]
static void vtkKWTkUtilities::CancelTimerHandler ( Tcl_Interp *  interp,
const char *  id 
) [static]
static void vtkKWTkUtilities::CancelTimerHandler ( vtkKWApplication app,
const char *  id 
) [static]
static void vtkKWTkUtilities::CancelAllTimerHandlers ( Tcl_Interp *  interp ) [static]
static void vtkKWTkUtilities::CancelAllTimerHandlers ( vtkKWApplication app ) [static]
static void vtkKWTkUtilities::Bell ( Tcl_Interp *  interp ) [static]
static void vtkKWTkUtilities::Bell ( vtkKWApplication app ) [static]
static void vtkKWTkUtilities::ProcessPendingEvents ( Tcl_Interp *  interp ) [static]
static void vtkKWTkUtilities::ProcessPendingEvents ( vtkKWApplication app ) [static]
static void vtkKWTkUtilities::ProcessIdleTasks ( Tcl_Interp *  interp ) [static]
static void vtkKWTkUtilities::ProcessIdleTasks ( vtkKWApplication app ) [static]
static int vtkKWTkUtilities::CheckForPendingInteractionEvents ( vtkRenderWindow *  win ) [static]
static int vtkKWTkUtilities::GetMousePointerCoordinates ( Tcl_Interp *  interp,
const char *  widget,
int *  x,
int *  y 
) [static]
static int vtkKWTkUtilities::GetMousePointerCoordinates ( vtkKWWidget widget,
int *  x,
int *  y 
) [static]
static int vtkKWTkUtilities::GetWidgetCoordinates ( Tcl_Interp *  interp,
const char *  widget,
int *  x,
int *  y 
) [static]
static int vtkKWTkUtilities::GetWidgetCoordinates ( vtkKWWidget widget,
int *  x,
int *  y 
) [static]
static int vtkKWTkUtilities::GetWidgetRelativeCoordinates ( Tcl_Interp *  interp,
const char *  widget,
int *  x,
int *  y 
) [static]
static int vtkKWTkUtilities::GetWidgetRelativeCoordinates ( vtkKWWidget widget,
int *  x,
int *  y 
) [static]
static int vtkKWTkUtilities::GetWidgetSize ( Tcl_Interp *  interp,
const char *  widget,
int *  w,
int *  h 
) [static]
static int vtkKWTkUtilities::GetWidgetSize ( vtkKWWidget widget,
int *  w,
int *  h 
) [static]
static int vtkKWTkUtilities::GetWidgetRequestedSize ( Tcl_Interp *  interp,
const char *  widget,
int *  w,
int *  h 
) [static]
static int vtkKWTkUtilities::GetWidgetRequestedSize ( vtkKWWidget widget,
int *  w,
int *  h 
) [static]
static const char* vtkKWTkUtilities::GetWidgetClass ( Tcl_Interp *  interp,
const char *  widget 
) [static]
static const char* vtkKWTkUtilities::GetWidgetClass ( vtkKWWidget widget ) [static]
static int vtkKWTkUtilities::GetScreenSize ( Tcl_Interp *  interp,
const char *  widget,
int *  w,
int *  h 
) [static]
static int vtkKWTkUtilities::GetScreenSize ( vtkKWWidget widget,
int *  w,
int *  h 
) [static]
static const char* vtkKWTkUtilities::GetWindowingSystem ( vtkKWApplication app ) [static]
static const char* vtkKWTkUtilities::GetWindowingSystem ( Tcl_Interp *  interp ) [static]
static int vtkKWTkUtilities::ChangeFontWeight ( Tcl_Interp *  interp,
const char *  widget,
int  bold 
) [static, protected]
static int vtkKWTkUtilities::ChangeFontWeight ( Tcl_Interp *  interp,
const char *  font,
int  bold,
char *  new_font 
) [static, protected]
static int vtkKWTkUtilities::ChangeFontSlant ( Tcl_Interp *  interp,
const char *  widget,
int  italic 
) [static, protected]
static int vtkKWTkUtilities::ChangeFontSlant ( Tcl_Interp *  interp,
const char *  font,
int  italic,
char *  new_font 
) [static, protected]
static const char* vtkKWTkUtilities::EvaluateStringFromArgsInternal ( Tcl_Interp *  interp,
vtkObject *  obj,
const char *  format,
va_list  var_args1,
va_list  var_args2 
) [static, protected]
static const char* vtkKWTkUtilities::EvaluateSimpleStringInternal ( Tcl_Interp *  interp,
vtkObject *  obj,
const char *  str 
) [static, protected]

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