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.

◆ Margins() [2/3]

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

Definition at line 298 of file SoView2DAnnotation.h.

◆ Margins() [3/3]

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

Definition at line 301 of file SoView2DAnnotation.h.

Member Function Documentation

◆ operator*=()

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

Definition at line 307 of file SoView2DAnnotation.h.

Member Data Documentation

◆ bottom

int SoView2DAnnotation::Margins::bottom

Definition at line 313 of file SoView2DAnnotation.h.

◆ left

int SoView2DAnnotation::Margins::left

Definition at line 314 of file SoView2DAnnotation.h.

◆ right

int SoView2DAnnotation::Margins::right

Definition at line 315 of file SoView2DAnnotation.h.

◆ top

int SoView2DAnnotation::Margins::top

Definition at line 312 of file SoView2DAnnotation.h.


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