18 #ifndef __vtkKWSplashScreen_h
19 #define __vtkKWSplashScreen_h
31 void PrintSelf(ostream& os, vtkIndent indent);
35 void SetProgressMessage(
const char *);
40 virtual void SetProgressMessageVerticalOffset(
int);
41 vtkGetMacro(ProgressMessageVerticalOffset,
int);
56 virtual void SetImageToIcon(
vtkKWIcon *icon);
57 virtual void SetImageToPredefinedIcon(
int icon_index);
58 virtual void SetImageToPixels(
59 const unsigned char *pixels,
int width,
int height,
int pixel_size,
60 unsigned long buffer_length = 0);
67 virtual int ReadImage(
const char *filename);
74 vtkGetStringMacro(ImageName);
75 virtual void SetImageName(
const char*);
92 virtual void ButtonPressCallback();
104 int ProgressMessageVerticalOffset;
107 virtual void UpdateImageInCanvas();
108 virtual void UpdateCanvasSize();
109 virtual void UpdateProgressMessagePosition();