#include <Displayer.h>
Inheritance diagram for SctDataDisplay::GenericDisplayer:
Public Member Functions | |
virtual bool | canDisplay (const Sct::Serializable &ob)=0 |
If the displayer can display the given object, then it should return true It should not do the display! |
Definition at line 73 of file Displayer.h.
|
If the displayer can display the given object, then it should return true It should not do the display!
Implemented in SctDataDisplay::TestDisplayer. |