summaryrefslogtreecommitdiff
path: root/tizen/src/ui/controller/generalpurposecon.h
diff options
context:
space:
mode:
Diffstat (limited to 'tizen/src/ui/controller/generalpurposecon.h')
-rw-r--r--tizen/src/ui/controller/generalpurposecon.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tizen/src/ui/controller/generalpurposecon.h b/tizen/src/ui/controller/generalpurposecon.h
index 8dfb18dd0e..fe319e5d6f 100644
--- a/tizen/src/ui/controller/generalpurposecon.h
+++ b/tizen/src/ui/controller/generalpurposecon.h
@@ -44,6 +44,7 @@
#define GPC_KEYBUTTON_HEIGHT (35)
#define GPC_KEYBUTTON_VSPACING (15)
#define GPC_KEYBUTTON_HSPACING (15)
+#define GPC_MINIUM_HEIGHT (272)
class GeneralPurposeCon
{
@@ -52,10 +53,10 @@ public:
GeneralPurposeCon();
~GeneralPurposeCon();
void createHeaderBarAndBorder(QGraphicsScene *scene, UiInformation *uiInfo, bool isFloating);
- QList<HWKeyButton *> createButtons(QWidget *parent, ControllerForm *form);
+ QList<HWKeyButton *> createButtons(QGraphicsScene *scene, QWidget *parent, ControllerForm *form);
private:
- void createKeyList(QWidget *parent, QList<HardwareKey *> keyList, QPoint topLeft, QList<HWKeyButton *> &buttonList);
+ void createKeyList(QWidget *parent, QList<HardwareKey *> keyList, QPoint topLeft, int count, QList<HWKeyButton *> &buttonList);
};
#endif // GENERALPURPOSECON_H