Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CPWL_Wnd::ProviderIface Class Referenceabstract

#include <cpwl_wnd.h>

+ Inheritance diagram for CPWL_Wnd::ProviderIface:
+ Collaboration diagram for CPWL_Wnd::ProviderIface:

Public Member Functions

virtual ~ProviderIface ()=default
 
virtual CFX_Matrix GetWindowMatrix (const IPWL_FillerNotify::PerWindowData *pAttached)=0
 
virtual void OnSetFocusForEdit (CPWL_Edit *pEdit)=0
 
- Public Member Functions inherited from fxcrt::Observable
 Observable ()
 
 Observable (const Observable &that)=delete
 
Observableoperator= (const Observable &that)=delete
 
 ~Observable ()
 
void AddObserver (ObserverIface *pObserver)
 
void RemoveObserver (ObserverIface *pObserver)
 
void NotifyObservers ()
 

Additional Inherited Members

- Protected Member Functions inherited from fxcrt::Observable
size_t ActiveObserversForTesting () const
 

Detailed Description

Definition at line 84 of file cpwl_wnd.h.

Constructor & Destructor Documentation

◆ ~ProviderIface()

virtual CPWL_Wnd::ProviderIface::~ProviderIface ( )
virtualdefault

Member Function Documentation

◆ GetWindowMatrix()

virtual CFX_Matrix CPWL_Wnd::ProviderIface::GetWindowMatrix ( const IPWL_FillerNotify::PerWindowData * pAttached)
pure virtual

Implemented in CFFL_FormField.

Referenced by CPWL_Wnd::GetWindowMatrix().

+ Here is the caller graph for this function:

◆ OnSetFocusForEdit()

virtual void CPWL_Wnd::ProviderIface::OnSetFocusForEdit ( CPWL_Edit * pEdit)
pure virtual

Implemented in CFFL_ComboBox, CFFL_FormField, and CFFL_TextField.

Referenced by CPWL_Edit::OnSetFocus().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: