#include <Xm/Xm.h>
#include <Inventor/SbBasic.h>
#include <Inventor/Win/SoWinComponent.h>
#include <Inventor/misc/SoCallbackList.h>
Go to the source code of this file.
Typedefs | |
typedef void | SoWinPrintDialogCB(void *userData, SoWinPrintDialog *dialog) |
Functions | |
SoWinPrintDialog (SoGLRenderAction *act, SoWidget parent=NULL, const char *name=NULL, SbBool buildInsideParent=TRUE) | |
~SoWinPrintDialog () | |
void | setSceneGraph (SoPath *path) |
void | setSceneGraph (SoNode *root) |
SoNode * | getSceneGraph () |
SoPath * | getSceneGraphPath () |
void | setGLRenderAction (const SoGLRenderAction *act) |
SoGLRenderAction * | getGLRenderAction () |
void | setPrintSize (const SbVec2f &s) |
void | setPrintSize (const SbVec2s &s) |
void | setBeforePrintCallback (SoWinPrintDialogCB *f, void *userData=NULL) |
void | setAfterPrintCallback (SoWinPrintDialogCB *f, void *userData=NULL) |
typedef void SoWinPrintDialogCB(void *userData, SoWinPrintDialog *dialog) |
Definition at line 49 of file SoWinPrintDialog.h.
SoGLRenderAction * getGLRenderAction | ( | ) |
SoNode * getSceneGraph | ( | ) |
Definition at line 75 of file SoWinPrintDialog.h.
SoPath * getSceneGraphPath | ( | ) |
Definition at line 76 of file SoWinPrintDialog.h.
|
inline |
|
inline |
void setGLRenderAction | ( | const SoGLRenderAction * | act | ) |
void setPrintSize | ( | const SbVec2f & | s | ) |
void setPrintSize | ( | const SbVec2s & | s | ) |
void setSceneGraph | ( | SoNode * | root | ) |
void setSceneGraph | ( | SoPath * | path | ) |
SoWinPrintDialog | ( | SoGLRenderAction * | act, |
SoWidget | parent = NULL , |
||
const char * | name = NULL , |
||
SbBool | buildInsideParent = TRUE |
||
) |
~SoWinPrintDialog | ( | ) |