tilde~
Puredata Qt-based GUI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ControllerObserver.h
Go to the documentation of this file.
1 // (c) 2017 Alex Nadzharov
2 // License: GPL3
3 
4 #ifndef CONTROLLEROBSERVER
5 #define CONTROLLEROBSERVER
6 
7 namespace tilde {
8 
9 class PatchWindowController;
10 
14 class ControllerObserver : Observer {
15 public:
17 
18  virtual void update();
19 };
20 }
21 
22 #endif // CM_PDLINK_H
The observer stub.
Definition: ControllerObserver.h:14
ControllerObserver(PatchWindowController *)
Definition: ControllerObserver.h:16
The Patch window controller.
Definition: PatchWindowController.h:48