MeVisLab Toolbox Reference
SoView2DAnnotation::Margins Struct 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)
Marginsoperator*= (int value)

Public Attributes

int top
int bottom
int left
int right

Detailed Description

Stores top/bottom/left/right margins.

Definition at line 294 of file SoView2DAnnotation.h.

Constructor & Destructor Documentation

◆ Margins() [1/3]

SoView2DAnnotation::Margins::Margins ( )
inline

Definition at line 295 of file SoView2DAnnotation.h.

References bottom, left, right, and top.

Referenced by operator*=().

◆ Margins() [2/3]

SoView2DAnnotation::Margins::Margins ( int value)
inline

Definition at line 298 of file SoView2DAnnotation.h.

References bottom, left, right, and top.

◆ Margins() [3/3]

SoView2DAnnotation::Margins::Margins ( int top,
int right,
int bottom,
int left )
inline

Definition at line 301 of file SoView2DAnnotation.h.

References bottom, left, right, and top.

Member Function Documentation

◆ operator*=()

Margins & SoView2DAnnotation::Margins::operator*= ( int value)
inline

Definition at line 307 of file SoView2DAnnotation.h.

References bottom, left, Margins(), right, and top.

Member Data Documentation

◆ bottom

int SoView2DAnnotation::Margins::bottom

Definition at line 313 of file SoView2DAnnotation.h.

Referenced by Margins(), Margins(), Margins(), and operator*=().

◆ left

int SoView2DAnnotation::Margins::left

Definition at line 314 of file SoView2DAnnotation.h.

Referenced by Margins(), Margins(), Margins(), and operator*=().

◆ right

int SoView2DAnnotation::Margins::right

Definition at line 315 of file SoView2DAnnotation.h.

Referenced by Margins(), Margins(), Margins(), and operator*=().

◆ top

int SoView2DAnnotation::Margins::top

Definition at line 312 of file SoView2DAnnotation.h.

Referenced by Margins(), Margins(), Margins(), and operator*=().


The documentation for this struct was generated from the following file: