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
CFWL_MessageKillFocus Class Referencefinal

#include <cfwl_messagekillfocus.h>

+ Inheritance diagram for CFWL_MessageKillFocus:
+ Collaboration diagram for CFWL_MessageKillFocus:

Public Member Functions

 CFWL_MessageKillFocus (CFWL_Widget *pDstTarget)
 
 ~CFWL_MessageKillFocus () override
 
bool IsFocusedOnWidget (const CFWL_Widget *pWidget) const
 
- Public Member Functions inherited from CFWL_Message
virtual ~CFWL_Message ()
 
Type GetType () const
 
CFWL_WidgetGetDstTarget () const
 
void SetDstTarget (CFWL_Widget *pWidget)
 

Additional Inherited Members

- Public Types inherited from CFWL_Message
enum class  Type {
  kKey , kKillFocus , kMouse , kMouseWheel ,
  kSetFocus
}
 
- Protected Member Functions inherited from CFWL_Message
 CFWL_Message (Type type, CFWL_Widget *pDstTarget)
 
 CFWL_Message (const CFWL_Message &that)=delete
 
CFWL_Messageoperator= (const CFWL_Message &that)=delete
 

Detailed Description

Definition at line 13 of file cfwl_messagekillfocus.h.

Constructor & Destructor Documentation

◆ CFWL_MessageKillFocus()

CFWL_MessageKillFocus::CFWL_MessageKillFocus ( CFWL_Widget * pDstTarget)
explicit

Definition at line 9 of file cfwl_messagekillfocus.cpp.

References CFWL_Message::CFWL_Message(), and CFWL_Message::kKillFocus.

Referenced by CXFA_FFField::OnKillFocus().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~CFWL_MessageKillFocus()

CFWL_MessageKillFocus::~CFWL_MessageKillFocus ( )
overridedefault

Member Function Documentation

◆ IsFocusedOnWidget()

bool CFWL_MessageKillFocus::IsFocusedOnWidget ( const CFWL_Widget * pWidget) const
inline

Definition at line 18 of file cfwl_messagekillfocus.h.


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