Home
last modified time | relevance | path

Searched refs:setTextf (Results 1 – 25 of 29) sorted by relevance

12

/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dslice_window.cpp37 boundsX()->setTextf("%d", key->bounds().x); in SliceWindow()
38 boundsY()->setTextf("%d", key->bounds().y); in SliceWindow()
39 boundsW()->setTextf("%d", key->bounds().w); in SliceWindow()
40 boundsH()->setTextf("%d", key->bounds().h); in SliceWindow()
47 centerX()->setTextf("%d", key->center().x); in SliceWindow()
48 centerY()->setTextf("%d", key->center().y); in SliceWindow()
49 centerW()->setTextf("%d", key->center().w); in SliceWindow()
50 centerH()->setTextf("%d", key->center().h); in SliceWindow()
58 pivotX()->setTextf("%d", key->pivot().x); in SliceWindow()
59 pivotY()->setTextf("%d", key->pivot().y); in SliceWindow()
[all …]
H A Dframe_tag_window.cpp27 from()->setTextf("%d", frameTag->fromFrame()+m_base); in FrameTagWindow()
28 to()->setTextf("%d", frameTag->toFrame()+m_base); in FrameTagWindow()
H A Dslider2.cpp58 setTextf("%d", MID(minValue(), value, maxValue())); in onProcessMessage()
112 m_entry.setTextf("%d", m_slider.getValue()); in onSliderChange()
H A Dhex_color_entry.cpp61 m_entry.setTextf("%02x%02x%02x", in setColor()
H A Ddata_recovery_view.cpp262 m_openButton.mainButton()->setTextf("Recover %d Sprites", count); in onChangeSelection()
H A Dcolor_sliders.cpp182 setTextf("%d", MID(minValue(), value, maxValue())); in onProcessMessage()
479 m_items[i].entry->setTextf("%d", slider->getValue()); in updateEntryText()
H A Dcontext_bar.cpp1216 m_inkOpacity->setTextf("%d", newOpacity); in onToolSetOpacity()
1331 m_brushSize->setTextf("%d", brushPref->size()); in updateForTool()
1332 m_brushAngle->setTextf("%d", brushPref->angle()); in updateForTool()
1360 m_tolerance->setTextf("%d", toolPref->tolerance()); in updateForTool()
1364 m_inkOpacity->setTextf("%d", toolPref->opacity()); in updateForTool()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_sprite_size.cpp194 widthPx()->setTextf("%d", new_width); in SpriteSizeWindow()
195 heightPx()->setTextf("%d", new_height); in SpriteSizeWindow()
222 widthPerc()->setTextf(PERC_FORMAT, perc); in onWidthPxChange()
225 heightPerc()->setTextf(PERC_FORMAT, perc); in onWidthPxChange()
226 heightPx()->setTextf("%d", sprite->height() * width / sprite->width()); in onWidthPxChange()
236 heightPerc()->setTextf(PERC_FORMAT, perc); in onHeightPxChange()
239 widthPerc()->setTextf(PERC_FORMAT, perc); in onHeightPxChange()
249 widthPx()->setTextf("%d", (int)(sprite->width() * width / 100)); in onWidthPercChange()
252 heightPx()->setTextf("%d", (int)(sprite->height() * width / 100)); in onWidthPercChange()
262 heightPx()->setTextf("%d", (int)(sprite->height() * height / 100)); in onHeightPercChange()
[all …]
H A Dcmd_frame_properties.cpp114 window.frame()->setTextf("%d", selFrames.firstFrame()+base); in onExecute()
116 window.frame()->setTextf("[%d...%d]", in onExecute()
121 window.frame()->setTextf("Multiple Frames"); in onExecute()
123 window.frlen()->setTextf( in onExecute()
H A Dcmd_grid.cpp112 window.gridX()->setTextf("%d", bounds.x); in onExecute()
113 window.gridY()->setTextf("%d", bounds.y); in onExecute()
114 window.gridW()->setTextf("%d", bounds.w); in onExecute()
115 window.gridH()->setTextf("%d", bounds.h); in onExecute()
H A Dcmd_export_sprite_sheet.cpp197 borderPadding()->setTextf("%d", m_docPref.spriteSheet.borderPadding()); in ExportSpriteSheetWindow()
198 shapePadding()->setTextf("%d", m_docPref.spriteSheet.shapePadding()); in ExportSpriteSheetWindow()
199 innerPadding()->setTextf("%d", m_docPref.spriteSheet.innerPadding()); in ExportSpriteSheetWindow()
217 columns()->setTextf("%d", m_docPref.spriteSheet.columns()); in ExportSpriteSheetWindow()
218 rows()->setTextf("%d", m_docPref.spriteSheet.rows()); in ExportSpriteSheetWindow()
452 columns()->setTextf("%d", fitWidthValue() / m_sprite->width()); in onSizeChange()
453 rows()->setTextf("%d", fitHeightValue() / m_sprite->height()); in onSizeChange()
563 columns()->setTextf("%d", fit.columns); in updateSizeFields()
564 rows()->setTextf("%d", fit.rows); in updateSizeFields()
565 fitWidth()->getEntryWidget()->setTextf("%d", fit.width); in updateSizeFields()
[all …]
H A Dcmd_canvas_size.cpp259 void setWidth(int v) { width()->setTextf("%d", v); } in setWidth()
260 void setHeight(int v) { height()->setTextf("%d", v); } in setHeight()
261 void setLeft(int v) { left()->setTextf("%d", v); } in setLeft()
262 void setRight(int v) { right()->setTextf("%d", v); } in setRight()
263 void setTop(int v) { top()->setTextf("%d", v); } in setTop()
264 void setBottom(int v) { bottom()->setTextf("%d", v); } in setBottom()
H A Dcmd_options.cpp185 firstFrame()->setTextf("%d", m_globPref.timeline.firstFrame()); in OptionsWindow()
663 gridX()->setTextf("%d", m_curPref->grid.bounds().x); in onChangeGridScope()
664 gridY()->setTextf("%d", m_curPref->grid.bounds().y); in onChangeGridScope()
665 gridW()->setTextf("%d", m_curPref->grid.bounds().w); in onChangeGridScope()
666 gridH()->setTextf("%d", m_curPref->grid.bounds().h); in onChangeGridScope()
703 gridX()->setTextf("%d", pref.grid.bounds.defaultValue().x); in onResetGrid()
720 gridX()->setTextf("%d", pref.grid.bounds().x); in onResetGrid()
721 gridY()->setTextf("%d", pref.grid.bounds().y); in onResetGrid()
722 gridW()->setTextf("%d", pref.grid.bounds().w); in onResetGrid()
723 gridH()->setTextf("%d", pref.grid.bounds().h); in onResetGrid()
[all …]
H A Dcmd_sprite_properties.cpp96 window.size()->setTextf( in onExecute()
103 window.frames()->setTextf("%d", (int)sprite->totalFrames()); in onExecute()
H A Dcmd_import_sprite_sheet.cpp181 x()->setTextf("%d", m_rect.x); in onChangeRectangle()
182 y()->setTextf("%d", m_rect.y); in onChangeRectangle()
183 width()->setTextf("%d", m_rect.w); in onChangeRectangle()
184 height()->setTextf("%d", m_rect.h); in onChangeRectangle()
H A Dcmd_color_quantization.cpp78 window.currentRange()->setTextf( in onExecute()
86 window.currentPalette()->setTextf( in onExecute()
H A Dcmd_paste_text.cpp69 fontSize()->setTextf("%d", size); in PasteTextWindow()
89 ->setTextf("Select Font: %s", in updateFontFaceButton()
H A Dcmd_new_file.cpp96 window.width()->setTextf("%d", MAX(1, w)); in onExecute()
97 window.height()->setTextf("%d", MAX(1, h)); in onExecute()
H A Dcmd_advanced_mode.cpp69 window.warningLabel()->setTextf("You can go back pressing \"%s\" key.", in onExecute()
H A Dcmd_palette_size.cpp58 window.colors()->setTextf("%d", palette.size()); in onExecute()
H A Dcmd_modify_selection.cpp102 window.quantity()->setTextf("%d", pref.selection.modifySelectionQuantity()); in onExecute()
H A Dcmd_goto_frame.cpp207 combobox.getEntryWidget()->setTextf( in onGetFrame()
H A Dcmd_undo_history.cpp241 setTextf("%s (%s)", in updateTitle()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/filters/
H A Dcmd_despeckle.cpp55 m_widthEntry->setTextf("%d", m_filter.getWidth()); in DespeckleWindow()
56 m_heightEntry->setTextf("%d", m_filter.getHeight()); in DespeckleWindow()
H A Dcolor_curve_editor.cpp264 window.x()->setTextf("%d", viewPt.x); in editNodeManually()
265 window.y()->setTextf("%d", viewPt.y); in editNodeManually()

12