|
public
Empty
GetBitmap
IsOpen
SetBitmap
constructors/destructors
XClipBoard
constructors7destructors
~XClipBoard
get data
GetText
set data
SetText
|
Derrived | : public XObject
|
|
|
Definition | void Empty ( void ) |
Returns | void |
|
Definition | HBITMAP GetBitmap ( void ) |
Returns | HBITMAP |
|
Definition | BOOL IsOpen ( void ) |
Returns | BOOL |
|
Definition | BOOL SetBitmap ( HBITMAP bmp ) |
Returns | BOOL |
|
|
Open the clipboard
|
Definition | XClipBoard ( XWindow* win )
|
Parameters | : XWindow * theOwner the owning window
|
Returns | -
|
|
|
Never forget to close the clipboard by calling the destructor!
|
Definition | ~XClipBoard ( )
virtual ~XClipBoard ( )
|
Returns | -
|
|
|
get the text in th eclipboard
|
Definition | char* GetText ( void )
|
Returns | char*
char * the text
|
|
|
set text to the clipboard
|
Definition | BOOL SetText ( char* p, ULONG len )
BOOL SetText ( char* p, ULONG len = 0 )
|
Parameters | : char * theText text
: ULONG len length of the text (default is 0)
|
Returns | BOOL
BOOL success
|