soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
SNcPainter-i.h
1#ifndef __SNCPAINTER_I__H__
2#define __SNCPAINTER_I__H__
3#include <interface/SWindow-i.h>
4
5SNSBEGIN
6
7#undef INTERFACE
8#define INTERFACE INcPainter
9DECLARE_INTERFACE_(INcPainter, IObject)
10{
11 DEF_OBJ_BASE(INcPainter, Undef)
12#include <interface/SobjectApi.h>
13
14 //--------------------------------------------------------------------------------
15
16 /**
17 * @brief 获取绘制非客户区的根窗口
18 * @return IWindow *--root
19 */
20 STDMETHOD_(IWindow *, GetRoot)(THIS) PURE;
21};
22
23SNSEND
24#endif // __SNCPAINTER_I__H__