A clipboard class. More...
#include <vtkKWClipboardHelper.h>


Public Member Functions | |
| int | CopyTextToClipboard (const char *text) |
| int | CopyImageToClipboard (vtkImageData *imgdata) |
Protected Member Functions | |
| vtkKWClipboardHelper () | |
| ~vtkKWClipboardHelper () | |
|
| |
| typedef vtkObject | Superclass |
| static vtkKWClipboardHelper * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWClipboardHelper * | SafeDownCast (vtkObject *o) |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
A clipboard class.
This class offers some convenient methods to copy text or vtkImageData onto the system clipboard, so that they can be pasted into other applications. The system clipboard will be cleared before the new contents are added to it.
Definition at line 30 of file vtkKWClipboardHelper.h.
Standard New and type methods
Reimplemented from vtkObject.
Definition at line 37 of file vtkKWClipboardHelper.h.
| vtkKWClipboardHelper::vtkKWClipboardHelper | ( | ) | [protected] |
| vtkKWClipboardHelper::~vtkKWClipboardHelper | ( | ) | [protected] |
| static vtkKWClipboardHelper* vtkKWClipboardHelper::New | ( | ) | [static] |
Standard New and type methods
Reimplemented from vtkObject.
| virtual const char* vtkKWClipboardHelper::GetClassName | ( | ) | [virtual] |
Standard New and type methods
Reimplemented from vtkObject.
| static int vtkKWClipboardHelper::IsTypeOf | ( | const char * | type | ) | [static] |
Standard New and type methods
Reimplemented from vtkObject.
| virtual int vtkKWClipboardHelper::IsA | ( | const char * | type | ) | [virtual] |
Standard New and type methods
Reimplemented from vtkObject.
| static vtkKWClipboardHelper* vtkKWClipboardHelper::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Standard New and type methods
| void vtkKWClipboardHelper::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Standard New and type methods
Reimplemented from vtkObject.
| int vtkKWClipboardHelper::CopyTextToClipboard | ( | const char * | text | ) |
Copy some texts onto the system clipboard. Return 1 on success; 0 on failure.
| int vtkKWClipboardHelper::CopyImageToClipboard | ( | vtkImageData * | imgdata | ) |
1.6.1