#include <preview.h>
List of all members.
Protected Member Functions |
| bool | _acquireGlobal () |
| virtual bool | available () const |
| | Check if the global is available.
|
| virtual LWPreviewFuncs * | getGlobal () |
| | Get the pointer to the global.
|
| LWPreviewFuncs * | operator-> () |
| | Get the pointer to the global.
|
Static Protected Attributes |
| static LWPreviewFuncs * | globPtr |
| | Pointer to the global functions.
|
Constructor & Destructor Documentation
| lwpp::Preview::~Preview |
( |
| ) |
|
|
inline |
Member Function Documentation
Check if the global is available.
| void lwpp::Preview::close |
( |
void |
| ) |
|
|
inline |
| LWImageID lwpp::Preview::getBitmap |
( |
int * |
width, |
|
|
int * |
height |
|
) |
| |
|
inline |
| LWItemID lwpp::Preview::getCamera |
( |
double |
pos[3], |
|
|
double |
rot[3], |
|
|
double * |
zoomFactor |
|
) |
| |
|
inline |
Get the pointer to the global.
| void lwpp::Preview::getPixel |
( |
PvSample * |
pixel | ) |
|
|
inline |
| void lwpp::Preview::getView |
( |
int * |
width, |
|
|
int * |
height, |
|
|
double * |
pixelAspect |
|
) |
| |
|
inline |
| bool lwpp::Preview::isOpen |
( |
void |
| ) |
|
|
inline |
| bool lwpp::Preview::isValid |
( |
void |
| ) |
|
|
inline |
| void lwpp::Preview::open |
( |
void |
| ) |
|
|
inline |
Get the pointer to the global.
| void lwpp::Preview::setClick |
( |
clickFunc * |
cf | ) |
|
|
inline |
| void lwpp::Preview::setContext |
( |
void |
| ) |
|
|
inline |
| void lwpp::Preview::setOptions |
( |
const char ** |
list, |
|
|
PreviewCallbacks * |
prevCB, |
|
|
int |
selection |
|
) |
| |
|
inline |
| void lwpp::Preview::startRender |
( |
| ) |
|
|
inline |
| void lwpp::Preview::stopRender |
( |
| ) |
|
|
inline |
Member Data Documentation
Pointer to the global functions.
The documentation for this class was generated from the following file: