#include <CeylanDisplayable.h>

Public Member Functions | |
| Displayable () | |
| Void interface, just used to ensure strong typing. | |
| virtual | ~Displayable () |
| Do-nothing virtual destructor. | |
Most objects implement that interface.
Most of the time, they implement it indirectly, i.e. because they inherited it.
Definition at line 54 of file CeylanDisplayable.h.
| Ceylan::Displayable::Displayable | ( | ) | [inline] |
Void interface, just used to ensure strong typing.
Do-nothing constructor.
Definition at line 64 of file CeylanDisplayable.h.
| virtual Ceylan::Displayable::~Displayable | ( | ) | [inline, virtual] |
1.5.8