![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpwl_special_button.h>
Public Member Functions | |
| CPWL_CheckBox (const CreateParams &cp, std::unique_ptr< IPWL_FillerNotify::PerWindowData > pAttachedData) | |
| ~CPWL_CheckBox () override | |
| bool | OnLButtonUp (Mask< FWL_EVENTFLAG > nFlag, const CFX_PointF &point) override |
| bool | OnChar (uint16_t nChar, Mask< FWL_EVENTFLAG > nFlag) override |
| bool | IsChecked () const |
| void | SetCheck (bool bCheck) |
| Public Member Functions inherited from CPWL_Button | |
| CPWL_Button (const CreateParams &cp, std::unique_ptr< IPWL_FillerNotify::PerWindowData > pAttachedData) | |
| ~CPWL_Button () override | |
| bool | OnLButtonDown (Mask< FWL_EVENTFLAG > nFlag, const CFX_PointF &point) override |
| Public Member Functions inherited from CPWL_Wnd | |
| CPWL_Wnd (const CreateParams &cp, std::unique_ptr< IPWL_FillerNotify::PerWindowData > pAttachedData) | |
| virtual | ~CPWL_Wnd () |
| virtual bool | InvalidateRect (const CFX_FloatRect *pRect) |
| virtual bool | OnKeyDown (FWL_VKEYCODE nKeyCode, Mask< FWL_EVENTFLAG > nFlag) |
| virtual bool | OnLButtonDblClk (Mask< FWL_EVENTFLAG > nFlag, const CFX_PointF &point) |
| virtual bool | OnRButtonDown (Mask< FWL_EVENTFLAG > nFlag, const CFX_PointF &point) |
| virtual bool | OnRButtonUp (Mask< FWL_EVENTFLAG > nFlag, const CFX_PointF &point) |
| virtual bool | OnMouseMove (Mask< FWL_EVENTFLAG > nFlag, const CFX_PointF &point) |
| virtual bool | OnMouseWheel (Mask< FWL_EVENTFLAG > nFlag, const CFX_PointF &point, const CFX_Vector &delta) |
| virtual void | SetScrollInfo (const PWL_SCROLL_INFO &info) |
| virtual void | SetScrollPosition (float pos) |
| virtual void | ScrollWindowVertically (float pos) |
| virtual void | NotifyLButtonDown (CPWL_Wnd *child, const CFX_PointF &pos) |
| virtual void | NotifyLButtonUp (CPWL_Wnd *child, const CFX_PointF &pos) |
| virtual void | NotifyMouseMove (CPWL_Wnd *child, const CFX_PointF &pos) |
| virtual void | SetFocus () |
| virtual void | KillFocus () |
| virtual void | SetCursor () |
| virtual bool | SetVisible (bool bVisible) |
| virtual void | SetFontSize (float fFontSize) |
| virtual float | GetFontSize () const |
| virtual WideString | GetText () |
| virtual WideString | GetSelectedText () |
| virtual void | ReplaceAndKeepSelection (const WideString &text) |
| virtual void | ReplaceSelection (const WideString &text) |
| virtual bool | SelectAllText () |
| virtual bool | CanUndo () |
| virtual bool | CanRedo () |
| virtual bool | Undo () |
| virtual bool | Redo () |
| virtual CFX_FloatRect | GetFocusRect () const |
| virtual CFX_FloatRect | GetClientRect () const |
| virtual void | OnSetFocus () |
| virtual void | OnKillFocus () |
| void | AddChild (std::unique_ptr< CPWL_Wnd > pWnd) |
| void | RemoveChild (CPWL_Wnd *pWnd) |
| void | Realize () |
| void | Destroy () |
| bool | Move (const CFX_FloatRect &rcNew, bool bReset, bool bRefresh) |
| void | InvalidateProvider (ProviderIface *provider) |
| void | DrawAppearance (CFX_RenderDevice *pDevice, const CFX_Matrix &mtUser2Device) |
| int32_t | GetBorderWidth () const |
| CFX_FloatRect | GetWindowRect () const |
| bool | IsVisible () const |
| bool | HasFlag (uint32_t dwFlags) const |
| void | RemoveFlag (uint32_t dwFlags) |
| void | SetClipRect (const CFX_FloatRect &rect) |
| IPWL_FillerNotify::PerWindowData * | GetAttachedData () const |
| std::unique_ptr< IPWL_FillerNotify::PerWindowData > | CloneAttachedData () const |
| std::vector< UnownedPtr< CPWL_Wnd > > | GetAncestors () |
| bool | WndHitTest (const CFX_PointF &point) const |
| bool | ClientHitTest (const CFX_PointF &point) const |
| bool | IsCaptureMouse () const |
| bool | IsFocused () const |
| bool | IsReadOnly () const |
| void | SetTransparency (int32_t nTransparency) |
| CFX_Matrix | GetWindowMatrix () const |
| Public Member Functions inherited from fxcrt::Observable | |
| Observable () | |
| Observable (const Observable &that)=delete | |
| Observable & | operator= (const Observable &that)=delete |
| ~Observable () | |
| void | AddObserver (ObserverIface *pObserver) |
| void | RemoveObserver (ObserverIface *pObserver) |
| void | NotifyObservers () |
Definition at line 25 of file cpwl_special_button.h.
| CPWL_CheckBox::CPWL_CheckBox | ( | const CreateParams & | cp, |
| std::unique_ptr< IPWL_FillerNotify::PerWindowData > | pAttachedData ) |
Definition at line 26 of file cpwl_special_button.cpp.
|
overridedefault |
|
inline |
Definition at line 36 of file cpwl_special_button.h.
Referenced by OnChar(), OnLButtonUp(), CFFL_CheckBox::SaveData(), TEST_F(), and TEST_F().
|
overridevirtual |
Reimplemented from CPWL_Wnd.
Definition at line 42 of file cpwl_special_button.cpp.
References IsChecked(), CPWL_Wnd::IsReadOnly(), and SetCheck().
|
overridevirtual |
Reimplemented from CPWL_Button.
Definition at line 33 of file cpwl_special_button.cpp.
References IsChecked(), CPWL_Wnd::IsReadOnly(), and SetCheck().
|
inline |
Definition at line 37 of file cpwl_special_button.h.
Referenced by OnChar(), and OnLButtonUp().