BALL 1.5.0
Loading...
Searching...
No Matches
Public Slots | Public Member Functions | Public Attributes | List of all members
BALL::VIEW::SetCamera Class Reference

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

Inheritance diagram for BALL::VIEW::SetCamera:
QDialog

Public Slots

void okPressed ()
 

Public Member Functions

 SetCamera (QWidget *parent=0, const char *name="SetCamera", bool modal=false, Qt::WindowFlags fl=0)
 
 ~SetCamera ()
 

Public Attributes

Cameracamera
 

Detailed Description

Dialog to set the camera to a given value

Definition at line 25 of file setCamera.h.

Constructor & Destructor Documentation

◆ SetCamera()

BALL::VIEW::SetCamera::SetCamera ( QWidget parent = 0,
const char *  name = "SetCamera",
bool  modal = false,
Qt::WindowFlags  fl = 0 
)

◆ ~SetCamera()

BALL::VIEW::SetCamera::~SetCamera ( )

Member Function Documentation

◆ okPressed

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

Member Data Documentation

◆ camera

Camera* BALL::VIEW::SetCamera::camera

Definition at line 35 of file setCamera.h.