Helper Macros in Guiliani More...
#include <limits.h>Go to the source code of this file.
Macros | |
| #define | ENTRY(lay, layclass) -1 |
| Helper Macros in Guiliani | |
| #define | ENTRY(layouter_id, layouter_classname) layouter_id, |
| Helper Macros in Guiliani | |
| #define | ENTRY_ENUM(a) -1 |
| Helper Macros in Guiliani | |
| #define | ENTRY_ENUM(a) a, |
| Helper Macros in Guiliani | |
| #define | LAYOUTER_TABLE |
| LayouterIDs. More... | |
Typedefs | |
| typedef int | static_assert_something[(DUMMY_LAYOUTER==0) ? 1 :-1] |
| Will throw compile error negative subscript if DUMMY_LAYOUTER is NOT 0! | |
Enumerations | |
| enum | LayouterClassID_t { LAYOUTER_START_TAG = ciCalculatedLayStartTag - 1 , LAYOUTER_PERCENTAGE , LAYOUTER_ALIGN_TO_PARENT , LAYOUTER_LIST , LAYOUTER_GRID , LAYOUTER_REPOSITION , LAYOUTER_ANCHOR , DUMMY_LAYOUTER , GUILIANI_INTERNAL_LAYOUTER = INT_MAX } |
| List of layouter resource ids. | |
| #define LAYOUTER_TABLE |
LayouterIDs.