OWLNext 7.0
Borland's Object Windows Library for the modern age
|
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::TString * | Moniker |
we want the selection rect for moniker | |
void * | UserData |
User data. | |
Used to obtain the size of the rectangle that encloses the selection.
|
inline |
|
inline |
owl::TString* ocf::TOcPartSize::Moniker |
owl::TRect ocf::TOcPartSize::PartRect |
bool ocf::TOcPartSize::Selection |