All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OutsideController.h File Reference

Abstract class to represent a controller. "Controller" part of MVC widget. All classes representing the controller of a widget must inherit from this class. More...

Go to the source code of this file.

Classes

class  te::layout::OutsideController
 Abstract class to represent a controller. "Controller" part of MVC widget. All classes representing the controller of a widget must inherit from this class. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::layout
 This is the namespace for the Layout module.
 

Detailed Description

Abstract class to represent a controller. "Controller" part of MVC widget. All classes representing the controller of a widget must inherit from this class.

Definition in file OutsideController.h.