vtkKWSplashScreen Class Reference
#include <vtkKWSplashScreen.h>
List of all members.
Public Types |
| typedef vtkKWTopLevel | Superclass |
| typedef vtkKWTopLevel | Superclass |
Public Member Functions |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetProgressMessage (const char *) |
| virtual void | SetProgressMessageVerticalOffset (int) |
| virtual int | GetProgressMessageVerticalOffset () |
| virtual void | SetImageToIcon (vtkKWIcon *icon) |
| virtual void | SetImageToPredefinedIcon (int icon_index) |
| virtual void | SetImageToPixels (const unsigned char *pixels, int width, int height, int pixel_size, unsigned long buffer_length=0) |
| virtual int | ReadImage (const char *filename) |
| virtual char * | GetImageName () |
| virtual void | SetImageName (const char *) |
| virtual void | UpdateEnableState () |
| virtual void | Display () |
| virtual void | ButtonPressCallback () |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetProgressMessage (const char *) |
| virtual void | SetProgressMessageVerticalOffset (int) |
| virtual int | GetProgressMessageVerticalOffset () |
| virtual void | SetImageToIcon (vtkKWIcon *icon) |
| virtual void | SetImageToPredefinedIcon (int icon_index) |
| virtual void | SetImageToPixels (const unsigned char *pixels, int width, int height, int pixel_size, unsigned long buffer_length=0) |
| virtual int | ReadImage (const char *filename) |
| virtual char * | GetImageName () |
| virtual void | SetImageName (const char *) |
| virtual void | UpdateEnableState () |
| virtual void | Display () |
| virtual void | ButtonPressCallback () |
Static Public Member Functions |
| static vtkKWSplashScreen * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWSplashScreen * | SafeDownCast (vtkObject *o) |
| static vtkKWSplashScreen * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWSplashScreen * | SafeDownCast (vtkObject *o) |
Protected Member Functions |
| | vtkKWSplashScreen () |
| | ~vtkKWSplashScreen () |
| virtual void | CreateWidget () |
| virtual void | UpdateImageInCanvas () |
| virtual void | UpdateCanvasSize () |
| virtual void | UpdateProgressMessagePosition () |
| virtual int | GetRequestedWidth () |
| virtual int | GetRequestedHeight () |
| | vtkKWSplashScreen () |
| | ~vtkKWSplashScreen () |
| virtual void | CreateWidget () |
| virtual void | UpdateImageInCanvas () |
| virtual void | UpdateCanvasSize () |
| virtual void | UpdateProgressMessagePosition () |
| virtual int | GetRequestedWidth () |
| virtual int | GetRequestedHeight () |
Protected Attributes |
| vtkKWCanvas * | Canvas |
| char * | ImageName |
| int | ProgressMessageVerticalOffset |
| int | Discard |
Detailed Description
Definition at line 26 of file debian/tmp/usr/include/KWWidgets/vtkKWSplashScreen.h.
Member Typedef Documentation
Constructor & Destructor Documentation
| vtkKWSplashScreen::vtkKWSplashScreen |
( |
|
) |
[protected] |
| vtkKWSplashScreen::~vtkKWSplashScreen |
( |
|
) |
[protected] |
| vtkKWSplashScreen::vtkKWSplashScreen |
( |
|
) |
[protected] |
| vtkKWSplashScreen::~vtkKWSplashScreen |
( |
|
) |
[protected] |
Member Function Documentation
| virtual const char* vtkKWSplashScreen::GetClassName |
( |
|
) |
[virtual] |
| static int vtkKWSplashScreen::IsTypeOf |
( |
const char * |
type |
) |
[static] |
| virtual int vtkKWSplashScreen::IsA |
( |
const char * |
type |
) |
[virtual] |
| void vtkKWSplashScreen::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent | |
|
) |
| | |
| void vtkKWSplashScreen::SetProgressMessage |
( |
const char * |
|
) |
|
| virtual void vtkKWSplashScreen::SetProgressMessageVerticalOffset |
( |
int |
|
) |
[virtual] |
| virtual int vtkKWSplashScreen::GetProgressMessageVerticalOffset |
( |
|
) |
[virtual] |
| virtual void vtkKWSplashScreen::SetImageToIcon |
( |
vtkKWIcon * |
icon |
) |
[virtual] |
| virtual void vtkKWSplashScreen::SetImageToPredefinedIcon |
( |
int |
icon_index |
) |
[virtual] |
| virtual void vtkKWSplashScreen::SetImageToPixels |
( |
const unsigned char * |
pixels, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
pixel_size, |
|
|
unsigned long |
buffer_length = 0 | |
|
) |
| | [virtual] |
| virtual int vtkKWSplashScreen::ReadImage |
( |
const char * |
filename |
) |
[virtual] |
| virtual char* vtkKWSplashScreen::GetImageName |
( |
|
) |
[virtual] |
| virtual void vtkKWSplashScreen::SetImageName |
( |
const char * |
|
) |
[virtual] |
| virtual void vtkKWSplashScreen::UpdateEnableState |
( |
|
) |
[virtual] |
| virtual void vtkKWSplashScreen::Display |
( |
|
) |
[virtual] |
| virtual void vtkKWSplashScreen::ButtonPressCallback |
( |
|
) |
[virtual] |
| virtual void vtkKWSplashScreen::CreateWidget |
( |
|
) |
[protected, virtual] |
| virtual void vtkKWSplashScreen::UpdateImageInCanvas |
( |
|
) |
[protected, virtual] |
| virtual void vtkKWSplashScreen::UpdateCanvasSize |
( |
|
) |
[protected, virtual] |
| virtual void vtkKWSplashScreen::UpdateProgressMessagePosition |
( |
|
) |
[protected, virtual] |
| virtual int vtkKWSplashScreen::GetRequestedWidth |
( |
|
) |
[protected, virtual] |
| virtual int vtkKWSplashScreen::GetRequestedHeight |
( |
|
) |
[protected, virtual] |
| virtual const char* vtkKWSplashScreen::GetClassName |
( |
|
) |
[virtual] |
| static int vtkKWSplashScreen::IsTypeOf |
( |
const char * |
type |
) |
[static] |
| virtual int vtkKWSplashScreen::IsA |
( |
const char * |
type |
) |
[virtual] |
| void vtkKWSplashScreen::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent | |
|
) |
| | |
| void vtkKWSplashScreen::SetProgressMessage |
( |
const char * |
|
) |
|
| virtual void vtkKWSplashScreen::SetProgressMessageVerticalOffset |
( |
int |
|
) |
[virtual] |
| virtual int vtkKWSplashScreen::GetProgressMessageVerticalOffset |
( |
|
) |
[virtual] |
| virtual void vtkKWSplashScreen::SetImageToIcon |
( |
vtkKWIcon * |
icon |
) |
[virtual] |
| virtual void vtkKWSplashScreen::SetImageToPredefinedIcon |
( |
int |
icon_index |
) |
[virtual] |
| virtual void vtkKWSplashScreen::SetImageToPixels |
( |
const unsigned char * |
pixels, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
pixel_size, |
|
|
unsigned long |
buffer_length = 0 | |
|
) |
| | [virtual] |
| virtual int vtkKWSplashScreen::ReadImage |
( |
const char * |
filename |
) |
[virtual] |
| virtual char* vtkKWSplashScreen::GetImageName |
( |
|
) |
[virtual] |
| virtual void vtkKWSplashScreen::SetImageName |
( |
const char * |
|
) |
[virtual] |
| virtual void vtkKWSplashScreen::UpdateEnableState |
( |
|
) |
[virtual] |
| virtual void vtkKWSplashScreen::Display |
( |
|
) |
[virtual] |
| virtual void vtkKWSplashScreen::ButtonPressCallback |
( |
|
) |
[virtual] |
| virtual void vtkKWSplashScreen::CreateWidget |
( |
|
) |
[protected, virtual] |
| virtual void vtkKWSplashScreen::UpdateImageInCanvas |
( |
|
) |
[protected, virtual] |
| virtual void vtkKWSplashScreen::UpdateCanvasSize |
( |
|
) |
[protected, virtual] |
| virtual void vtkKWSplashScreen::UpdateProgressMessagePosition |
( |
|
) |
[protected, virtual] |
| virtual int vtkKWSplashScreen::GetRequestedWidth |
( |
|
) |
[protected, virtual] |
| virtual int vtkKWSplashScreen::GetRequestedHeight |
( |
|
) |
[protected, virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: