Public Member Functions | Protected Attributes

KEventBase Class Reference

Search for all occurrences

Detailed Description

Base class for event management.

Definition at line 56 of file keventbase.h.

#include <keventbase.h>

Inheritance diagram for KEventBase:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  KEventBase ()
kEventType  GetType () const
void  SetBreakEvent ()
  Stop treating event.
bool  GetBreakEvent () const
  Get break event.

Protected Attributes

kEventType  mType
bool  mBreakEvent

Constructor & Destructor Documentation

KEventBase ( ) [inline]

Definition at line 63 of file keventbase.h.

{ mType = K_EVENT_BASE; mBreakEvent = false; }

Member Function Documentation

kEventType GetType ( ) const [inline]

Definition at line 64 of file keventbase.h.

{ return mType; }
void SetBreakEvent ( ) [inline]

Stop treating event.

Definition at line 68 of file keventbase.h.

{  mBreakEvent = true;}
bool GetBreakEvent ( ) const [inline]

Get break event.

Returns:
true if event are not going to be treated next, false otherwise.

Definition at line 73 of file keventbase.h.

{ return mBreakEvent; } 

Member Data Documentation

kEventType mType [protected]

Definition at line 59 of file keventbase.h.

bool mBreakEvent [protected]

Definition at line 60 of file keventbase.h.


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

KEventBase KEventBase KEventBase KEventBase KEventBase KEventBase KEventBase KEventBase KEventBase KEventBase
KEventBase KEventBase KEventBase KEventBase KEventBase KEventBase KEventBase KEventBase KEventBase KEventBase