Files | |
| file | ItemController.cpp [code] | 
| file | ItemController.h [code] | 
| Abstract class to represent a controller. "Controller" part of MVC component. All classes representing the controller of a component must inherit from this class.  | |
| file | ItemModelObservable.cpp [code] | 
| file | ItemModelObservable.h [code] | 
| Abstract class to represent an observable. "Model" part of MVC component. All classes representing the model of a component must inherit from this class.  | |
| file | ItemObserver.cpp [code] | 
| file | ItemObserver.h [code] | 
| Abstract class to represent an observer. "View" part of MVC component. All classes representing the graphics component must inherit from this class.  | |
| file | Observable.h [code] | 
| Abstract class to represent an observable. "Model" part of MVC component.  | |
| file | Observer.h [code] | 
| Abstract class to represent an observer. "View" part of MVC component.  | |
| file | OutsideController.cpp [code] | 
| file | OutsideController.h [code] | 
| Abstract class to represent a controller. "Controller" part of MVC widget. All classes representing the controller of a widget must inherit from this class.  | |
| file | OutsideModelObservable.cpp [code] | 
| file | OutsideModelObservable.h [code] | 
| Abstract class to represent an observable. "Model" part of MVC widget. All classes representing the model of a widget must inherit from this class.  | |
| file | OutsideObserver.cpp [code] | 
| file | OutsideObserver.h [code] | 
| Abstract class to represent an observer. "View" part of MVC widget. All classes representing the graphics widget must inherit from this class.  | |