#include <Observer.h>

Public Member Functions | |
| Observer () | |
| ~Observer () | |
| virtual void | update (int idController, int command) |
Definition at line 58 of file Observer.h.
| bbtk::Observer::Observer | ( | ) |
| bbtk::Observer::~Observer | ( | ) |
| void bbtk::Observer::update | ( | int | idController, | |
| int | command | |||
| ) | [virtual] |
Reimplemented in bbtk::vtkGBlackBoxView, bbtk::vtkGBoxView, bbtk::vtkGComplexBoxPortView, bbtk::vtkGObjectView, bbtk::vtkGPortView, and bbtk::wxVtkSceneManager.
Definition at line 55 of file Observer.cxx.
1.5.7.1