Signals | Public Member Functions | Protected Member Functions | Private Attributes
ObjDeletionHandler Class Reference

#include <ObjDeletionHandler.h>

Inheritance diagram for ObjDeletionHandler:
Inheritance graph
[legend]

List of all members.

Signals

void objDeletionEventReceived (int)

Public Member Functions

 ObjDeletionHandler (int watchedId, QObject *receiver=0, const char *member=0)
virtual ~ObjDeletionHandler ()

Protected Member Functions

virtual void handleEvent (UEvent *event)

Private Attributes

int _watchedId

Detailed Description

Definition at line 35 of file ObjDeletionHandler.h.


Constructor & Destructor Documentation

ObjDeletionHandler::ObjDeletionHandler ( int  watchedId,
QObject *  receiver = 0,
const char *  member = 0 
) [inline]

Definition at line 40 of file ObjDeletionHandler.h.

virtual ObjDeletionHandler::~ObjDeletionHandler ( ) [inline, virtual]

Definition at line 47 of file ObjDeletionHandler.h.


Member Function Documentation

virtual void ObjDeletionHandler::handleEvent ( UEvent event) [inline, protected, virtual]

Method called by the UEventsManager to handle an event. Important : this method must do a minimum of work because the faster the dispatching loop is done; the faster the events are received. If a handling function takes too much time, the events list can grow faster than it is emptied. The event can be modified but must not be deleted.

Implements UEventsHandler.

Definition at line 53 of file ObjDeletionHandler.h.


Member Data Documentation

Definition at line 62 of file ObjDeletionHandler.h.


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


rtabmap
Author(s): Mathieu Labbe
autogenerated on Fri Aug 28 2015 12:51:43