foobar2000 SDK  2015-01-14
Public Member Functions | Data Fields
ui_element_min_max_info

#include <ui_element.h>

Public Member Functions

 ui_element_min_max_info ()
 
ui_element_min_max_info operator| (const ui_element_min_max_info &p_other) const
 
const ui_element_min_max_infooperator|= (const ui_element_min_max_info &p_other)
 

Data Fields

t_uint32 m_max_height
 
t_uint32 m_max_width
 
t_uint32 m_min_height
 
t_uint32 m_min_width
 

Detailed Description

Definition at line 117 of file ui_element.h.

Constructor & Destructor Documentation

ui_element_min_max_info::ui_element_min_max_info ( )
inline

Definition at line 118 of file ui_element.h.

Member Function Documentation

ui_element_min_max_info ui_element_min_max_info::operator| ( const ui_element_min_max_info p_other) const
inline

Definition at line 128 of file ui_element.h.

128  {
129  ui_element_min_max_info ret(*this);
130  ret |= p_other;
131  return ret;
132  }
const ui_element_min_max_info& ui_element_min_max_info::operator|= ( const ui_element_min_max_info p_other)
inline

Definition at line 121 of file ui_element.h.

121  {
126  return *this;
127  }
T min_t(const T &item1, const T &item2)
Definition: primitives.h:556
T max_t(const T &item1, const T &item2)
Definition: primitives.h:553

Field Documentation

t_uint32 ui_element_min_max_info::m_max_height

Definition at line 119 of file ui_element.h.

t_uint32 ui_element_min_max_info::m_max_width

Definition at line 119 of file ui_element.h.

t_uint32 ui_element_min_max_info::m_min_height

Definition at line 119 of file ui_element.h.

t_uint32 ui_element_min_max_info::m_min_width

Definition at line 119 of file ui_element.h.


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