Constructors
Name | Description |
---|---|
Corners( const std::string& inOnelineAttributeName, const std::string& inTopAttributeName, const std::string& inBottomAttributeName, const std::string& inLeftAttributeName, const std::string& inRightAttributeName ) |
Functions
Access | Return | Modifier | Name | Description |
---|---|---|---|---|
public | bool | refresh( std::function<float(const std::string&, Direction)> inCalculator ) | ||
public | bool | inline |
Members
Access | Type | Modifier | Name | Description |
---|---|---|---|---|
public | float | top | ||
public | float | bottom | ||
public | float | left | ||
public | float | right | ||
private | std::string | m_onelineAttributeName | ||
private | std::string | m_topAttributeName | ||
private | std::string | m_bottomAttributeName | ||
private | std::string | m_leftAttributeName | ||
private | std::string | m_rightAttributeName |