|
KWWidgets
|
#include <vtkKWClipboardHelper.h>
Public Types | |
| 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) |
| int | CopyTextToClipboard (const char *text) |
| int | CopyImageToClipboard (vtkImageData *imgdata) |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| int | CopyTextToClipboard (const char *text) |
| int | CopyImageToClipboard (vtkImageData *imgdata) |
Static Public Member Functions | |
| static vtkKWClipboardHelper * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWClipboardHelper * | SafeDownCast (vtkObject *o) |
| static vtkKWClipboardHelper * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWClipboardHelper * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkKWClipboardHelper () | |
| ~vtkKWClipboardHelper () | |
| vtkKWClipboardHelper () | |
| ~vtkKWClipboardHelper () | |
Definition at line 28 of file debian/tmp/usr/include/KWWidgets/vtkKWClipboardHelper.h.
| typedef vtkObject vtkKWClipboardHelper::Superclass |
Definition at line 34 of file debian/tmp/usr/include/KWWidgets/vtkKWClipboardHelper.h.
| typedef vtkObject vtkKWClipboardHelper::Superclass |
Definition at line 34 of file vtkKWClipboardHelper.h.
| vtkKWClipboardHelper::vtkKWClipboardHelper | ( | ) | [protected] |
| vtkKWClipboardHelper::~vtkKWClipboardHelper | ( | ) | [protected] |
| vtkKWClipboardHelper::vtkKWClipboardHelper | ( | ) | [protected] |
| vtkKWClipboardHelper::~vtkKWClipboardHelper | ( | ) | [protected] |
| static vtkKWClipboardHelper* vtkKWClipboardHelper::New | ( | ) | [static] |
| virtual const char* vtkKWClipboardHelper::GetClassName | ( | ) | [virtual] |
| static int vtkKWClipboardHelper::IsTypeOf | ( | const char * | type | ) | [static] |
| virtual int vtkKWClipboardHelper::IsA | ( | const char * | type | ) | [virtual] |
| static vtkKWClipboardHelper* vtkKWClipboardHelper::SafeDownCast | ( | vtkObject * | o | ) | [static] |
| void vtkKWClipboardHelper::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
| int vtkKWClipboardHelper::CopyTextToClipboard | ( | const char * | text | ) |
| int vtkKWClipboardHelper::CopyImageToClipboard | ( | vtkImageData * | imgdata | ) |
| static vtkKWClipboardHelper* vtkKWClipboardHelper::New | ( | ) | [static] |
| virtual const char* vtkKWClipboardHelper::GetClassName | ( | ) | [virtual] |
| static int vtkKWClipboardHelper::IsTypeOf | ( | const char * | type | ) | [static] |
| virtual int vtkKWClipboardHelper::IsA | ( | const char * | type | ) | [virtual] |
| static vtkKWClipboardHelper* vtkKWClipboardHelper::SafeDownCast | ( | vtkObject * | o | ) | [static] |
| void vtkKWClipboardHelper::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
| int vtkKWClipboardHelper::CopyTextToClipboard | ( | const char * | text | ) |
| int vtkKWClipboardHelper::CopyImageToClipboard | ( | vtkImageData * | imgdata | ) |
1.7.6.1