YSTest
PreAlpha_b380_20130211
The YSLib Test Project
|
部件绘制参数。 More...
#include <ywgtevt.h>
Public Member Functions | |
PaintEventArgs (IWidget &) | |
PaintEventArgs (IWidget &, const PaintContext &) | |
PaintEventArgs (IWidget &, const Drawing::Graphics &, const Drawing::Point &, const Drawing::Rect &) | |
![]() | |
UIEventArgs (IWidget &wgt) | |
UIEventArgs (const UIEventArgs &)=default | |
复制构造:默认实现。 | |
UIEventArgs & | operator= (const UIEventArgs &)=default |
复制赋值:默认实现。 | |
IWidget & | GetSender () const ynothrow |
void | SetSender (IWidget &wgt) |
Additional Inherited Members | |
![]() | |
Graphics | Target |
渲染目标:图形接口上下文。 | |
Point | Location |
参考位置。 | |
Rect | ClipArea |
剪切区域。 | |
YSLib::Components::PaintEventArgs::PaintEventArgs | ( | IWidget & | ) |
YSLib::Components::PaintEventArgs::PaintEventArgs | ( | IWidget & | , |
const PaintContext & | |||
) |
YSLib::Components::PaintEventArgs::PaintEventArgs | ( | IWidget & | , |
const Drawing::Graphics & | , | ||
const Drawing::Point & | , | ||
const Drawing::Rect & | |||
) |