#include <ufocusevent.hpp>
Inheritance diagram for ufo::UFocusEvent:
Public Member Functions | |
UFocusEvent (UWidget *sourceA, Type typeA) | |
bool | focusGained () const |
bool | focusLost () const |
Protected Member Functions | |
virtual std::ostream & | paramString (std::ostream &os) const |
|
Creates a new focus event. Type has to be either UEvent::FocusGained or UEvent::FocusLost. |
|
Prints some useful internal data to the ostream os. This method is meant only for debugging purposes. Reimplemented from ufo::UEvent.
|