|
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.
References bottom, left, right, and top.
Referenced by operator*=().
|
inline |
|
inline |
|
inline |
| int SoView2DAnnotation::Margins::bottom |
Definition at line 313 of file SoView2DAnnotation.h.
Referenced by Margins(), Margins(), Margins(), and operator*=().
| int SoView2DAnnotation::Margins::left |
Definition at line 314 of file SoView2DAnnotation.h.
Referenced by Margins(), Margins(), Margins(), and operator*=().
| int SoView2DAnnotation::Margins::right |
Definition at line 315 of file SoView2DAnnotation.h.
Referenced by Margins(), Margins(), Margins(), and operator*=().
| int SoView2DAnnotation::Margins::top |
Definition at line 312 of file SoView2DAnnotation.h.
Referenced by Margins(), Margins(), Margins(), and operator*=().