YSTest  PreAlpha_b380_20130211
The YSLib Test Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
YSLib::Components::PaintEventArgs Struct Reference

部件绘制参数。 More...

#include <ywgtevt.h>

Inheritance diagram for YSLib::Components::PaintEventArgs:
Collaboration diagram for YSLib::Components::PaintEventArgs:

Public Member Functions

 PaintEventArgs (IWidget &)
 
 PaintEventArgs (IWidget &, const PaintContext &)
 
 PaintEventArgs (IWidget &, const Drawing::Graphics &, const Drawing::Point &, const Drawing::Rect &)
 
- Public Member Functions inherited from YSLib::Components::UIEventArgs
 UIEventArgs (IWidget &wgt)
 
 UIEventArgs (const UIEventArgs &)=default
 复制构造:默认实现。
 
UIEventArgsoperator= (const UIEventArgs &)=default
 复制赋值:默认实现。
 
IWidgetGetSender () const ynothrow
 
void SetSender (IWidget &wgt)
 

Additional Inherited Members

- Public Attributes inherited from YSLib::Drawing::PaintContext
Graphics Target
 渲染目标:图形接口上下文。
 
Point Location
 参考位置。
 
Rect ClipArea
 剪切区域。
 

Detailed Description

部件绘制参数。

Warning
非虚析构。
Since
build 242

Definition at line 218 of file ywgtevt.h.

Constructor & Destructor Documentation

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  
)

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