|
BALL
1.5.0
|
#include <BALL/DATATYPE/string.h>#include <BALL/MATHS/vector3.h>#include <BALL/CONCEPT/composite.h>#include <BALL/DATATYPE/regularData3D.h>#include <QtCore/QEvent>#include <QtWidgets/QColorDialog>#include <QtWidgets/QLabel>#include <QtGui/QDropEvent>Go to the source code of this file.
Classes | |
| class | BALL::VIEW::LogEvent |
| Event class used for thread safe output to logview. More... | |
Namespaces | |
| BALL | |
| BALL::VIEW | |
Macros | |
defines | |
| #define | VIEW_DEFAULT_PORT 20000 |
| #define | BALL_ASSIGN_NAME(OBJ) OBJ->setObjectName(#OBJ); |
Enumerations | |
General enumerations, methods and typedefs | |
These predefined types are used in VIEW for portability and comprehensibility. | |
| enum | BALL::VIEW::EventsIDs { BALL::VIEW::MESSAGE_EVENT = 60000, BALL::VIEW::LOG_EVENT, BALL::VIEW::TRANSFORMATION_EVENT_6D, BALL::VIEW::HEADTRACKING_EVENT, BALL::VIEW::MOTIONTRACKING_EVENT, BALL::VIEW::BUTTON_PRESS_EVENT, BALL::VIEW::BUTTON_RELEASE_EVENT, BALL::VIEW::NOTIFICATION_EVENT, BALL::VIEW::RENDER_TO_BUFFER_FINISHED_EVENT } |
General enumerations, methods and typedefs | |
These predefined types are used in VIEW for portability and comprehensibility. | |
| enum | BALL::VIEW::EventsIDs { BALL::VIEW::MESSAGE_EVENT = 60000, BALL::VIEW::LOG_EVENT, BALL::VIEW::TRANSFORMATION_EVENT_6D, BALL::VIEW::HEADTRACKING_EVENT, BALL::VIEW::MOTIONTRACKING_EVENT, BALL::VIEW::BUTTON_PRESS_EVENT, BALL::VIEW::BUTTON_RELEASE_EVENT, BALL::VIEW::NOTIFICATION_EVENT, BALL::VIEW::RENDER_TO_BUFFER_FINISHED_EVENT } |
| #define BALL_ASSIGN_NAME | ( | OBJ | ) | OBJ->setObjectName(#OBJ); |
Assign the name of a QObject to its variable name, needed e.g. for the GUI testing
Definition at line 54 of file VIEW/KERNEL/common.h.
| #define BALL_VIEW_MAXIMAL_DISPLAY_LIST_OBJECT_SIZE BALL_VIEW_MAXIMAL_DRAWING_PRECISION * BALL_VIEW_MAXIMAL_DRAWING_MODE |
MAXIMAL_DRAWING_PRECISION * MAXIMAL_DRAWING_MODE.
Definition at line 150 of file VIEW/KERNEL/common.h.
| #define BALL_VIEW_MAXIMAL_DRAWING_MODE 4 |
Number of drawing modes.
Definition at line 125 of file VIEW/KERNEL/common.h.
| #define BALL_VIEW_MAXIMAL_DRAWING_PRECISION 4 |
Number of drawing precisions.
Definition at line 147 of file VIEW/KERNEL/common.h.
| #define BALLVIEW_DEBUG |
BALLView Debug macro.
Definition at line 358 of file VIEW/KERNEL/common.h.
| #define VIEW_DEFAULT_PORT 20000 |
The default port for the VIEW::Server. Default port is 20000.
Definition at line 50 of file VIEW/KERNEL/common.h.
1.8.17