![]() |
Kage Studio 0.7.240121
A Simple Free and Open Source 2D Animation Software
|
#include <asset.h>
Public Member Functions | |
PropertyAsset (Kage *p_kage) | |
virtual | ~PropertyAsset () |
void | EntryX_onEnter () |
void | EntryY_onEnter () |
void | EntryWidth_onEnter () |
void | EntryHeight_onEnter () |
void | EntryRotation_onEnter () |
void | Alpha_onChange () |
void | setXText (double p_x) |
void | setYText (double p_y) |
void | setWidthText (double p_width) |
void | setHeightText (double p_height) |
void | setRotationText (double p_rotation) |
void | setScaleAlpha (double p_alpha) |
unsigned int | getScaleAlpha () |
Protected Attributes | |
Kage * | _kage |
Gtk::VBox | m_propAssetV1 |
Gtk::VBox | m_propAssetV2 |
Gtk::Label | m_LabelX |
Gtk::Entry | m_EntryX |
Gtk::Label | m_LabelY |
Gtk::Entry | m_EntryY |
Gtk::Label | m_LabelWidth |
Gtk::Entry | m_EntryWidth |
Gtk::Label | m_LabelHeight |
Gtk::Entry | m_EntryHeight |
Gtk::Label | m_LabelRotation |
Gtk::Entry | m_EntryRotation |
Gtk::Label | m_LabelAlpha |
Glib::RefPtr< Gtk::Adjustment > | _adjustAlpha |
Gtk::Scale | _scaleAlpha |
PropertyAsset::PropertyAsset | ( | Kage * | p_kage | ) |
|
virtual |
void PropertyAsset::Alpha_onChange | ( | ) |
void PropertyAsset::EntryHeight_onEnter | ( | ) |
void PropertyAsset::EntryRotation_onEnter | ( | ) |
void PropertyAsset::EntryWidth_onEnter | ( | ) |
void PropertyAsset::EntryX_onEnter | ( | ) |
void PropertyAsset::EntryY_onEnter | ( | ) |
unsigned int PropertyAsset::getScaleAlpha | ( | ) |
void PropertyAsset::setHeightText | ( | double | p_height | ) |
void PropertyAsset::setRotationText | ( | double | p_rotation | ) |
void PropertyAsset::setScaleAlpha | ( | double | p_alpha | ) |
void PropertyAsset::setWidthText | ( | double | p_width | ) |
void PropertyAsset::setXText | ( | double | p_x | ) |
void PropertyAsset::setYText | ( | double | p_y | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |