#include <PY_Callback.h>
|
| | PY_CallbackHOM ()=default |
| |
| virtual | ~PY_CallbackHOM () |
| |
| virtual bool | getDesktopOffice (const BM_View &v, int &desktop_id, int &office_id)=0 |
| |
| virtual FUSE_Office * | getOffice (const BM_View &v)=0 |
| |
| virtual bool | isValidViewerOffice (const BM_View &v) const =0 |
| |
| virtual PY_PyObject * | newNode (OP_Node &node)=0 |
| |
| virtual PY_PyObject * | newSceneViewer (FUSE_Office &office, bool convert_context_viewer=false)=0 |
| |
| virtual PY_PyObject * | newViewerStateContext (int64 val)=0 |
| |
| virtual PY_PyObject * | newUIEvent (int64 val, int64 val2)=0 |
| |
| virtual PY_PyObject * | newViewerEvent (int desktop, int office, int64 val, int64 val2)=0 |
| |
| virtual PY_PyObject * | newCompositorViewerEvent (int desktop, int office, int64 val, int64 val2)=0 |
| |
| virtual PY_PyObject * | newCompositorViewer (FUSE_Office &office)=0 |
| |
Definition at line 54 of file PY_Callback.h.
| PY_CallbackHOM::PY_CallbackHOM |
( |
| ) |
|
|
default |
| virtual PY_CallbackHOM::~PY_CallbackHOM |
( |
| ) |
|
|
inlinevirtual |
| virtual bool PY_CallbackHOM::getDesktopOffice |
( |
const BM_View & |
v, |
|
|
int & |
desktop_id, |
|
|
int & |
office_id |
|
) |
| |
|
pure virtual |
| virtual FUSE_Office* PY_CallbackHOM::getOffice |
( |
const BM_View & |
v | ) |
|
|
pure virtual |
| virtual bool PY_CallbackHOM::isValidViewerOffice |
( |
const BM_View & |
v | ) |
const |
|
pure virtual |
| virtual PY_PyObject* PY_CallbackHOM::newCompositorViewer |
( |
FUSE_Office & |
office | ) |
|
|
pure virtual |
| virtual PY_PyObject* PY_CallbackHOM::newSceneViewer |
( |
FUSE_Office & |
office, |
|
|
bool |
convert_context_viewer = false |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: