Home
last modified time | relevance | path

Searched refs:id_box (Results 1 – 25 of 35) sorted by relevance

12

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/object_creator/
H A Dfake_spell_window.cpp57 id_box.setParent( this ); in fake_spell_window()
58 id_box.resize( default_text_box_size ); in fake_spell_window()
59 id_box.move( QPoint( col * default_text_box_width, row++ * default_text_box_height ) ); in fake_spell_window()
60 id_box.setToolTip( QString( _( "The id of the spell" ) ) ); in fake_spell_window()
61 id_box.show(); in fake_spell_window()
62 QObject::connect( &id_box, &QLineEdit::textChanged, in fake_spell_window()
64 editable_spell.id = spell_id( id_box.text().toStdString() ); in fake_spell_window()
70 QObject::connect( &id_box, &QLineEdit::textChanged, this, &fake_spell_window::modified ); in fake_spell_window()
H A Dfake_spell_window.h58 QLineEdit id_box; variable
H A Dspell_window.h41 QLineEdit id_box; variable
H A Dspell_window.cpp164 id_box.setParent( this ); in spell_window()
165 id_box.resize( default_text_box_size ); in spell_window()
166 id_box.move( QPoint( col * default_text_box_width, row++ * default_text_box_height ) ); in spell_window()
167 id_box.setToolTip( QString( _( "The id of the spell" ) ) ); in spell_window()
168 id_box.show(); in spell_window()
169 QObject::connect( &id_box, &QLineEdit::textChanged, in spell_window()
171 editable_spell.id = spell_id( id_box.text().toStdString() ); in spell_window()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/object_creator/
H A Dfake_spell_window.cpp57 id_box.setParent( this ); in fake_spell_window()
58 id_box.resize( default_text_box_size ); in fake_spell_window()
59 id_box.move( QPoint( col * default_text_box_width, row++ * default_text_box_height ) ); in fake_spell_window()
60 id_box.setToolTip( QString( _( "The id of the spell" ) ) ); in fake_spell_window()
61 id_box.show(); in fake_spell_window()
62 QObject::connect( &id_box, &QLineEdit::textChanged, in fake_spell_window()
64 editable_spell.id = spell_id( id_box.text().toStdString() ); in fake_spell_window()
70 QObject::connect( &id_box, &QLineEdit::textChanged, this, &fake_spell_window::modified ); in fake_spell_window()
H A Dfake_spell_window.h58 QLineEdit id_box; variable
H A Dspell_window.h41 QLineEdit id_box; variable
H A Dspell_window.cpp164 id_box.setParent( this ); in spell_window()
165 id_box.resize( default_text_box_size ); in spell_window()
166 id_box.move( QPoint( col * default_text_box_width, row++ * default_text_box_height ) ); in spell_window()
167 id_box.setToolTip( QString( _( "The id of the spell" ) ) ); in spell_window()
168 id_box.show(); in spell_window()
169 QObject::connect( &id_box, &QLineEdit::textChanged, in spell_window()
171 editable_spell.id = spell_id( id_box.text().toStdString() ); in spell_window()
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/states/
H A Dstate_text.cpp115 Gtk::HBox id_box; member in studio::StateText_Context
401 id_box.pack_start(id_label, Gtk::PACK_SHRINK); in StateText_Context()
402 id_box.pack_start(*id_gap, Gtk::PACK_SHRINK); in StateText_Context()
404 id_box.pack_start(id_entry); in StateText_Context()
467 options_table.attach(id_box, in StateText_Context()
H A Dstate_gradient.cpp122 Gtk::HBox id_box; member in studio::StateGradient_Context
406 id_box.pack_start(id_label, Gtk::PACK_SHRINK); in StateGradient_Context()
407 id_box.pack_start(*name_gap, Gtk::PACK_SHRINK); in StateGradient_Context()
408 id_box.pack_start(id_entry, Gtk::PACK_EXPAND_WIDGET); in StateGradient_Context()
455 options_table.attach(id_box, in StateGradient_Context()
H A Dstate_rectangle.cpp124 Gtk::HBox id_box; member in studio::StateRectangle_Context
497 id_box.pack_start(id_label, Gtk::PACK_SHRINK); in StateRectangle_Context()
498 id_box.pack_start(*id_gap, Gtk::PACK_SHRINK); in StateRectangle_Context()
500 id_box.pack_start(id_entry); in StateRectangle_Context()
604 options_table.attach(id_box, in StateRectangle_Context()
H A Dstate_polygon.cpp124 Gtk::HBox id_box; member in studio::StatePolygon_Context
485 id_box.pack_start(id_label, Gtk::PACK_SHRINK); in StatePolygon_Context()
486 id_box.pack_start(*id_gap, Gtk::PACK_SHRINK); in StatePolygon_Context()
488 id_box.pack_start(id_entry); in StatePolygon_Context()
584 options_table.attach(id_box, in StatePolygon_Context()
H A Dstate_circle.cpp132 Gtk::HBox id_box; member in studio::StateCircle_Context
551 id_box.pack_start(id_label, Gtk::PACK_SHRINK); in StateCircle_Context()
552 id_box.pack_start(*id_gap, Gtk::PACK_SHRINK); in StateCircle_Context()
554 id_box.pack_start(id_entry); in StateCircle_Context()
695 options_table.attach(id_box, in StateCircle_Context()
H A Dstate_star.cpp124 Gtk::HBox id_box; member in studio::StateStar_Context
620 id_box.pack_start(id_label, Gtk::PACK_SHRINK); in StateStar_Context()
621 id_box.pack_start(*id_gap, Gtk::PACK_SHRINK); in StateStar_Context()
623 id_box.pack_start(id_entry); in StateStar_Context()
765 options_table.attach(id_box, in StateStar_Context()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/gui/states/
H A Dstate_text.cpp115 Gtk::HBox id_box; member in studio::StateText_Context
401 id_box.pack_start(id_label, Gtk::PACK_SHRINK); in StateText_Context()
402 id_box.pack_start(*id_gap, Gtk::PACK_SHRINK); in StateText_Context()
404 id_box.pack_start(id_entry); in StateText_Context()
467 options_table.attach(id_box, in StateText_Context()
H A Dstate_gradient.cpp122 Gtk::HBox id_box; member in studio::StateGradient_Context
406 id_box.pack_start(id_label, Gtk::PACK_SHRINK); in StateGradient_Context()
407 id_box.pack_start(*name_gap, Gtk::PACK_SHRINK); in StateGradient_Context()
408 id_box.pack_start(id_entry, Gtk::PACK_EXPAND_WIDGET); in StateGradient_Context()
455 options_table.attach(id_box, in StateGradient_Context()
H A Dstate_rectangle.cpp124 Gtk::HBox id_box; member in studio::StateRectangle_Context
497 id_box.pack_start(id_label, Gtk::PACK_SHRINK); in StateRectangle_Context()
498 id_box.pack_start(*id_gap, Gtk::PACK_SHRINK); in StateRectangle_Context()
500 id_box.pack_start(id_entry); in StateRectangle_Context()
604 options_table.attach(id_box, in StateRectangle_Context()
H A Dstate_polygon.cpp124 Gtk::HBox id_box; member in studio::StatePolygon_Context
485 id_box.pack_start(id_label, Gtk::PACK_SHRINK); in StatePolygon_Context()
486 id_box.pack_start(*id_gap, Gtk::PACK_SHRINK); in StatePolygon_Context()
488 id_box.pack_start(id_entry); in StatePolygon_Context()
584 options_table.attach(id_box, in StatePolygon_Context()
H A Dstate_circle.cpp132 Gtk::HBox id_box; member in studio::StateCircle_Context
551 id_box.pack_start(id_label, Gtk::PACK_SHRINK); in StateCircle_Context()
552 id_box.pack_start(*id_gap, Gtk::PACK_SHRINK); in StateCircle_Context()
554 id_box.pack_start(id_entry); in StateCircle_Context()
695 options_table.attach(id_box, in StateCircle_Context()
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/gui/states/
H A Dstate_text.cpp115 Gtk::HBox id_box; member in studio::StateText_Context
401 id_box.pack_start(id_label, Gtk::PACK_SHRINK); in StateText_Context()
402 id_box.pack_start(*id_gap, Gtk::PACK_SHRINK); in StateText_Context()
404 id_box.pack_start(id_entry); in StateText_Context()
467 options_table.attach(id_box, in StateText_Context()
H A Dstate_gradient.cpp122 Gtk::HBox id_box; member in studio::StateGradient_Context
406 id_box.pack_start(id_label, Gtk::PACK_SHRINK); in StateGradient_Context()
407 id_box.pack_start(*name_gap, Gtk::PACK_SHRINK); in StateGradient_Context()
408 id_box.pack_start(id_entry, Gtk::PACK_EXPAND_WIDGET); in StateGradient_Context()
455 options_table.attach(id_box, in StateGradient_Context()
H A Dstate_rectangle.cpp124 Gtk::HBox id_box; member in studio::StateRectangle_Context
497 id_box.pack_start(id_label, Gtk::PACK_SHRINK); in StateRectangle_Context()
498 id_box.pack_start(*id_gap, Gtk::PACK_SHRINK); in StateRectangle_Context()
500 id_box.pack_start(id_entry); in StateRectangle_Context()
604 options_table.attach(id_box, in StateRectangle_Context()
H A Dstate_polygon.cpp124 Gtk::HBox id_box; member in studio::StatePolygon_Context
485 id_box.pack_start(id_label, Gtk::PACK_SHRINK); in StatePolygon_Context()
486 id_box.pack_start(*id_gap, Gtk::PACK_SHRINK); in StatePolygon_Context()
488 id_box.pack_start(id_entry); in StatePolygon_Context()
584 options_table.attach(id_box, in StatePolygon_Context()
H A Dstate_circle.cpp132 Gtk::HBox id_box; member in studio::StateCircle_Context
551 id_box.pack_start(id_label, Gtk::PACK_SHRINK); in StateCircle_Context()
552 id_box.pack_start(*id_gap, Gtk::PACK_SHRINK); in StateCircle_Context()
554 id_box.pack_start(id_entry); in StateCircle_Context()
695 options_table.attach(id_box, in StateCircle_Context()
H A Dstate_star.cpp124 Gtk::HBox id_box; member in studio::StateStar_Context
620 id_box.pack_start(id_label, Gtk::PACK_SHRINK); in StateStar_Context()
621 id_box.pack_start(*id_gap, Gtk::PACK_SHRINK); in StateStar_Context()
623 id_box.pack_start(id_entry); in StateStar_Context()
765 options_table.attach(id_box, in StateStar_Context()

12