]>
git.saurik.com Git - wxWidgets.git/blob - interface/wx/ipcbase.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: interface of wxConnectionBase
4 // Author: wxWidgets team
6 // Licence: wxWindows license
7 /////////////////////////////////////////////////////////////////////////////
10 An enumeration for formats .
15 wxIPC_TEXT
= 1, ///< CF_TEXT
16 wxIPC_BITMAP
= 2, ///< CF_BITMAP
17 wxIPC_METAFILE
= 3, ///< CF_METAFILEPICT
21 wxIPC_OEMTEXT
= 7, ///< CF_OEMTEXT
22 wxIPC_DIB
= 8, ///< CF_DIB
27 wxIPC_UTF16TEXT
= 13, ///< CF_UNICODE
28 wxIPC_ENHMETAFILE
= 14,
29 wxIPC_FILENAME
= 15, ///< CF_HDROP
33 wxIPC_UNICODETEXT
= wxIPC_UTF16TEXT
,
38 @class wxConnectionBase
40 @todo Document this class.
42 This class provides base, common functionality shared between
43 wxDDEConnection, and wxTCPConnection.
48 @see wxDDEConnection, wxTCPConnection
50 class wxConnectionBase
: public wxObject