< Home

< Table of Contents

REFERENCE MANUAL

FocusLostEvent Class Reference

#include <hps.h>

Inheritance diagram for FocusLostEvent:
Event

Public Member Functions

EventClone () const
 
 FocusLostEvent ()
 
- Public Member Functions inherited from Event
virtual bool Drop (Event const *in_that_event) const
 
 Event (intptr_t in_channel=0)
 
virtual intptr_t Freshen () const
 
intptr_t GetChannel () const
 
intptr_t GetClassID () const
 
Time GetTimeStamp () const
 
bool IsConsumable () const
 

Additional Inherited Members

- Public Types inherited from Event
enum  Status { Status::InProgress, Status::Completed, Status::Failed }
 
- Static Public Member Functions inherited from Event
static void operator delete (void *in_ptr, size_t in_size) throw ()
 
static void * operator new (size_t in_size)
 
- Protected Attributes inherited from Event
intptr_t channel
 
bool consumable
 

Detailed Description

The FocusLostEvent class is the event that is generated when an application loses focus

Constructor & Destructor Documentation

FocusLostEvent::FocusLostEvent ( )
inline

The default constructor creates a FocusLostEvent.

Member Function Documentation

Event* FocusLostEvent::Clone ( ) const
inlinevirtual

Allocates and returns a copy of this FocusLostEvent.

Returns
A copy of this FocusLostEvent.

Implements Event.


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