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

Used to obtain the native clipboard format data. More...

#include <ocf/ocview.h>

Public Member Functions

 TOcFormatData (TOcFormat &format, void *userData=0, HANDLE handle=0, bool paste=false, owl::TPoint *where=0)
 

Public Attributes

TOcFormatFormat
 Clipboard format.
 
voidUserData
 User data for mapping to a selection.
 
HANDLE Handle
 clipboard data in handle
 
bool Paste
 are we doing a paste?
 
owl::TPointWhere
 Where to drop this data.
 

Detailed Description

Used to obtain the native clipboard format data.

Definition at line 416 of file ocview.h.

Constructor & Destructor Documentation

◆ TOcFormatData()

ocf::TOcFormatData::TOcFormatData ( TOcFormat & format,
void * userData = 0,
HANDLE handle = 0,
bool paste = false,
owl::TPoint * where = 0 )
inline

Definition at line 418 of file ocview.h.

Member Data Documentation

◆ Format

TOcFormat& ocf::TOcFormatData::Format

Clipboard format.

Definition at line 425 of file ocview.h.

◆ Handle

HANDLE ocf::TOcFormatData::Handle

clipboard data in handle

Definition at line 427 of file ocview.h.

◆ Paste

bool ocf::TOcFormatData::Paste

are we doing a paste?

Definition at line 428 of file ocview.h.

◆ UserData

void* ocf::TOcFormatData::UserData

User data for mapping to a selection.

Definition at line 426 of file ocview.h.

◆ Where

owl::TPoint* ocf::TOcFormatData::Where

Where to drop this data.

Definition at line 429 of file ocview.h.


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