Go to the source code of this file.
| #define BEGIN_BUILDEREXT_SIGNATURE |
( |
|
id, |
|
|
|
extmode |
|
) |
| |
Macro for the beginning of definition of signature for feature extension
| #define DECLARE_CATEGORY |
( |
|
category | ) |
|
Macro for declaration of the Builder extension category
| #define DECLARE_CONFIGURATION_PARAM |
( |
|
name, |
|
|
|
description |
|
) |
| |
| #define DECLARE_CONFIGURATION_PARAMETER |
( |
|
name, |
|
|
|
description |
|
) |
| |
Macro for declaration of a Builder extension configuration parameter
- Parameters
-
| [in] | name | name of the parameter |
| [in] | description | description of the parameter |
| #define DECLARE_MENUTEXT |
( |
|
menutext | ) |
|
Macro for declaration of the Builder extension menu text
| #define END_BUILDEREXT_SIGNATURE |
Macro for the end of definition of signature hook