This is a base class that any class wishing to be notified of changes to a GRAPHICLAYOUT may derive itself from. More...
#include <mi32/grlayout.h>

Public Member Functions | |
| OBSERVER (GRAPHICLAYOUT &layout) | |
| virtual | ~OBSERVER () |
| virtual void | OnRedraw () |
This is a base class that any class wishing to be notified of changes to a GRAPHICLAYOUT may derive itself from.
| GRAPHICLAYOUT::OBSERVER::OBSERVER | ( | GRAPHICLAYOUT & | layout | ) | [inline] |
| virtual GRAPHICLAYOUT::OBSERVER::~OBSERVER | ( | ) | [inline, virtual] |
| virtual void GRAPHICLAYOUT::OBSERVER::OnRedraw | ( | ) | [inline, virtual] |
Called whenever something causes us to need to redraw.
1.6.1