]>
git.saurik.com Git - wxWidgets.git/blob - interface/wx/ipcbase.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: interface of wxConnectionBase
4 // Author: wxWidgets team
5 // Licence: wxWindows licence
6 /////////////////////////////////////////////////////////////////////////////
9 An enumeration for formats .
14 wxIPC_TEXT
= 1, ///< CF_TEXT
15 wxIPC_BITMAP
= 2, ///< CF_BITMAP
16 wxIPC_METAFILE
= 3, ///< CF_METAFILEPICT
20 wxIPC_OEMTEXT
= 7, ///< CF_OEMTEXT
21 wxIPC_DIB
= 8, ///< CF_DIB
26 wxIPC_UTF16TEXT
= 13, ///< CF_UNICODE
27 wxIPC_ENHMETAFILE
= 14,
28 wxIPC_FILENAME
= 15, ///< CF_HDROP
32 wxIPC_UNICODETEXT
= wxIPC_UTF16TEXT
,
37 @class wxConnectionBase
39 @todo Document this class.
41 This class provides base, common functionality shared between
42 wxDDEConnection, and wxTCPConnection.
47 @see wxDDEConnection, wxTCPConnection
49 class wxConnectionBase
: public wxObject