added a keymap
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8291 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -18,6 +18,17 @@
|
||||
class KeymapListItem;
|
||||
class KeymapApplication;
|
||||
|
||||
class MapView : public BView
|
||||
{
|
||||
public:
|
||||
MapView(BRect rect, const char *name);
|
||||
void Draw(BRect rect);
|
||||
void DrawKey(BRect rect, bool pressed, bool vertical = false);
|
||||
void DrawBorder(BRect borderRect);
|
||||
|
||||
};
|
||||
|
||||
|
||||
class KeymapWindow : public BWindow {
|
||||
public:
|
||||
KeymapWindow( BRect frame );
|
||||
@@ -34,6 +45,8 @@ protected:
|
||||
BButton *fUseButton;
|
||||
BButton *fRevertButton;
|
||||
const char *title;
|
||||
|
||||
MapView *fMapView;
|
||||
|
||||
BMenuBar *AddMenuBar();
|
||||
void AddMaps();
|
||||
|
||||
Reference in New Issue
Block a user