MCPcopy Create free account

hub / github.com/LibreCAD/LibreCAD / functions

Functions8,509 in github.com/LibreCAD/LibreCAD

↓ 1 callersMethodcoordinateEvent
librecad/src/actions/lc_actiondimarc.cpp:217
↓ 1 callersMethodcoordinateEvent
librecad/src/actions/rs_actionprintpreview.cpp:132
↓ 1 callersFunctioncountMatchedOnTargetLayer
plugins/circletools/circletools.cpp:370
↓ 1 callersMethodcrc32
libraries/libdxfrw/src/intern/dwgbuffer.cpp:872
↓ 1 callersMethodcreateArc
librecad/src/lib/gui/rs_painter.cpp:36
↓ 1 callersMethodcreateBlock
* Creates a new block from the currently selected entitiies. * * @param referencePoint Reference point for the block. * @param name Blo
librecad/src/lib/creation/rs_creation.cpp:862
↓ 1 callersMethodcreateCADToolbars
librecad/src/ui/lc_widgetfactory.cpp:516
↓ 1 callersMethodcreateCategoriesToolbar
librecad/src/ui/lc_widgetfactory.cpp:585
↓ 1 callersMethodcreateFrom2P
* Creates this circle from two opposite points. * * @param p1 1st point. * @param p2 2nd point. */
librecad/src/lib/engine/rs_circle.cpp:192
↓ 1 callersMethodcreateFrom2PDirectionAngle
* Creates an arc from its startpoint, endpoint, start direction (angle) * and angle length. * * @retval true Successfully created arc * @retval fa
librecad/src/lib/engine/rs_arc.cpp:166
↓ 1 callersMethodcreateFrom4P
//create Ellipse with axes in x-/y- directions from 4 points * * *@author Dongxu Li */
librecad/src/lib/engine/rs_ellipse.cpp:707
↓ 1 callersMethodcreateFromCR
* Creates this circle from a center point and a radius. * * @param c Center. * @param r Radius */
librecad/src/lib/engine/rs_circle.cpp:172
↓ 1 callersMethodcreateFromCenter3Points
//create Ellipse with center and 3 points * * *@author Dongxu Li */
librecad/src/lib/engine/rs_ellipse.cpp:753
↓ 1 callersMethodcreateFromQuadratic
\brief create from quadratic form: * dn[0] x^2 + dn[1] xy + dn[2] y^2 =1 * keep the ellipse center before calling this function * *@author: Do
librecad/src/lib/engine/rs_ellipse.cpp:806
↓ 1 callersMethodcreateImage
* Creates an image with the given data. */
librecad/src/lib/creation/rs_creation.cpp:844
↓ 1 callersMethodcreateInscribe
*create circle inscribled in a triangle * *Author: Dongxu Li */
librecad/src/lib/engine/rs_circle.cpp:261
↓ 1 callersMethodcreateInscribeQuadrilateral
//create Ellipse inscribed in a quadrilateral * *algorithm: http://chrisjones.id.au/Ellipses/ellipse.html *finding the tangential points and ellipse c
librecad/src/lib/engine/rs_ellipse.cpp:886
↓ 1 callersMethodcreateLayerChild
* Creates child item with given name and layer * @param childName name of child item * @param childLayer layer that will be hold in child * @return
librecad/src/ui/lc_layertreeitem.cpp:335
↓ 1 callersMethodcreateLayersCopy
* Creates copy of layers sub-tree starting from item identified by given index * @param selectedIndex model index for item * @return map of layers.
librecad/src/ui/lc_layertreemodel.cpp:1042
↓ 1 callersMethodcreateLeftSidebar
librecad/src/ui/lc_widgetfactory.cpp:253
↓ 1 callersMethodcreateLibraryInsert
* Inserts a library item from the given path into the drawing. */
librecad/src/lib/creation/rs_creation.cpp:925
↓ 1 callersMethodcreateLineOrthTan
* create a tangent line which is orthogonal to the given RS_Line(normal) * @coord, the tangent line closest to this point * @normal, the line orthog
librecad/src/lib/creation/rs_creation.cpp:504
↓ 1 callersMethodcreateMenus
librecad/src/ui/lc_widgetfactory.cpp:669
↓ 1 callersMethodcreateNewItem
* Delegates creation of new pen to underlying data * @param qString * @return */
librecad/src/ui/lc_penpalettemodel.cpp:492
↓ 1 callersMethodcreateNewPenItem
* Simply creates new pen with given name * @param name name of pen * @return created item */
librecad/src/ui/lc_penpalettedata.cpp:253
↓ 1 callersMethodcreatePaths
* Creates all given directories in the user's home. */
librecad/src/lib/engine/rs_system.cpp:504
↓ 1 callersMethodcreateRightSidebar
librecad/src/ui/lc_widgetfactory.cpp:331
↓ 1 callersMethodcreateRootElement
librecad/src/lib/generators/lc_xmlwriterqxmlstreamwriter.cpp:37
↓ 1 callersMethodcreateStandardToolbars
librecad/src/ui/lc_widgetfactory.cpp:417
↓ 1 callersMethodcreateTan3
librecad/src/lib/engine/rs_circle.cpp:371
↓ 1 callersMethodcreateTangent1
* Creates a tangent between a given point and a circle or arc. * Out of the 2 possible tangents, the one closest to * the given coordinate is returned
librecad/src/lib/creation/rs_creation.cpp:535
↓ 1 callersMethodcut
librecad/src/lib/engine/lc_splinepoints.cpp:3646
↓ 1 callersMethoddelFlag
librecad/src/lib/engine/rs_flags.cpp:53
↓ 1 callersMethoddeletePolylineNode
librecad/src/lib/modification/rs_modification.cpp:1040
↓ 1 callersMethoddeletePolylineNodesBetween
librecad/src/lib/modification/rs_modification.cpp:1180
↓ 1 callersMethoddisablePen
librecad/src/lib/gui/rs_painterqt.cpp:973
↓ 1 callersMethoddoArrangeWindows
* Arrange the sub-windows as specified, and set the setting. * Note: Tab mode always uses (and sets) the RS2::Maximized mode. * @param m the layout
librecad/src/main/qc_applicationwindow.cpp:451
↓ 1 callersMethoddoClose
* Force-Close this sub window. * @param activateNext also activate the next window in the window_list, if any */
librecad/src/main/qc_applicationwindow.cpp:557
↓ 1 callersMethoddoSave
* Force-Save(as) the content of the sub window. Retry on failure. * @return true success (or window was not modified) * @return false user cancelle
librecad/src/main/qc_applicationwindow.cpp:507
↓ 1 callersMethoddocumentAsString
librecad/src/lib/generators/lc_xmlwriterqxmlstreamwriter.cpp:59
↓ 1 callersMethoddpiToScale
* Calculates a scaling factor from given dpi and units. */
librecad/src/lib/engine/rs_units.cpp:1029
↓ 1 callersMethoddraw
librecad/src/lib/actions/rs_preview.cpp:182
↓ 1 callersFunctiondrawArc
librecad/src/lib/gui/rs_painterqt.cpp:274
↓ 1 callersMethoddrawArc
* Draws an arc. * * @param cx center in x * @param cy center in y * @param radius Radius * @param a1 Angle 1 in rad * @param a2 Angle 2 in rad
librecad/src/lib/gui/rs_painterqt.cpp:572
↓ 1 callersMethoddrawEllipse
* Draws a rotated ellipse arc. */
librecad/src/lib/gui/rs_painterqt.cpp:715
↓ 1 callersMethoddrawGridPoint
* Draws a grid point at (x1, y1). */
librecad/src/lib/gui/rs_painterqt.cpp:437
↓ 1 callersMethoddrawImg
librecad/src/lib/gui/rs_painterqt.cpp:786
↓ 1 callersMethoddrawLine
librecad/src/ui/forms/qg_cadtoolbarlines.cpp:57
↓ 1 callersMethoddrawPoint
* Draws a point at (x1, y1). */
librecad/src/lib/gui/rs_painterqt.cpp:446
↓ 1 callersFunctiondrawPolylineSegment
librecad/src/lib/gui/rs_painterqt.cpp:384
↓ 1 callersMethoddrawSpline
librecad/src/lib/gui/rs_painterqt.cpp:778
↓ 1 callersMethoddrawText
librecad/src/lib/gui/rs_painterqt.cpp:1149
↓ 1 callersMethoddrawVisible
directly draw the arc, assuming the whole arc is within visible window */
librecad/src/lib/engine/rs_arc.cpp:955
↓ 1 callersMethodduplicated
* whether a point is already in contour *@return true if the point is a duplicate *@return false if the point is not in contour **/
librecad/src/lib/information/rs_infoarea.cpp:74
↓ 1 callersMethodedit
* Changes a layer's attributes. The attributes of layer 'layer' * are copied from layer 'source'. * Listeners are notified. */
librecad/src/lib/engine/rs_layerlist.cpp:228
↓ 1 callersFunctioneditAction
Start the edit action: Edit Block for an insert Edit entity, otherwise
librecad/src/ui/qg_graphicview.cpp:147
↓ 1 callersMethodeditLayer
librecad/src/lib/engine/rs_graphic.h:98
↓ 1 callersMethodend
librecad/src/lib/engine/rs_layerlist.cpp:59
↓ 1 callersMethodenter
* Go forward with the current action. */
librecad/src/lib/gui/rs_graphicview.cpp:326
↓ 1 callersFunctionevaluateFraction
librecad/src/lib/gui/rs_eventhandler.cpp:48
↓ 1 callersMethodevo1
this evolute calculates points for an argument phi for the * curve that defines the carved neck of the tooth in case of * interference. */
plugins/gear/gear.cpp:250
↓ 1 callersFunctionexceptionName
librecad/src/lib/debug/lc_crashhandler.cpp:266
↓ 1 callersMethodexecComm
plugins/list/list.cpp:34
↓ 1 callersMethodexpandChildren
Utility method for recursive expansion of the tree * @brief LC_LayerTreeWidget::expandChildren * @param index */
librecad/src/ui/lc_layertreeview.cpp:164
↓ 1 callersMethodexplode
* Removes the selected entity containers and adds the entities in them as * new single entities. */
librecad/src/lib/modification/rs_modification.cpp:3035
↓ 1 callersMethodexplodeTextIntoLetters
librecad/src/lib/modification/rs_modification.cpp:3151
↓ 1 callersMethodextract
------------------------------------------------------------------------------------//
librecad/src/lib/engine/lc_looputils.cpp:354
↓ 1 callersMethodfileExport
* Calls the export method of the object responsible for the format * of the given file. * * @param file Path and name of the file to import. */
librecad/src/lib/fileio/rs_fileio.cpp:215
↓ 1 callersMethodfillActionContainer
librecad/src/ui/lc_actionfactory.cpp:48
↓ 1 callersFunctionfindAreas
librecad/src/lib/engine/lc_looputils.cpp:134
↓ 1 callersFunctionfindIntersection
librecad/src/lib/modification/rs_modification.cpp:100
↓ 1 callersMethodfindItemWithName
* Find item with given name. It is expected that names of pens are unique * @param name name to search for * @return item with given name, or nullpt
librecad/src/ui/lc_penpalettedata.cpp:236
↓ 1 callersMethodfindNestedInsert
* Block may contain inserts of other blocks. * Find name of the nested block that contain the insert * of specified block. * * @param bName name o
librecad/src/lib/engine/rs_block.cpp:158
↓ 1 callersMethodfindPenForName
* Finds pen with given name. Name is expected to be unique * @param name name to find * @return item or null if not found */
librecad/src/ui/lc_penpalettemodel.cpp:418
↓ 1 callersMethodfindPrimaryLayerChild
* Finds child of this item with given name and normal layer type * @param childNameToFind child name * @return item or nullptr if not found */
librecad/src/ui/lc_layertreeitem.cpp:346
↓ 1 callersMethodfind_common_phi_evo1
find the common point of both evolutes. this function uses two * values a and b of phi in the evolute::evo1 curve to find a root of * the function
plugins/gear/gear.cpp:283
↓ 1 callersMethodfinish
* Cleanup that is needed if action was finished by escape * @param updateTB */
librecad/src/actions/lc_actionpenpick.cpp:57
↓ 1 callersFunctionfix_and_release
(ts_folder)
scripts/ts_cleanup.py:6
↓ 1 callersMethodflashAuxData
librecad/src/ui/forms/qg_selectionwidget.cpp:92
↓ 1 callersMethodfreezeAllBlocks
librecad/src/lib/engine/rs_graphic.h:174
↓ 1 callersMethodfreezeAllLayers
librecad/src/lib/engine/rs_graphic.h:119
↓ 1 callersFunctionfromLineCoordinate
* @brief fromLineCoordinate create a line from line coordinates (x, y, 1) * @param line the line coordinates, (x, y, 1), the last coordinate is a
librecad/src/lib/creation/rs_creation.cpp:78
↓ 1 callersFunctionfromPointsAxis
librecad/src/lib/engine/lc_parabola.cpp:138
↓ 1 callersMethodfromUtf8String
libraries/libdxfrw/src/intern/dxfwriter.h:25
↓ 1 callersMethodgenerate
librecad/src/lib/generators/lc_makercamsvg.cpp:77
↓ 1 callersMethodgenerateAllFonts
librecad/src/lib/engine/rs_font.cpp:362
↓ 1 callersMethodgetAction
librecad/src/ui/forms/qg_printpreviewoptions.cpp:396
↓ 1 callersMethodgetActiveName
* @brief getActiveName * @return the name of the active layer */
librecad/src/ui/qg_layerwidget.cpp:327
↓ 1 callersMethodgetActivePen
* @return Currently active drawing pen. */
librecad/src/lib/engine/rs_document.h:81
↓ 1 callersMethodgetAlignment
librecad/src/ui/forms/qg_dlgmtext.cpp:359
↓ 1 callersMethodgetAlignment
librecad/src/ui/forms/qg_dlgtext.cpp:387
↓ 1 callersFunctiongetAncestorInsert
Find an ancestor of the RS_Insert type. Return nullptr, if none is found
librecad/src/ui/qg_graphicview.cpp:118
↓ 1 callersMethodgetAppDataDir
* Create if not exist and return the Application data directory. * In OS_WIN32 "c:\documents&settings\<user>\local configuration\application data\Lib
librecad/src/lib/engine/rs_system.cpp:520
↓ 1 callersMethodgetArcClipping
For a given elliptic arc, create a QPainterPath to allow clipping the complete QR to the desirable
librecad/src/lib/gui/rs_painterqt.cpp:161
↓ 1 callersMethodgetArea
librecad/src/lib/information/rs_infoarea.cpp:105
↓ 1 callersMethodgetAttributes
@return the current attributes used for new entities. */
libraries/jwwlib/src/dl_creationinterface.h:246
↓ 1 callersMethodgetAttributesSource
librecad/src/actions/lc_actionmodifylinejoin.h:72
↓ 1 callersMethodgetAutoSaveFilename
* @return Auto-save file name of the document currently loaded. */
librecad/src/lib/engine/rs_document.h:103
↓ 1 callersMethodgetAvailableCommands
* @return Available commands of the application or the current action. */
librecad/src/ui/qg_actionhandler.cpp:1088
↓ 1 callersFunctiongetAxisVectors
librecad/src/lib/engine/lc_parabola.cpp:86
← previousnext →1,501–1,600 of 8,509, ranked by callers