22#ifndef GTKMM_KAGE_PROP_ASSET_H
23 #define GTKMM_KAGE_PROP_ASSET_H
25 #include <gtkmm/box.h>
26 #include <gtkmm/label.h>
27 #include <gtkmm/entry.h>
28 #include <gtkmm/colorbutton.h>
30 #include <gtkmm/scale.h>
void EntryRotation_onEnter()
Definition asset.cpp:123
Gtk::Label m_LabelX
Definition asset.h:44
Gtk::Entry m_EntryWidth
Definition asset.h:49
virtual ~PropertyAsset()
Definition asset.cpp:93
void EntryY_onEnter()
Definition asset.cpp:103
Gtk::Label m_LabelY
Definition asset.h:46
unsigned int getScaleAlpha()
Definition asset.cpp:160
Kage * _kage
Definition asset.h:40
Gtk::Entry m_EntryRotation
Definition asset.h:53
void setScaleAlpha(double p_alpha)
Definition asset.cpp:156
Gtk::Label m_LabelRotation
Definition asset.h:52
Gtk::Label m_LabelWidth
Definition asset.h:48
void setYText(double p_y)
Definition asset.cpp:140
void setRotationText(double p_rotation)
Definition asset.cpp:152
PropertyAsset(Kage *p_kage)
Definition asset.cpp:25
void setXText(double p_x)
Definition asset.cpp:136
Gtk::Label m_LabelAlpha
Definition asset.h:54
Glib::RefPtr< Gtk::Adjustment > _adjustAlpha
Definition asset.h:55
Gtk::Entry m_EntryHeight
Definition asset.h:51
void EntryWidth_onEnter()
Definition asset.cpp:109
void EntryX_onEnter()
Definition asset.cpp:97
void EntryHeight_onEnter()
Definition asset.cpp:116
Gtk::Label m_LabelHeight
Definition asset.h:50
Gtk::Entry m_EntryX
Definition asset.h:45
void setHeightText(double p_height)
Definition asset.cpp:148
void Alpha_onChange()
Definition asset.cpp:131
Gtk::VBox m_propAssetV2
Definition asset.h:43
Gtk::Entry m_EntryY
Definition asset.h:47
void setWidthText(double p_width)
Definition asset.cpp:144
Gtk::Scale _scaleAlpha
Definition asset.h:56
Gtk::VBox m_propAssetV1
Definition asset.h:42