Open Inventor Release 2023.2.3
 
Loading...
Searching...
No Matches
SoWinPrintDialog.h File Reference
#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)
 
SoNodegetSceneGraph ()
 
SoPathgetSceneGraphPath ()
 
void setGLRenderAction (const SoGLRenderAction *act)
 
SoGLRenderActiongetGLRenderAction ()
 
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 Documentation

◆ SoWinPrintDialogCB

typedef void SoWinPrintDialogCB(void *userData, SoWinPrintDialog *dialog)

Definition at line 49 of file SoWinPrintDialog.h.

Function Documentation

◆ getGLRenderAction()

SoGLRenderAction * getGLRenderAction ( )

◆ getSceneGraph()

SoNode * getSceneGraph ( )

Definition at line 75 of file SoWinPrintDialog.h.

◆ getSceneGraphPath()

SoPath * getSceneGraphPath ( )

Definition at line 76 of file SoWinPrintDialog.h.

◆ setAfterPrintCallback()

void setAfterPrintCallback ( SoWinPrintDialogCB f,
void *  userData = NULL 
)
inline

◆ setBeforePrintCallback()

void setBeforePrintCallback ( SoWinPrintDialogCB f,
void *  userData = NULL 
)
inline

◆ setGLRenderAction()

void setGLRenderAction ( const SoGLRenderAction act)

◆ setPrintSize() [1/2]

void setPrintSize ( const SbVec2f s)

◆ setPrintSize() [2/2]

void setPrintSize ( const SbVec2s s)

◆ setSceneGraph() [1/2]

void setSceneGraph ( SoNode root)

◆ setSceneGraph() [2/2]

void setSceneGraph ( SoPath path)

◆ SoWinPrintDialog()

SoWinPrintDialog ( SoGLRenderAction act,
SoWidget  parent = NULL,
const char *  name = NULL,
SbBool  buildInsideParent = TRUE 
)

◆ ~SoWinPrintDialog()