Home
last modified time | relevance | path

Searched refs:txtbox (Results 1 – 25 of 31) sorted by relevance

12

/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dtextboxwidget.cpp34 if(txtbox) in setAttributes()
37 palette.setColor(QPalette::Button, txtbox->getTextColor()); in setAttributes()
40 text_txt->setPlainText(txtbox->getComment()); in setAttributes()
41 bold_chk->setChecked(txtbox->getTextAttribute(Textbox::BoldText)); in setAttributes()
42 italic_chk->setChecked(txtbox->getTextAttribute(Textbox::ItalicText)); in setAttributes()
44 font_size_sb->setValue(txtbox->getFontSize()); in setAttributes()
70 Textbox *txtbox=nullptr; in applyConfiguration() local
74 txtbox=dynamic_cast<Textbox *>(this->object); in applyConfiguration()
75 txtbox->setComment(text_txt->toPlainText().toUtf8()); in applyConfiguration()
77 txtbox->setTextAttribute(Textbox::BoldText, bold_chk->isChecked()); in applyConfiguration()
[all …]
H A Dtextboxwidget.h38 …void setAttributes(DatabaseModel *model, OperationList *op_list, Textbox *txtbox=nullptr, double o…
H A Dappearanceconfigwidget.cpp163 StyledTextboxView *txtbox=nullptr; in loadExampleModel() local
211 txtbox=new StyledTextboxView(model->getTextbox(i)); in loadExampleModel()
212 txtbox->setSelected(i==0); in loadExampleModel()
213 scene->addItem(txtbox); in loadExampleModel()
/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() argument
24 connect(txtbox, SIGNAL(s_objectModified()), this, SLOT(configureObject())); in TextboxView()
76 Textbox *txtbox=dynamic_cast<Textbox *>(this->getUnderlyingObject()); in __configureObject() local
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()
96 font.setPointSizeF(txtbox->getFontSize()); in __configureObject()
99 text_item->setTextBrush(txtbox->getTextColor()); in __configureObject()
102 text_item->setText(txtbox->getComment()); in __configureObject()
155 Textbox *txtbox = dynamic_cast<Textbox *>(getUnderlyingObject()); in itemChange() local
[all …]
H A Dstyledtextboxview.cpp3 StyledTextboxView::StyledTextboxView(Textbox *txtbox, bool override_style) : TextboxView(txtbox, ov… in StyledTextboxView() argument
H A Dstyledtextboxview.h38 StyledTextboxView(Textbox *txtbox, bool override_style=false);
H A Dtextboxview.h61 TextboxView(Textbox *txtbox, bool override_style=false);
H A Drelationshipview.cpp1854 …Textbox *txtbox = dynamic_cast<Textbox *>(labels[BaseRelationship::RelNameLabel]->getUnderlyingObj… in configureLabels() local
1858 txtbox->setComment(base_rel->getAlias()); in configureLabels()
1859 txtbox->setModified(true); in configureLabels()
1861 else if(txtbox->getComment() != base_rel->getName(true)) in configureLabels()
1863 txtbox->setComment(base_rel->getName(true)); in configureLabels()
1864 txtbox->setModified(true); in configureLabels()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Dtextbox.cpp65 void Textbox::operator = (Textbox &txtbox) in operator =() argument
67 (*dynamic_cast<BaseGraphicObject *>(this))=reinterpret_cast<BaseGraphicObject &>(txtbox); in operator =()
68 this->comment=txtbox.comment; in operator =()
69 this->text_attributes[0]=txtbox.text_attributes[0]; in operator =()
70 this->text_attributes[1]=txtbox.text_attributes[1]; in operator =()
71 this->text_attributes[2]=txtbox.text_attributes[2]; in operator =()
72 this->text_color=txtbox.text_color; in operator =()
73 this->font_size=txtbox.font_size; in operator =()
74 this->layer = txtbox.layer; in operator =()
H A Dtextbox.h76 void operator = (Textbox &txtbox);
H A Ddatabasemodel.h466 void addTextbox(Textbox *txtbox, int obj_idx=-1);
467 void removeTextbox(Textbox *txtbox, int obj_idx=-1);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_windrose/
H A Dwindrose_ex5.php44 $txtbox[$i] = new Text($txt[$i]);
45 $txtbox[$i]->SetPos($txtlayout[$i][0], $txtlayout[$i][1], 'right');
46 $txtbox[$i]->SetWordwrap($txtlayout[$i][2]);
47 $txtbox[$i]->SetParagraphAlign($txtlayout[$i][3]);
48 $txtbox[$i]->SetColor($txtlayout[$i][4]);
49 $txtbox[$i]->SetBox($txtlayout[$i][5]);
51 $txtbox[$i]->SetFont($txtlayout[$i][6], $txtlayout[$i][7], $txtlayout[$i][8]);
54 $graph->Add($txtbox);
/dports/devel/ncurses/ncurses-6.3/test/
H A Dtest_instr.c74 WINDOW *txtbox = 0; in recursive_test() local
91 txtbox = newwin(LINES - BASE_Y, COLS - level, BASE_Y, level); in recursive_test()
92 box(txtbox, 0, 0); in recursive_test()
93 wnoutrefresh(txtbox); in recursive_test()
95 txtwin = derwin(txtbox, in recursive_test()
96 getmaxy(txtbox) - 2, in recursive_test()
97 getmaxx(txtbox) - 2, in recursive_test()
156 if (txtbox != 0) { in recursive_test()
157 touchwin(txtbox); in recursive_test()
158 wnoutrefresh(txtbox); in recursive_test()
[all …]
H A Dinch_wide.c76 WINDOW *txtbox = 0; in test_inchs() local
91 txtbox = newwin(LINES - BASE_Y, COLS - level, BASE_Y, level); in test_inchs()
92 box(txtbox, 0, 0); in test_inchs()
93 wnoutrefresh(txtbox); in test_inchs()
95 txtwin = derwin(txtbox, in test_inchs()
96 getmaxy(txtbox) - 2, in test_inchs()
97 getmaxx(txtbox) - 2, in test_inchs()
158 if (txtbox != 0) { in test_inchs()
159 touchwin(txtbox); in test_inchs()
160 wnoutrefresh(txtbox); in test_inchs()
[all …]
H A Dtest_inwstr.c76 WINDOW *txtbox = 0; in recursive_test() local
91 txtbox = newwin(LINES - BASE_Y, COLS - level, BASE_Y, level); in recursive_test()
92 box(txtbox, 0, 0); in recursive_test()
93 wnoutrefresh(txtbox); in recursive_test()
95 txtwin = derwin(txtbox, in recursive_test()
96 getmaxy(txtbox) - 2, in recursive_test()
97 getmaxx(txtbox) - 2, in recursive_test()
156 if (txtbox != 0) { in recursive_test()
157 touchwin(txtbox); in recursive_test()
158 wnoutrefresh(txtbox); in recursive_test()
[all …]
H A Dinchs.c85 WINDOW *txtbox = 0; in test_inchs() local
99 txtbox = newwin(LINES - BASE_Y, COLS - level, BASE_Y, level); in test_inchs()
100 box(txtbox, 0, 0); in test_inchs()
101 wnoutrefresh(txtbox); in test_inchs()
103 txtwin = derwin(txtbox, in test_inchs()
104 getmaxy(txtbox) - 2, in test_inchs()
105 getmaxx(txtbox) - 2, in test_inchs()
168 if (txtbox != 0) { in test_inchs()
169 touchwin(txtbox); in test_inchs()
170 wnoutrefresh(txtbox); in test_inchs()
[all …]
H A Dtest_get_wstr.c163 WINDOW *txtbox = 0; in recursive_test() local
181 txtbox = newwin(LINES - BASE_Y, COLS - level, BASE_Y, level); in recursive_test()
182 box(txtbox, 0, 0); in recursive_test()
183 wnoutrefresh(txtbox); in recursive_test()
185 txtwin = derwin(txtbox, in recursive_test()
186 getmaxy(txtbox) - 2, in recursive_test()
187 getmaxx(txtbox) - 2, in recursive_test()
253 if (txtbox != 0) { in recursive_test()
254 touchwin(txtbox); in recursive_test()
255 wnoutrefresh(txtbox); in recursive_test()
[all …]
H A Dtest_getstr.c170 WINDOW *txtbox = 0; in recursive_test() local
189 txtbox = newwin(LINES - BASE_Y, COLS - level, BASE_Y, level); in recursive_test()
190 box(txtbox, 0, 0); in recursive_test()
191 wnoutrefresh(txtbox); in recursive_test()
193 txtwin = derwin(txtbox, in recursive_test()
194 getmaxy(txtbox) - 2, in recursive_test()
195 getmaxx(txtbox) - 2, in recursive_test()
261 if (txtbox != 0) { in recursive_test()
262 touchwin(txtbox); in recursive_test()
263 wnoutrefresh(txtbox); in recursive_test()
[all …]
H A Dtest_opaque.c272 WINDOW *txtbox = 0; in test_opaque() local
287 txtbox = newwin(LINES - BASE_Y, COLS - level, BASE_Y, level); in test_opaque()
288 box(txtbox, 0, 0); in test_opaque()
289 wnoutrefresh(txtbox); in test_opaque()
291 txtwin = derwin(txtbox, in test_opaque()
292 getmaxy(txtbox) - 2, in test_opaque()
293 getmaxx(txtbox) - 2, in test_opaque()
396 if (txtbox != 0) { in test_opaque()
397 touchwin(txtbox); in test_opaque()
398 wnoutrefresh(txtbox); in test_opaque()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/gui/
H A DCModulationSourceButton.cpp199 CRect txtbox(sze); in draw() local
201 txtbox.inset(1, 0.6); in draw()
203 txtbox.inset(1, 1); in draw()
205 txtbox.bottom = txtbox.top + 13; in draw()
214 dc->drawString(alternateLabel.c_str(), txtbox, kCenterText, true); in draw()
218 dc->drawString(label, txtbox, kCenterText, true); in draw()
H A DCSnapshotMenu.cpp441 CRect txtbox(getViewSize()); in draw() local
442 txtbox.inset(2, 2); in draw()
443 txtbox.left += 4; in draw()
444 txtbox.right -= 12; in draw()
445 dc->drawString(fxslot_names[slot], txtbox, kLeftText, true); in draw()
449 dc->drawString(fxname, txtbox, kRightText, true); in draw()
/dports/emulators/simh/simh-3.9.0_5/Ibm1130/
H A Dibm1130_gui.c263 } txtbox[] = { variable
272 #define NTXTBOXES (sizeof(txtbox) / sizeof(txtbox[0]))
1089 dptr = find_unit(txtbox[i].unitname, &uptr); in DrawConsole()
1104 TextOut(hDC, txtbox[i].x+25, txtbox[i].y+TXTBOX_HEIGHT, dispname, strlen(dispname)); in DrawConsole()
1111 TextOut(hDC, txtbox[i].x, txtbox[i].y, txtbox[i].txt, strlen(txtbox[i].txt)); in DrawConsole()
1114 if (txtbox[i].idctrl >= 0) in DrawConsole()
1115 EnableWindow(btn[txtbox[i].idctrl].hBtn, enab); in DrawConsole()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/operations/
H A Dvips_operation_config.cc242 PF::TextBox* txtbox = new PF::TextBox( this, g_param_spec_get_name( pspec ), in add_argument() local
246 get_main_box().pack_start( *txtbox, Gtk::PACK_SHRINK ); in add_argument()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcker.h1396 struct txtbox { struct
1407 _PROTOTYP(int uq_mtxt, (char *,char **,int,struct txtbox[]) ); argument
/dports/security/vault/vault-1.8.2/vendor/github.com/okta/okta-sdk-golang/
H A DREADME.md302 swaAppSettingsApp.PasswordField = "txtbox-password"
303 swaAppSettingsApp.UsernameField = "txtbox-username"

12