OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TClipboardFormatIterator Class Reference

#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.
 

Detailed Description

Definition at line 106 of file clipboar.h.

Constructor & Destructor Documentation

◆ TClipboardFormatIterator()

owl::TClipboardFormatIterator::TClipboardFormatIterator ( const TClipboard & )

Construct an available format iterator for a clipboard.

Definition at line 138 of file clipboar.cpp.

References PRECONDITION.

Member Function Documentation

◆ Current()

uint owl::TClipboardFormatIterator::Current ( )
inline

Return the current clipboard format.

Definition at line 340 of file clipboar.h.

◆ operator void *()

owl::TClipboardFormatIterator::operator void * ( )
inline

Return true if the iterator is not at an end of the clipboard format chain.

Definition at line 348 of file clipboar.h.

◆ operator++() [1/2]

uint owl::TClipboardFormatIterator::operator++ ( )

Get the next available format.

Definition at line 158 of file clipboar.cpp.

◆ operator++() [2/2]

uint owl::TClipboardFormatIterator::operator++ ( int )

Get the previous format.

Definition at line 167 of file clipboar.cpp.

◆ Restart()

void owl::TClipboardFormatIterator::Restart ( )

Restart the format iterator.

Definition at line 149 of file clipboar.cpp.


The documentation for this class was generated from the following files: