Searched refs:ShortcutsSpec (Results 1 - 4 of 4) sorted by relevance

/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.h27 * ListView. Each ShortcutsSpec contains the info necessary to generate both
31 class ShortcutsSpec : public BRow, public BArchivable { class in inherits:BRow,BArchivable
35 ShortcutsSpec(const char* command);
36 ShortcutsSpec(const ShortcutsSpec& copyMe);
37 ShortcutsSpec(BMessage* from);
38 ~ShortcutsSpec();
H A DShortcutsSpec.cpp10 #include "ShortcutsSpec.h"
34 #define CLASS "ShortcutsSpec : "
37 #define B_TRANSLATION_CONTEXT "ShortcutsSpec"
41 static MetaKeyStateMap sMetaMaps[ShortcutsSpec::NUM_META_COLUMNS];
47 const char* ShortcutsSpec::sShiftName;
48 const char* ShortcutsSpec::sControlName;
49 const char* ShortcutsSpec::sOptionName;
50 const char* ShortcutsSpec::sCommandName;
103 ShortcutsSpec::InitializeMetaMaps()
112 SetupStandardMap(sMetaMaps[ShortcutsSpec
126 ShortcutsSpec::ShortcutsSpec(const char* cmd) function in class:ShortcutsSpec
142 ShortcutsSpec::ShortcutsSpec(const ShortcutsSpec& from) function in class:ShortcutsSpec
164 ShortcutsSpec::ShortcutsSpec(BMessage* from) function in class:ShortcutsSpec
[all...]
H A DShortcutsWindow.cpp52 #include "ShortcutsSpec.h"
117 ShortcutsSpec::InitializeMetaMaps();
142 // ShortcutsSpec does not seem to translate the string "Either".
144 for (int i = 0; i < ShortcutsSpec::NUM_META_COLUMNS; i++) {
145 const char* name = ShortcutsSpec::GetColumnName(i);
343 if (((ShortcutsSpec*)fColumnListView->RowAt(i))->Archive(&next)
347 printf("Error archiving ShortcutsSpec #%i!\n", i);
369 ShortcutsSpec* spec
370 = (ShortcutsSpec*)ShortcutsSpec
[all...]
H A DShortcutsWindow.h22 class ShortcutsSpec;

Completed in 45 milliseconds