Home
last modified time | relevance | path

Searched refs:Textbox (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/core/
H A Dtextbox.cpp30 void Textbox::AGS_EngineStartup(IAGSEngine *engine) { in AGS_EngineStartup()
33 SCRIPT_METHOD(TextBox::GetText^1, Textbox::GetText); in AGS_EngineStartup()
34 SCRIPT_METHOD(TextBox::SetText^1, Textbox::SetText); in AGS_EngineStartup()
35 SCRIPT_METHOD(TextBox::get_Font, Textbox::GetFont); in AGS_EngineStartup()
36 SCRIPT_METHOD(TextBox::set_Font, Textbox::SetFont); in AGS_EngineStartup()
38 SCRIPT_METHOD(TextBox::set_Text, Textbox::SetText); in AGS_EngineStartup()
43 void Textbox::GetText(ScriptMethodParams &params) { in GetText()
48 void Textbox::SetText(ScriptMethodParams &params) { in SetText()
53 void Textbox::GetText_New(ScriptMethodParams &params) { in GetText_New()
58 void Textbox::GetFont(ScriptMethodParams &params) { in GetFont()
[all …]
H A Dtextbox.h32 class Textbox : public ScriptContainer {
33 BUILT_IN_HASH(Textbox) in BUILT_IN_HASH() argument
35 virtual ~Textbox() {} in BUILT_IN_HASH()
/dports/cad/oregano/oregano-0.84.43/src/model/
H A Dtextbox.h42 #define TEXTBOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_TEXTBOX, Textbox))
47 typedef struct _Textbox Textbox; typedef
62 Textbox *(*dup)(Textbox *textbox);
66 Textbox *textbox_new (char *font);
67 void textbox_set_text (Textbox *textbox, const char *text);
68 char *textbox_get_text (Textbox *textbox);
69 void textbox_set_font (Textbox *textbox, char *font);
70 char *textbox_get_font (Textbox *textbox);
71 void textbox_update_bbox (Textbox *textbox);
H A Dtextbox.c46 static void textbox_init (Textbox *textbox);
71 Textbox *textbox = TEXTBOX (object); in textbox_finalize()
114 static void textbox_init (Textbox *textbox) in textbox_init()
120 Textbox *textbox_new (char *font) in textbox_new()
122 Textbox *textbox; in textbox_new()
136 Textbox *new_textbox; in textbox_clone()
154 Textbox *dest_textbox, *src_textbox; in textbox_copy()
175 Textbox *textbox; in textbox_rotate()
218 Textbox *textbox; in textbox_flip()
282 char *textbox_get_text (Textbox *textbox) in textbox_get_text()
[all …]
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Dtextbox.cpp21 Textbox::Textbox() in Textbox() function in Textbox
23 obj_type=ObjectType::Textbox; in Textbox()
33 QString Textbox::getCodeDefinition(unsigned def_type) in getCodeDefinition()
65 void Textbox::operator = (Textbox &txtbox) in operator =()
77 void Textbox::setTextAttribute(unsigned attrib, bool value) in setTextAttribute()
85 void Textbox::setTextColor(const QColor &color) in setTextColor()
90 QColor Textbox::getTextColor() in getTextColor()
95 bool Textbox::getTextAttribute(unsigned attrib) in getTextAttribute()
103 void Textbox::setFontSize(double size) in setFontSize()
108 double Textbox::getFontSize() in getFontSize()
[all …]
H A Dtextbox.h33 class Textbox: public BaseGraphicObject{
52 Textbox();
76 void operator = (Textbox &txtbox);
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dtextboxwidget.cpp21 TextboxWidget::TextboxWidget(QWidget *parent): BaseObjectWidget(parent, ObjectType::Textbox) in TextboxWidget()
24 configureFormLayout(textbox_grid, ObjectType::Textbox); in TextboxWidget()
41 bold_chk->setChecked(txtbox->getTextAttribute(Textbox::BoldText)); in setAttributes()
42 italic_chk->setChecked(txtbox->getTextAttribute(Textbox::ItalicText)); in setAttributes()
43 underline_chk->setChecked(txtbox->getTextAttribute(Textbox::UnderlineText)); in setAttributes()
70 Textbox *txtbox=nullptr; in applyConfiguration()
72 startConfiguration<Textbox>(); in applyConfiguration()
74 txtbox=dynamic_cast<Textbox *>(this->object); in applyConfiguration()
76 txtbox->setTextAttribute(Textbox::ItalicText, italic_chk->isChecked()); in applyConfiguration()
77 txtbox->setTextAttribute(Textbox::BoldText, bold_chk->isChecked()); in applyConfiguration()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/nancy/ui/
H A Dtextbox.cpp37 const char Textbox::_CCBeginToken[] = "<i>";
38 const char Textbox::_CCEndToken[] = "<o>";
43 const char Textbox::_tabToken[] = "<t>";
46 Textbox::Textbox(RenderObject &redrawFrom) : in Textbox() function in Nancy::UI::Textbox
56 Textbox::~Textbox() { in ~Textbox()
60 void Textbox::init() { in init()
96 void Textbox::registerGraphics() { in registerGraphics()
101 void Textbox::updateGraphics() { in updateGraphics()
135 void Textbox::drawTextbox() { in drawTextbox()
260 void Textbox::clear() { in clear()
[all …]
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/interface/
H A DTextbox.cpp18 Textbox::Textbox(Point position, Point size, String textboxText, String textboxPlaceholder): in Textbox() function in Textbox
40 void Textbox::SetHidden(bool hidden) in SetHidden()
57 void Textbox::SetText(String newText) in SetText()
82 Textbox::ValidInput Textbox::GetInputType() in GetInputType()
97 size_t Textbox::GetLimit() in GetLimit()
102 String Textbox::GetText() in GetText()
123 void Textbox::resetCursorPosition() in resetCursorPosition()
128 void Textbox::TabFocus() in TabFocus()
134 void Textbox::cutSelection() in cutSelection()
182 void Textbox::pasteIntoSelection() in pasteIntoSelection()
[all …]
/dports/devel/agar/agar-1.5.0/p5-Agar/
H A DTextbox.xs48 MODULE = Agar::Textbox PACKAGE = Agar::Textbox PREFIX = AG_
52 Agar::Textbox
74 Agar::Textbox self
81 Agar::Textbox self
89 Agar::Textbox self
96 Agar::Textbox self
104 Agar::Textbox self
113 Agar::Textbox self
122 Agar::Textbox self
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libobjrenderer/src/
H A Dtextboxview.cpp22 TextboxView::TextboxView(Textbox *txtbox, bool override_style) : BaseObjectView(txtbox) in TextboxView()
76 Textbox *txtbox=dynamic_cast<Textbox *>(this->getUnderlyingObject()); in __configureObject()
89 text_item->setBrush(this->getFillStyle(BaseObject::getSchemaName(ObjectType::Textbox))); in __configureObject()
90 text_item->setPen(this->getBorderStyle(BaseObject::getSchemaName(ObjectType::Textbox))); in __configureObject()
93 font.setItalic(txtbox->getTextAttribute(Textbox::ItalicText)); in __configureObject()
94 font.setBold(txtbox->getTextAttribute(Textbox::BoldText)); in __configureObject()
95 font.setUnderline(txtbox->getTextAttribute(Textbox::UnderlineText)); in __configureObject()
117 this->setZValue(dynamic_cast<Textbox *>(getUnderlyingObject())->getZValue()); in __configureObject()
155 Textbox *txtbox = dynamic_cast<Textbox *>(getUnderlyingObject()); in itemChange()
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltTreeViewEdit.c198 } Textbox; typedef
296 Textbox *tbPtr; in EventuallyRedraw()
438 Textbox *tbPtr; in PointerToIndex()
512 Textbox *tbPtr; in IndexToPointer()
554 Textbox *tbPtr; in UpdateLayout()
600 Textbox *tbPtr; in InsertText()
653 Textbox *tbPtr; in DeleteText()
737 Textbox *tbPtr;
820 Textbox *tbPtr;
996 Textbox *tbPtr = (Textbox *)data;
[all …]
/dports/devel/terminality/tn-2.1/
H A Dtextbox.cpp133 type_id = Textbox; in textbox()
161 type_id = Textbox; in textbox()
189 type_id = Textbox; in textbox()
215 type_id = Textbox; in textbox()
243 type_id = Textbox; in textbox()
320 c = keyhandler(c, Textbox); in getnb()
321 c = handle_key(c, Textbox, this); in getnb()
344 if(onchange) onchange(Textbox, this); in getnb()
374 if(onchange) onchange(Textbox, this); in getnb()
472 if(onchange) onchange(Textbox, this); in getnb()
[all …]
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/colourpicker/
H A DColourPickerActivity.h11 class Textbox; variable
27 ui::Textbox * rValue;
28 ui::Textbox * gValue;
29 ui::Textbox * bValue;
30 ui::Textbox * aValue;
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/src/widget/
H A Dtextbox.cpp14 Textbox::Textbox(Glyph_string contents) : Textbox_base{std::move(contents)} { in Textbox() function in cppurses::Textbox
19 void Textbox::set_wheel_speed(std::size_t lines) { in set_wheel_speed()
24 bool Textbox::key_press_event(const Key::State& keyboard) { in key_press_event()
84 bool Textbox::mouse_press_event(const Mouse::State& mouse) { in mouse_press_event()
H A Dline_edit.cpp22 : Textbox{std::move(initial_text)} in Line_edit()
97 return Textbox::key_press_event(keyboard); in key_press_event()
106 return Textbox::mouse_press_event(mouse); in mouse_press_event()
113 return Textbox::focus_in_event(); in focus_in_event()
122 return Textbox::paint_event(); in paint_event()
/dports/devel/efl/efl-1.25.1/src/examples/elementary/
H A Defl_ui_unit_converter.cs35 Efl.Ui.Textbox popup_text = new Efl.Ui.Textbox(popup); in ShowErrorPopup()
71 Efl.Ui.Textbox miles_label = new Efl.Ui.Textbox(miles_box); in Main()
76 Efl.Ui.Textbox miles_input = new Efl.Ui.Textbox(miles_box); in Main()
98 Efl.Ui.Textbox kms_label = new Efl.Ui.Textbox(kms_box); in Main()
H A Dtable_cxx_example_01.cc37 efl::ui::Textbox label(instantiate, win); in efl_main()
41 efl::ui::Textbox label1(instantiate, win); in efl_main()
45 efl::ui::Textbox label2(instantiate, win); in efl_main()
49 efl::ui::Textbox label3(instantiate, win); in efl_main()
/dports/graphics/py-traitsui/traitsui-7.1.1/examples/demo/Standard_Editors/tests/
H A Dtest_RangeEditor_demo.py20 Textbox,
62 simple_small_text = simple_small.locate(Textbox())
84 simple_medium_text = simple_medium.locate(Textbox())
93 custom_medium_text = custom_medium.locate(Textbox())
122 simple_float_text = simple_float.locate(Textbox())
135 custom_float_text = custom_float.locate(Textbox())
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/examples/demo/Standard_Editors/tests/
H A Dtest_RangeEditor_demo.py20 Textbox,
62 simple_small_text = simple_small.locate(Textbox())
84 simple_medium_text = simple_medium.locate(Textbox())
93 custom_medium_text = custom_medium.locate(Textbox())
122 simple_float_text = simple_float.locate(Textbox())
135 custom_float_text = custom_float.locate(Textbox())
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogsed/
H A Dui_object.c58 o->u.Textbox.IsEditable = true; in UIObjectCreate()
134 CFREE(o->u.Textbox.Hint); in UIObjectDestroy()
283 if (o->u.Textbox.TextSourceFunc) in UIObjectAddChar()
286 char **s = o->u.Textbox.TextSourceFunc(o->Data); in UIObjectAddChar()
301 if ((int)l >= o->u.Textbox.MaxLen) in UIObjectAddChar()
331 char *s = o->u.Textbox.TextLinkFunc(o, o->Data); in UIObjectDelChar()
396 int isText = !!o->u.Textbox.TextLinkFunc; in UIObjectDrawAndAddChildren()
405 text = o->u.Textbox.Hint; in UIObjectDrawAndAddChildren()
407 if (!o->u.Textbox.IsEditable) in UIObjectDrawAndAddChildren()
411 if (o->u.Textbox.IsEditable) in UIObjectDrawAndAddChildren()
[all …]
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/demos/notepad/
H A Dnotepad.hpp51 cppurses::Textbox& textbox{this->make_child<cppurses::Textbox>()};
65 cppurses::Textbox& filename_edit{this->make_child<cppurses::Textbox>()};
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/login/
H A DLoginView.h8 class Textbox; variable
22 ui::Textbox * usernameField;
23 ui::Textbox * passwordField;
/dports/sysutils/webmin/webmin-1.981/WebminUI/
H A DUser.pm2 use WebminUI::Textbox;
15 $self = new WebminUI::Textbox($name, $value, $multiple ? 40 : 15, $disabled);
27 my $rv = WebminUI::Textbox::html($self);
/dports/sysutils/usermin/usermin-1.830/WebminUI/
H A DGroup.pm2 use WebminUI::Textbox;
15 $self = new WebminUI::Textbox($name, $value, $multiple ? 40 : 15, $disabled);
27 my $rv = WebminUI::Textbox::html($self);

12345678910>>...20