* 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:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user