MeVisLab Toolbox Reference
|
Stores top/bottom/left/right margins. More...
#include <SoView2DAnnotation.h>
Public Member Functions | |
Margins () | |
Margins (int value) | |
Margins (int top, int right, int bottom, int left) | |
Margins & | operator*= (int value) |
Public Attributes | |
int | top |
int | bottom |
int | left |
int | right |
Stores top/bottom/left/right margins.
Definition at line 294 of file SoView2DAnnotation.h.
|
inline |
Definition at line 295 of file SoView2DAnnotation.h.
|
inline |
Definition at line 298 of file SoView2DAnnotation.h.
Definition at line 301 of file SoView2DAnnotation.h.
Definition at line 307 of file SoView2DAnnotation.h.
int SoView2DAnnotation::Margins::bottom |
Definition at line 313 of file SoView2DAnnotation.h.
int SoView2DAnnotation::Margins::left |
Definition at line 314 of file SoView2DAnnotation.h.
int SoView2DAnnotation::Margins::right |
Definition at line 315 of file SoView2DAnnotation.h.
int SoView2DAnnotation::Margins::top |
Definition at line 312 of file SoView2DAnnotation.h.