1 #ifndef VIEW_POINTER_RYZOM_H
2 #define VIEW_POINTER_RYZOM_H
5 #include "nel/gui/view_pointer.h"
7 class CViewPointerRyzom
: public CViewPointer
10 DECLARE_UI_CLASS( CViewPointerRyzom
)
11 CViewPointerRyzom( const TCtorParam
¶m
);
14 static void forceLinking();
17 bool drawResizer(CCtrlBase
* pCB
, NLMISC::CRGBA col
);
18 bool drawRotate(CCtrlBase
* pCB
, NLMISC::CRGBA col
);
19 bool drawScale(CCtrlBase
* pCB
, NLMISC::CRGBA col
);
20 bool drawColorPicker(CCtrlBase
* pCB
, NLMISC::CRGBA col
);
21 bool drawLink(CCtrlBase
* pCB
, NLMISC::CRGBA col
);
22 bool drawBrowse(CCtrlBase
* pCB
, NLMISC::CRGBA col
);
23 bool drawPan(CCtrlBase
* pCB
, NLMISC::CRGBA col
);