Event.h File Reference

Default events used with application framework. More...

Go to the source code of this file.

Classes

struct  te::qt::af::evt::Event
 A base class for application events. More...
 

Namespaces

 te
 TerraLib.
 
 te::qt
 Namespace for the Qt module of TerraLib.
 
 te::qt::af
 Namespace for the Qt Application Framework module of TerraLib.
 
 te::qt::af::evt
 

Detailed Description

Default events used with application framework.

These are default event classes that can be sent by the application framework. Event classes can contain anything as members, such as pointers, instances or any information that can be usefull for the application. These may be classes as simple as possible with public members to facilitate the access.

Note
Events MAY NOT gets the ownership of its internal pointers.

Contains a base class for application events.

Definition in file Event.h.