OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Clipboard format wrapper. More...
#include <ocf/ocview.h>
Public Member Functions | |
TOcFormat () | |
TOcFormat (owl::uint fmtId, LPCTSTR fmtName, LPCTSTR fmtResultName, owl::uint fmtMedium, bool fmtIsLinkable, owl::uint aspect=1, owl::uint direction=1) | |
void | operator= (const TOcFormatInfo &) |
bool | operator== (const TOcFormat &other) |
void | SetFormatId (owl::uint id) |
void | SetFormatName (TCHAR *name, TOcApp &ocApp) |
void | SetFormatName (owl::uint id, TOcApp &ocApp) |
void | SetMedium (owl::uint medium) |
void | SetAspect (owl::uint aspect) |
void | SetDirection (owl::uint direction) |
void | SetLinkable (bool link=true) |
void | Disable (bool disable=true) |
owl::uint | GetFormatId () const |
TCHAR * | GetRegName () |
TCHAR * | GetFormatName () |
owl::uint | GetMedium () const |
owl::uint | GetAspect () const |
owl::uint | GetDirection () const |
bool | IsDisabled () const |
void | GetFormatInfo (TOcFormatInfo &f) |
ocf::TOcFormat::TOcFormat | ( | ) |
Definition at line 981 of file ocview.cpp.
References _T, _tcscpy, and owl::ocrNull.
ocf::TOcFormat::TOcFormat | ( | owl::uint | fmtId, |
LPCTSTR | fmtName, | ||
LPCTSTR | fmtResultName, | ||
owl::uint | fmtMedium, | ||
bool | fmtIsLinkable, | ||
owl::uint | aspect = 1, | ||
owl::uint | direction = 1 ) |
Definition at line 998 of file ocview.cpp.
References _tcscpy.
void ocf::TOcFormat::GetFormatInfo | ( | TOcFormatInfo & | f | ) |
Definition at line 1030 of file ocview.cpp.
References _tcslen, ocf::TOcFormatInfo::Id, ocf::TOcFormatInfo::IsLinkable, ocf::TOcFormatInfo::Medium, ocf::TOcFormatInfo::Name, OleStr, and ocf::TOcFormatInfo::ResultName.
|
inline |
void ocf::TOcFormat::operator= | ( | const TOcFormatInfo & | f | ) |
Definition at line 1017 of file ocview.cpp.
References _tcscpy, ocf::TOcFormatInfo::Id, ocf::TOcFormatInfo::IsLinkable, ocf::TOcFormatInfo::Medium, ocf::TOcFormatInfo::Name, OleStr, and ocf::TOcFormatInfo::ResultName.
Definition at line 63 of file ocview.h.
References owl::ToBool().
Definition at line 1060 of file ocview.cpp.
References _tcscpy.
Definition at line 1045 of file ocview.cpp.
References _tcscpy.