OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <owl/clipboar.h>
Public Member Functions | |
TClipboardFormatIterator (const TClipboard &) | |
Construct an available format iterator for a clipboard. | |
uint | Current () |
Return the current clipboard format. | |
operator void * () | |
Return true if the iterator is not at an end of the clipboard format chain. | |
uint | operator++ () |
Get the next available format. | |
uint | operator++ (int) |
Get the previous format. | |
void | Restart () |
Restart the format iterator. | |
Definition at line 106 of file clipboar.h.
owl::TClipboardFormatIterator::TClipboardFormatIterator | ( | const TClipboard & | ) |
Construct an available format iterator for a clipboard.
Definition at line 138 of file clipboar.cpp.
References PRECONDITION.
|
inline |
Return the current clipboard format.
Definition at line 340 of file clipboar.h.
|
inline |
Return true if the iterator is not at an end of the clipboard format chain.
Definition at line 348 of file clipboar.h.
uint owl::TClipboardFormatIterator::operator++ | ( | ) |
Get the next available format.
Definition at line 158 of file clipboar.cpp.
Get the previous format.
Definition at line 167 of file clipboar.cpp.
void owl::TClipboardFormatIterator::Restart | ( | ) |
Restart the format iterator.
Definition at line 149 of file clipboar.cpp.