|
LPCTSTR | GetClass () const |
|
LPVOID | GetInterface (LPCTSTR pstrName) |
|
UINT | GetControlFlags () const |
|
HWND | GetNativeWindow () const |
|
void | SetEnabled (bool bEnable=true) |
|
void | SetText (LPCTSTR pstrText) |
|
void | SetMaxChar (UINT uMax) |
|
UINT | GetMaxChar () |
|
void | SetReadOnly (bool bReadOnly) |
|
bool | IsReadOnly () const |
|
void | SetPasswordMode (bool bPasswordMode) |
|
bool | IsPasswordMode () const |
|
void | SetPasswordChar (TCHAR cPasswordChar) |
|
TCHAR | GetPasswordChar () const |
|
bool | IsAutoSelAll () |
|
void | SetAutoSelAll (bool bAutoSelAll) |
|
void | SetNumberOnly (bool bNumberOnly) |
|
bool | IsNumberOnly () const |
|
int | GetWindowStyls () const |
|
HWND | GetNativeEditHWND () const |
|
LPCTSTR | GetNormalImage () |
|
void | SetNormalImage (LPCTSTR pStrImage) |
|
LPCTSTR | GetHotImage () |
|
void | SetHotImage (LPCTSTR pStrImage) |
|
LPCTSTR | GetFocusedImage () |
|
void | SetFocusedImage (LPCTSTR pStrImage) |
|
LPCTSTR | GetDisabledImage () |
|
void | SetDisabledImage (LPCTSTR pStrImage) |
|
void | SetNativeEditBkColor (DWORD dwBkColor) |
|
DWORD | GetNativeEditBkColor () const |
|
void | SetSel (long nStartChar, long nEndChar) |
|
void | SetSelAll () |
|
void | SetReplaceSel (LPCTSTR lpszReplace) |
|
void | SetPos (RECT rc, bool bNeedInvalidate=true) |
|
void | Move (SIZE szOffset, bool bNeedInvalidate=true) |
|
void | SetVisible (bool bVisible=true) |
|
void | SetInternVisible (bool bVisible=true) |
|
SIZE | EstimateSize (SIZE szAvailable) |
|
void | DoEvent (TEventUI &event) |
|
void | SetAttribute (LPCTSTR pstrName, LPCTSTR pstrValue) |
|
void | PaintStatusImage (HDC hDC) |
|
void | PaintText (HDC hDC) |
|
LPCTSTR | GetClass () const |
|
LPVOID | GetInterface (LPCTSTR pstrName) |
|
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 | DoEvent (TEventUI &event) |
|
void | SetAttribute (LPCTSTR pstrName, LPCTSTR pstrValue) |
|
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 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 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 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 |
|