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

Used to obtain the size of the rectangle that encloses the selection. More...

#include <ocf/ocview.h>

Public Member Functions

 TOcPartSize ()
 
 TOcPartSize (owl::TRect rect, bool selection=false, owl::TString *moniker=0, void *userData=0)
 
 TOcPartSize (bool selection, owl::TString *moniker=0, void *userData=0)
 

Public Attributes

owl::TRect PartRect
 rect enclosing the whole/part of the embedded object
 
bool Selection
 whether we want rect for the whole or part(selection)
 
owl::TStringMoniker
 we want the selection rect for moniker
 
voidUserData
 User data.
 

Detailed Description

Used to obtain the size of the rectangle that encloses the selection.

Definition at line 364 of file ocview.h.

Constructor & Destructor Documentation

◆ TOcPartSize() [1/3]

ocf::TOcPartSize::TOcPartSize ( )
inline

Definition at line 366 of file ocview.h.

◆ TOcPartSize() [2/3]

ocf::TOcPartSize::TOcPartSize ( owl::TRect rect,
bool selection = false,
owl::TString * moniker = 0,
void * userData = 0 )
inline

Definition at line 375 of file ocview.h.

◆ TOcPartSize() [3/3]

ocf::TOcPartSize::TOcPartSize ( bool selection,
owl::TString * moniker = 0,
void * userData = 0 )
inline

Definition at line 384 of file ocview.h.

Member Data Documentation

◆ Moniker

owl::TString* ocf::TOcPartSize::Moniker

we want the selection rect for moniker

Definition at line 396 of file ocview.h.

◆ PartRect

owl::TRect ocf::TOcPartSize::PartRect

rect enclosing the whole/part of the embedded object

Definition at line 394 of file ocview.h.

◆ Selection

bool ocf::TOcPartSize::Selection

whether we want rect for the whole or part(selection)

Definition at line 395 of file ocview.h.

◆ UserData

void* ocf::TOcPartSize::UserData

User data.

Definition at line 397 of file ocview.h.


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