#include <BALL/VIEW/DIALOGS/clippingDialog.h>
Public Slots | |
Public slots | |
void | exec () |
void | accept () |
Public Member Functions | |
Constructors | |
ClippingDialog (QWidget *parent=NULL, const char *name="ClippingDialog") | |
Destructors | |
virtual | ~ClippingDialog () |
void | setClippingPlane (ClippingPlane *plane) |
const ClippingPlane * | getClippingPlane () const |
Protected Attributes | |
Protected slots | |
ClippingPlane * | clipping_plane_ |
Dialog for selcting which Representations are clipped by one clipping plane.
Definition at line 27 of file clippingDialog.h.
BALL::VIEW::ClippingDialog::ClippingDialog | ( | QWidget * | parent = NULL , |
|
const char * | name = "ClippingDialog" | |||
) |
Default Constructor.
virtual BALL::VIEW::ClippingDialog::~ClippingDialog | ( | ) | [virtual] |
Destructor.
void BALL::VIEW::ClippingDialog::accept | ( | ) | [slot] |
void BALL::VIEW::ClippingDialog::exec | ( | ) | [slot] |
Show and raise the dialog
const ClippingPlane* BALL::VIEW::ClippingDialog::getClippingPlane | ( | ) | const [inline] |
Definition at line 56 of file clippingDialog.h.
void BALL::VIEW::ClippingDialog::setClippingPlane | ( | ClippingPlane * | plane | ) | [inline] |
Definition at line 53 of file clippingDialog.h.
ClippingPlane* BALL::VIEW::ClippingDialog::clipping_plane_ [protected] |
Definition at line 80 of file clippingDialog.h.