#include "ap_Features.h"#include "ut_types.h"#include "ut_string.h"#include "ut_assert.h"#include "ut_debugmsg.h"#include "ev_Toolbar_Layouts.h"#include "ev_Toolbar_Actions.h"#include "xap_App.h"#include "xap_Toolbar_Layouts.h"#include "xap_Prefs.h"#include "xap_Prefs_SchemeIds.h"#include "ap_Toolbar_Id.h"#include "ap_Strings.h"#include "ap_Prefs_SchemeIds.h"#include "ap_Toolbar_Layouts_All.h"Defines | |
| #define | BeginLayout(Name, Label, prefKey) static struct XAP_Toolbar_Factory_lt s_ltTable_##Name[] = { |
| #define | ToolbarItem(id) { EV_TLF_Normal, (id) }, |
| #define | Spacer() { EV_TLF_Spacer, AP_TOOLBAR_ID__BOGUS1__ }, |
| #define | EndLayout() }; |
| #define | BeginLayout(Name, Label, prefKey) { #Name, Label, prefKey, G_N_ELEMENTS(s_ltTable_##Name), s_ltTable_##Name }, |
| #define | ToolbarItem(id) |
| #define | Spacer() |
| #define | EndLayout() |
Variables | |
| static struct XAP_Toolbar_Factory_tt | s_ttTable [] |
| #define BeginLayout | ( | Name, | ||
| Label, | ||||
| prefKey | ||||
| ) | static struct XAP_Toolbar_Factory_lt s_ltTable_##Name[] = { |
| #define BeginLayout | ( | Name, | ||
| Label, | ||||
| prefKey | ||||
| ) | { #Name, Label, prefKey, G_N_ELEMENTS(s_ltTable_##Name), s_ltTable_##Name }, |
| #define EndLayout | ( | ) |
| #define EndLayout | ( | ) | }; |
| #define Spacer | ( | ) |
| #define Spacer | ( | ) | { EV_TLF_Spacer, AP_TOOLBAR_ID__BOGUS1__ }, |
| #define ToolbarItem | ( | id | ) |
struct XAP_Toolbar_Factory_tt s_ttTable[] [static] |
1.7.1