Kage Studio 0.7.230612
A Simple Free and Open Source 2D Animation Software
Loading...
Searching...
No Matches
PropertyStage Class Reference

#include <stage.h>

Inheritance diagram for PropertyStage:
Collaboration diagram for PropertyStage:

Public Member Functions

 PropertyStage (Kage *p_kage)
 
virtual ~PropertyStage ()
 
void EntryStageArea_onEnter ()
 
void ColorButtonStage_onClick ()
 
void EntryStageFPS_onEnter ()
 
void setWidthText (double p_width)
 
void setHeightText (double p_height)
 
void setFPSText (unsigned int p_fps)
 
void setBackgroundColor (Gdk::Color p_color)
 

Protected Attributes

Kage_kage
 
Gtk::VBox m_PropStageV1
 
Gtk::VBox m_PropStageV2
 
Gtk::Label m_LabelStageWid
 
Gtk::Label m_LabelStageHgt
 
Gtk::Label m_LabelStageBG
 
Gtk::Label m_LabelStageFPS
 
Gtk::Entry m_EntryStageWid
 
Gtk::Entry m_EntryStageHgt
 
Gtk::ColorButton m_ColorButtonStage
 
Gtk::ColorSelection m_ColorSelectionStage
 
Gtk::Entry m_EntryStageFPS
 

Constructor & Destructor Documentation

◆ PropertyStage()

PropertyStage::PropertyStage ( Kage p_kage)
Here is the call graph for this function:

◆ ~PropertyStage()

PropertyStage::~PropertyStage ( )
virtual

Member Function Documentation

◆ ColorButtonStage_onClick()

void PropertyStage::ColorButtonStage_onClick ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ EntryStageArea_onEnter()

void PropertyStage::EntryStageArea_onEnter ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ EntryStageFPS_onEnter()

void PropertyStage::EntryStageFPS_onEnter ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setBackgroundColor()

void PropertyStage::setBackgroundColor ( Gdk::Color  p_color)
Here is the caller graph for this function:

◆ setFPSText()

void PropertyStage::setFPSText ( unsigned int  p_fps)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setHeightText()

void PropertyStage::setHeightText ( double  p_height)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setWidthText()

void PropertyStage::setWidthText ( double  p_width)
Here is the call graph for this function:
Here is the caller graph for this function:

Field Documentation

◆ _kage

Kage* PropertyStage::_kage
protected

◆ m_ColorButtonStage

Gtk::ColorButton PropertyStage::m_ColorButtonStage
protected

◆ m_ColorSelectionStage

Gtk::ColorSelection PropertyStage::m_ColorSelectionStage
protected

◆ m_EntryStageFPS

Gtk::Entry PropertyStage::m_EntryStageFPS
protected

◆ m_EntryStageHgt

Gtk::Entry PropertyStage::m_EntryStageHgt
protected

◆ m_EntryStageWid

Gtk::Entry PropertyStage::m_EntryStageWid
protected

◆ m_LabelStageBG

Gtk::Label PropertyStage::m_LabelStageBG
protected

◆ m_LabelStageFPS

Gtk::Label PropertyStage::m_LabelStageFPS
protected

◆ m_LabelStageHgt

Gtk::Label PropertyStage::m_LabelStageHgt
protected

◆ m_LabelStageWid

Gtk::Label PropertyStage::m_LabelStageWid
protected

◆ m_PropStageV1

Gtk::VBox PropertyStage::m_PropStageV1
protected

◆ m_PropStageV2

Gtk::VBox PropertyStage::m_PropStageV2
protected

The documentation for this class was generated from the following files: