Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
#include <ilviews/base/clssinfo.h>
Defines | |
#define | IlvRegisterClassCodeInformation(className, header, libs) |
[library display ilviews/intrface/value.h] Declarations about class information.
#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
. © Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.