Index

XClipBoard

XObject &rarrXClipBoard


public
  • Empty
  • GetBitmap
  • IsOpen
  • SetBitmap
  • constructors/destructors
  • XClipBoard
  • constructors7destructors
  • ~XClipBoard
  • get data
  • GetText
  • set data
  • SetText


  • Derrived

    : public XObject

    public

    Empty

    Definition

    void Empty ( void )

    Returns

    void

    GetBitmap

    Definition

    HBITMAP GetBitmap ( void )

    Returns

    HBITMAP

    IsOpen

    Definition

    BOOL IsOpen ( void )

    Returns

    BOOL

    SetBitmap

    Definition

    BOOL SetBitmap ( HBITMAP bmp )

    Returns

    BOOL

    constructors/destructors

    XClipBoard

    Open the clipboard

    Definition

    XClipBoard ( XWindow* win )

    Parameters

    : XWindow * theOwner the owning window

    Returns

    -

    constructors7destructors

    ~XClipBoard

    Never forget to close the clipboard by calling the destructor!

    Definition

    ~XClipBoard ( )

    virtual ~XClipBoard ( )

    Returns

    -

    get data

    GetText

    get the text in th eclipboard

    Definition

    char* GetText ( void )

    Returns

    char*

    char * the text

    set data

    SetText

    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


    Created by AutoDoc, (C) 1996 by Jens von Pilgrim