* not a "chef d'oeuvre" but revert and apply buttons should behave as

expected now
* removed some dead code


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24180 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexandre Deckner
2008-02-29 16:17:18 +00:00
parent dd8a8496f0
commit 793fb95c82
4 changed files with 78 additions and 19 deletions
+14 -10
View File
@@ -74,6 +74,16 @@ public:
void MessageReceived( BMessage* message );
protected:
BMenuBar *AddMenuBar();
void AddMaps(BView *placeholderView);
void UseKeymap();
void RevertKeymap();
void UpdateButtons();
void FillSystemMaps();
void FillUserMaps();
BListView *fSystemListView;
BListView *fUserListView;
// the map that's currently highlighted
@@ -82,18 +92,12 @@ protected:
BMenu *fFontMenu;
MapView *fMapView;
BMenuBar *AddMenuBar();
void AddMaps(BView *placeholderView);
void UseKeymap();
void FillSystemMaps();
void FillUserMaps();
BEntry* CurrentMap();
Keymap fCurrentMap;
Keymap fPreviousMap;
Keymap fAppliedMap;
bool fFirstTime;
BFilePanel *fOpenPanel; // the file panel to open
BFilePanel *fSavePanel; // the file panel to save
};