#include <ilviews/base/clssinfo.h>
Classes | |
class | IlvValueInterface |
Value interface class. More... | |
Macros | |
#define | IlvRegisterClassCodeInformation(className, header, libs) |
Library: xviews or winviews or mviews (mutually exclusive)
Declaration of IlvValueInterface abstract class and definition of macros for subclasses.
#define IlvRegisterClassCodeInformation | ( | className, | |
header, | |||
libs | |||
) |
Use this macro to define the header file and the libraries required to use a given class. To be able to use this macro, you must have previously defined an instance of IlvClassInfo
for the class, since this macro adds some code information to this instance of IlvClassInfo
.
className | The class name. |
header | The header file containing the class. |
libs | The libraries required to use the class. |
IlvClassInfo
, IlvRegisterClass()
.