OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Margins< T > Struct Template Reference

#include <Margins.h>

Public Member Functions

 Margins ()=default
 
 Margins (T left, T top, T right, T bottom)
 

Public Attributes

left = 0
 
top = 0
 
right = 0
 
bottom = 0
 

Constructor & Destructor Documentation

◆ Margins() [1/2]

template<class T >
Margins< T >::Margins ( )
default

◆ Margins() [2/2]

template<class T >
Margins< T >::Margins ( left,
top,
right,
bottom 
)
inline

Member Data Documentation

◆ bottom

template<class T >
T Margins< T >::bottom = 0

◆ left

template<class T >
T Margins< T >::left = 0

◆ right

template<class T >
T Margins< T >::right = 0

◆ top

template<class T >
T Margins< T >::top = 0

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