BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Public Member Functions | Public Attributes | List of all members
BALL::VIEW::SetClippingPlane Class Reference

#include <BALL/VIEW/DIALOGS/setClippingPlane.h>

Inheritance diagram for BALL::VIEW::SetClippingPlane:
QDialog

Public Slots

void okPressed ()
 

Public Member Functions

 SetClippingPlane (QWidget *parent=0, const char *name="SetClippingPlane", ClippingPlane *plane=0)
 
 ~SetClippingPlane ()
 

Public Attributes

ClippingPlaneplane_
 

Detailed Description

Dialog to set a clipping plane to a given value

Definition at line 27 of file setClippingPlane.h.

Constructor & Destructor Documentation

BALL::VIEW::SetClippingPlane::SetClippingPlane ( QWidget parent = 0,
const char *  name = "SetClippingPlane",
ClippingPlane plane = 0 
)
BALL::VIEW::SetClippingPlane::~SetClippingPlane ( )

Member Function Documentation

void BALL::VIEW::SetClippingPlane::okPressed ( )
slot

Member Data Documentation

ClippingPlane* BALL::VIEW::SetClippingPlane::plane_

Definition at line 37 of file setClippingPlane.h.