22#ifndef GTKMM_KAGE_PROP_STAGE_H
23 #define GTKMM_KAGE_PROP_STAGE_H
25 #include <gtkmm/box.h>
26 #include <gtkmm/label.h>
27 #include <gtkmm/entry.h>
28 #include <gtkmm/colorbutton.h>
29 #include <gtkmm/colorselection.h>
Gtk::ColorSelection m_ColorSelectionStage
Definition stage.h:52
void EntryStageArea_onEnter()
Definition stage.cpp:76
Gtk::ColorButton m_ColorButtonStage
Definition stage.h:50
Gtk::Label m_LabelStageFPS
Definition stage.h:46
Gtk::Label m_LabelStageHgt
Definition stage.h:44
void setFPSText(unsigned int p_fps)
Definition stage.cpp:105
void ColorButtonStage_onClick()
Definition stage.cpp:91
void setBackgroundColor(Gdk::Color p_color)
Definition stage.cpp:110
Gtk::Label m_LabelStageBG
Definition stage.h:45
Kage * _kage
Definition stage.h:39
virtual ~PropertyStage()
Definition stage.cpp:72
Gtk::VBox m_PropStageV2
Definition stage.h:42
Gtk::Entry m_EntryStageWid
Definition stage.h:48
Gtk::Entry m_EntryStageFPS
Definition stage.h:53
void setHeightText(double p_height)
Definition stage.cpp:101
Gtk::VBox m_PropStageV1
Definition stage.h:41
Gtk::Entry m_EntryStageHgt
Definition stage.h:49
Gtk::Label m_LabelStageWid
Definition stage.h:43
PropertyStage(Kage *p_kage)
Definition stage.cpp:25
void setWidthText(double p_width)
Definition stage.cpp:97
void EntryStageFPS_onEnter()
Definition stage.cpp:85