|
YSTest
PreAlpha_b380_20130211
The YSLib Test Project
|
边框画刷。 More...
#include <YBrush.h>

Public Member Functions | |
| BorderBrush ()=default | |
| BorderBrush (const BorderBrush &)=default | |
| 复制构造:默认实现。 | |
| BorderBrush (const BorderStyle &style) | |
| 初始化;使用指定边框样式。 | |
| BorderBrush & | operator= (const BorderBrush &)=default |
| void | operator() (PaintEventArgs &&) |
Public Attributes | |
| BorderStyle | Style |
| 边框样式。 | |
|
default |
|
default |
复制构造:默认实现。
|
inline |
| void BorderBrush::operator() | ( | PaintEventArgs && | e | ) |
Definition at line 67 of file YBrush.cpp.
References YSLib::Components::BorderStyle::ActiveColor, DrawRect(), YSLib::Components::GetSizeOf(), YSLib::Components::BorderStyle::InactiveColor, YSLib::Components::IsFocused(), and Style.

|
inlinedefault |
| BorderStyle YSLib::Components::BorderBrush::Style |