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

#include <form_new.h>

Inheritance diagram for FormNewDialog:
Collaboration diagram for FormNewDialog:

Data Structures

struct  TemplateProfile
 

Public Member Functions

 FormNewDialog (Gtk::Window &parent)
 
virtual ~FormNewDialog ()
 
unsigned int getFPS ()
 
double getWidth ()
 
double getHeight ()
 

Protected Member Functions

void Orientation_onChange ()
 
void Template_onChange ()
 
void txtFPS_onEnter ()
 
void setFPSText (unsigned int p_fps)
 
void txtWidth_onEnter ()
 
void setWidthText (double p_width)
 
void txtHeight_onEnter ()
 
void setHeightText (double p_height)
 
bool doOpenTemplateProfile ()
 

Protected Attributes

Gtk::HBox m_HBox
 
Gtk::Label _label
 
Gtk::VBox m_VBox1
 
Gtk::VBox m_VBox2
 
Gtk::Label _lblOrientation
 
Gtk::ComboBoxText _cmbOrientation
 
Gtk::Label _lblTemplate
 
Gtk::ComboBoxText _cmbTemplate
 
Gtk::Label _lblFPS
 
Gtk::Entry _txtFPS
 
Gtk::Label _lblWidth
 
Gtk::Entry _txtWidth
 
Gtk::Label _lblHeight
 
Gtk::Entry _txtHeight
 
std::vector< TemplateProfile_templateProfiles
 
TemplateProfile _templateProfile
 

Constructor & Destructor Documentation

◆ FormNewDialog()

FormNewDialog::FormNewDialog ( Gtk::Window & parent)
Here is the call graph for this function:

◆ ~FormNewDialog()

FormNewDialog::~FormNewDialog ( )
virtual

Member Function Documentation

◆ doOpenTemplateProfile()

bool FormNewDialog::doOpenTemplateProfile ( )
protected
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getFPS()

unsigned int FormNewDialog::getFPS ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getHeight()

double FormNewDialog::getHeight ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getWidth()

double FormNewDialog::getWidth ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Orientation_onChange()

void FormNewDialog::Orientation_onChange ( )
protected
Here is the caller graph for this function:

◆ setFPSText()

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

◆ setHeightText()

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

◆ setWidthText()

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

◆ Template_onChange()

void FormNewDialog::Template_onChange ( )
protected
Here is the call graph for this function:
Here is the caller graph for this function:

◆ txtFPS_onEnter()

void FormNewDialog::txtFPS_onEnter ( )
protected
Here is the call graph for this function:
Here is the caller graph for this function:

◆ txtHeight_onEnter()

void FormNewDialog::txtHeight_onEnter ( )
protected
Here is the call graph for this function:
Here is the caller graph for this function:

◆ txtWidth_onEnter()

void FormNewDialog::txtWidth_onEnter ( )
protected
Here is the call graph for this function:
Here is the caller graph for this function:

Field Documentation

◆ _cmbOrientation

Gtk::ComboBoxText FormNewDialog::_cmbOrientation
protected

◆ _cmbTemplate

Gtk::ComboBoxText FormNewDialog::_cmbTemplate
protected

◆ _label

Gtk::Label FormNewDialog::_label
protected

◆ _lblFPS

Gtk::Label FormNewDialog::_lblFPS
protected

◆ _lblHeight

Gtk::Label FormNewDialog::_lblHeight
protected

◆ _lblOrientation

Gtk::Label FormNewDialog::_lblOrientation
protected

◆ _lblTemplate

Gtk::Label FormNewDialog::_lblTemplate
protected

◆ _lblWidth

Gtk::Label FormNewDialog::_lblWidth
protected

◆ _templateProfile

TemplateProfile FormNewDialog::_templateProfile
protected

◆ _templateProfiles

std::vector<TemplateProfile> FormNewDialog::_templateProfiles
protected

◆ _txtFPS

Gtk::Entry FormNewDialog::_txtFPS
protected

◆ _txtHeight

Gtk::Entry FormNewDialog::_txtHeight
protected

◆ _txtWidth

Gtk::Entry FormNewDialog::_txtWidth
protected

◆ m_HBox

Gtk::HBox FormNewDialog::m_HBox
protected

◆ m_VBox1

Gtk::VBox FormNewDialog::m_VBox1
protected

◆ m_VBox2

Gtk::VBox FormNewDialog::m_VBox2
protected

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