vtkKWClipboardHelper Class Reference

A clipboard class. More...

#include <vtkKWClipboardHelper.h>

Inheritance diagram for vtkKWClipboardHelper:
Inheritance graph
[legend]
Collaboration diagram for vtkKWClipboardHelper:
Collaboration graph
[legend]

List of all members.

Public Member Functions

int CopyTextToClipboard (const char *text)
int CopyImageToClipboard (vtkImageData *imgdata)

Protected Member Functions

 vtkKWClipboardHelper ()
 ~vtkKWClipboardHelper ()



typedef vtkObject Superclass
static vtkKWClipboardHelperNew ()
static int IsTypeOf (const char *type)
static vtkKWClipboardHelperSafeDownCast (vtkObject *o)
virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)

Detailed Description

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.


Member Typedef Documentation

Standard New and type methods

Reimplemented from vtkObject.

Definition at line 37 of file vtkKWClipboardHelper.h.


Constructor & Destructor Documentation

vtkKWClipboardHelper::vtkKWClipboardHelper (  )  [protected]
vtkKWClipboardHelper::~vtkKWClipboardHelper (  )  [protected]

Member Function Documentation

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  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Tue Apr 27 02:33:42 2010 for KWWidgets by  doxygen 1.6.1