|
LPCTSTR | GetClass () const |
|
UINT | GetControlFlags () const |
|
LPVOID | GetInterface (LPCTSTR pstrName) |
|
void | SetEnabled (bool bEnable=true) |
|
int | GetChangeStep () |
|
void | SetChangeStep (int step) |
|
void | SetThumbSize (SIZE szXY) |
|
RECT | GetThumbRect () const |
|
bool | IsImmMode () const |
|
void | SetImmMode (bool bImmMode) |
|
LPCTSTR | GetThumbImage () const |
|
void | SetThumbImage (LPCTSTR pStrImage) |
|
LPCTSTR | GetThumbHotImage () const |
|
void | SetThumbHotImage (LPCTSTR pStrImage) |
|
LPCTSTR | GetThumbPushedImage () const |
|
void | SetThumbPushedImage (LPCTSTR pStrImage) |
|
void | DoEvent (TEventUI &event) |
|
void | SetAttribute (LPCTSTR pstrName, LPCTSTR pstrValue) |
|
void | PaintStatusImage (HDC hDC) |
|
bool | IsHorizontal () |
|
void | SetHorizontal (bool bHorizontal=true) |
|
int | GetMinValue () const |
|
void | SetMinValue (int nMin) |
|
int | GetMaxValue () const |
|
void | SetMaxValue (int nMax) |
|
int | GetValue () const |
|
void | SetValue (int nValue) |
|
LPCTSTR | GetForeImage () const |
|
void | SetForeImage (LPCTSTR pStrImage) |
|
void | SetFixedWidth (int cx) |
|
void | SetFixedHeight (int cy) |
|
void | SetText (LPCTSTR pstrText) |
|
void | SetTextStyle (UINT uStyle) |
|
UINT | GetTextStyle () const |
|
bool | IsMultiLine () |
|
void | SetMultiLine (bool bMultiLine=true) |
|
void | SetTextColor (DWORD dwTextColor) |
|
DWORD | GetTextColor () const |
|
void | SetDisabledTextColor (DWORD dwTextColor) |
|
DWORD | GetDisabledTextColor () const |
|
void | SetFont (int index) |
|
int | GetFont () const |
|
RECT | GetTextPadding () const |
|
void | SetTextPadding (RECT rc) |
|
bool | IsShowHtml () |
|
void | SetShowHtml (bool bShowHtml=true) |
|
SIZE | EstimateSize (SIZE szAvailable) |
|
void | PaintText (HDC hDC) |
|
void | SetEnabledEffect (bool _EnabledEffect) |
|
bool | GetEnabledEffect () |
|
void | SetEnabledLuminous (bool bEnableLuminous) |
|
bool | GetEnabledLuminous () |
|
void | SetLuminousFuzzy (float fFuzzy) |
|
float | GetLuminousFuzzy () |
|
void | SetGradientLength (int _GradientLength) |
|
int | GetGradientLength () |
|
void | SetShadowOffset (int _offset, int _angle) |
|
RectF | GetShadowOffset () |
|
void | SetTextColor1 (DWORD _TextColor1) |
|
DWORD | GetTextColor1 () |
|
void | SetTextShadowColorA (DWORD _TextShadowColorA) |
|
DWORD | GetTextShadowColorA () |
|
void | SetTextShadowColorB (DWORD _TextShadowColorB) |
|
DWORD | GetTextShadowColorB () |
|
void | SetStrokeColor (DWORD _StrokeColor) |
|
DWORD | GetStrokeColor () |
|
void | SetGradientAngle (int _SetGradientAngle) |
|
int | GetGradientAngle () |
|
void | SetEnabledStroke (bool _EnabledStroke) |
|
bool | GetEnabledStroke () |
|
void | SetEnabledShadow (bool _EnabledShadowe) |
|
bool | GetEnabledShadow () |
|
virtual void | Delete () |
|
virtual CDuiString | GetName () const |
|
virtual void | SetName (LPCTSTR pstrName) |
|
virtual HWND | GetNativeWindow () const |
|
virtual bool | Activate () |
|
virtual CPaintManagerUI * | GetManager () const |
|
virtual void | SetManager (CPaintManagerUI *pManager, CControlUI *pParent, bool bInit=true) |
|
virtual CControlUI * | GetParent () const |
|
virtual CControlUI * | GetCover () const |
|
virtual void | SetCover (CControlUI *pControl) |
|
virtual CDuiString | GetText () const |
|
DWORD | GetBkColor () const |
|
void | SetBkColor (DWORD dwBackColor) |
|
DWORD | GetBkColor2 () const |
|
void | SetBkColor2 (DWORD dwBackColor) |
|
DWORD | GetBkColor3 () const |
|
void | SetBkColor3 (DWORD dwBackColor) |
|
LPCTSTR | GetBkImage () |
|
void | SetBkImage (LPCTSTR pStrImage) |
|
DWORD | GetFocusBorderColor () const |
|
void | SetFocusBorderColor (DWORD dwBorderColor) |
|
bool | IsColorHSL () const |
|
void | SetColorHSL (bool bColorHSL) |
|
SIZE | GetBorderRound () const |
|
void | SetBorderRound (SIZE cxyRound) |
|
bool | DrawImage (HDC hDC, TDrawInfo &drawInfo) |
|
DWORD | GetBorderColor () const |
|
void | SetBorderColor (DWORD dwBorderColor) |
|
RECT | GetBorderSize () const |
|
void | SetBorderSize (RECT rc) |
|
void | SetBorderSize (int iSize) |
|
int | GetBorderStyle () const |
|
void | SetBorderStyle (int nStyle) |
|
virtual const RECT & | GetPos () const |
|
virtual RECT | GetRelativePos () const |
|
virtual RECT | GetClientPos () const |
|
virtual void | SetPos (RECT rc, bool bNeedInvalidate=true) |
|
virtual void | Move (SIZE szOffset, bool bNeedInvalidate=true) |
|
virtual int | GetWidth () const |
|
virtual int | GetHeight () const |
|
virtual int | GetX () const |
|
virtual int | GetY () const |
|
virtual RECT | GetPadding () const |
|
virtual void | SetPadding (RECT rcPadding) |
|
virtual SIZE | GetFixedXY () const |
|
virtual void | SetFixedXY (SIZE szXY) |
|
virtual TPercentInfo | GetFloatPercent () const |
|
virtual void | SetFloatPercent (TPercentInfo piFloatPercent) |
|
virtual int | GetFixedWidth () const |
|
virtual int | GetFixedHeight () const |
|
virtual int | GetMinWidth () const |
|
virtual void | SetMinWidth (int cx) |
|
virtual int | GetMaxWidth () const |
|
virtual void | SetMaxWidth (int cx) |
|
virtual int | GetMinHeight () const |
|
virtual void | SetMinHeight (int cy) |
|
virtual int | GetMaxHeight () const |
|
virtual void | SetMaxHeight (int cy) |
|
virtual CDuiString | GetToolTip () const |
|
virtual void | SetToolTip (LPCTSTR pstrText) |
|
virtual void | SetToolTipWidth (int nWidth) |
|
virtual int | GetToolTipWidth (void) |
|
virtual TCHAR | GetShortcut () const |
|
virtual void | SetShortcut (TCHAR ch) |
|
virtual bool | IsContextMenuUsed () const |
|
virtual void | SetContextMenuUsed (bool bMenuUsed) |
|
virtual const CDuiString & | GetUserData () |
|
virtual void | SetUserData (LPCTSTR pstrText) |
|
virtual UINT_PTR | GetTag () const |
|
virtual void | SetTag (UINT_PTR pTag) |
|
virtual bool | IsVisible () const |
|
virtual void | SetVisible (bool bVisible=true) |
|
virtual void | SetInternVisible (bool bVisible=true) |
|
virtual bool | IsEnabled () const |
|
virtual bool | IsMouseEnabled () const |
|
virtual void | SetMouseEnabled (bool bEnable=true) |
|
virtual bool | IsKeyboardEnabled () const |
|
virtual void | SetKeyboardEnabled (bool bEnable=true) |
|
virtual bool | IsFocused () const |
|
virtual void | SetFocus () |
|
virtual bool | IsFloat () const |
|
virtual void | SetFloat (bool bFloat=true) |
|
void | AddCustomAttribute (LPCTSTR pstrName, LPCTSTR pstrAttr) |
|
LPCTSTR | GetCustomAttribute (LPCTSTR pstrName) const |
|
bool | RemoveCustomAttribute (LPCTSTR pstrName) |
|
void | RemoveAllCustomAttribute () |
|
virtual CControlUI * | FindControl (FINDCONTROLPROC Proc, LPVOID pData, UINT uFlags) |
|
void | Invalidate () |
|
bool | IsUpdateNeeded () const |
|
void | NeedUpdate () |
|
void | NeedParentUpdate () |
|
DWORD | GetAdjustColor (DWORD dwColor) |
|
virtual void | Init () |
|
virtual void | DoInit () |
|
virtual void | Event (TEventUI &event) |
|
virtual CDuiString | GetAttribute (LPCTSTR pstrName) |
|
virtual CDuiString | GetAttributeList (bool bIgnoreDefault=true) |
|
virtual void | SetAttributeList (LPCTSTR pstrList) |
|
virtual bool | Paint (HDC hDC, const RECT &rcPaint, CControlUI *pStopControl=NULL) |
|
virtual bool | DoPaint (HDC hDC, const RECT &rcPaint, CControlUI *pStopControl) |
|
virtual void | PaintBkColor (HDC hDC) |
|
virtual void | PaintBkImage (HDC hDC) |
|
virtual void | PaintBorder (HDC hDC) |
|
virtual void | DoPostPaint (HDC hDC, const RECT &rcPaint) |
|
void | SetVirtualWnd (LPCTSTR pstrValue) |
|
CDuiString | GetVirtualWnd () const |
|