Axmol Engine 2.4.0-258ceca
Loading...
Searching...
No Matches
EventFocus Class Reference

Focus event. More...

#include <EventFocus.h>

Inherits Event.

Public Member Functions

 EventFocus (ui::Widget *widgetLoseFocus, ui::Widget *widgetGetFocus)
 Constructor.
 
- Public Member Functions inherited from Event
 Event (Type type)
 Constructor.
 
virtual ~Event ()
 Destructor.
 
Type getType () const
 Gets the event type.
 
void stopPropagation ()
 Stops propagation for current event.
 
bool isStopped () const
 Checks whether the event has been stopped.
 
NodegetCurrentTarget ()
 Gets current target of the event.
 
- Public Member Functions inherited from Object
void retain ()
 Retains the ownership.
 
void release ()
 Releases the ownership immediately.
 
Objectautorelease ()
 Releases the ownership sometime soon automatically.
 
unsigned int getReferenceCount () const
 Returns the Object's current reference count.
 
virtual ~Object ()
 Destructor.
 

Additional Inherited Members

- Public Types inherited from Event
enum class  Type
 Type Event type.
 
- Public Attributes inherited from Object
unsigned int _ID
 object id, ScriptSupport need public _ID
 
int _luaID
 Lua reference id.
 

Detailed Description

Focus event.

Constructor & Destructor Documentation

◆ EventFocus()

EventFocus ( ui::Widget * widgetLoseFocus,
ui::Widget * widgetGetFocus )

Constructor.

Parameters
widgetLoseFocusThe widget which lose focus.
widgetGetFocusThe widget which get focus. @js ctor

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