MCPcopy Create free account

hub / github.com/LibreCAD/LibreCAD / functions

Functions8,509 in github.com/LibreCAD/LibreCAD

↓ 2 callersMethodstripFlags
@return A copy of this color without flags. */
librecad/src/lib/engine/rs_color.h:62
↓ 2 callersMethodtableAppid
Table for application id. * * @param num Number of registered applications in total. * * <pre> * 0 * TABLE * 2
libraries/jwwlib/src/dl_writer.h:253
↓ 2 callersMethodtableAppidEntry
* Appid (must be in the TABLES section APPID). * * <pre> * 0 * APPID * </pre> */
libraries/jwwlib/src/dl_writer.h:402
↓ 2 callersMethodtableLayerEntry
* Layer (must be in the TABLES section LAYER). * * <pre> * 0 * LAYER * </pre> */
libraries/jwwlib/src/dl_writer.h:359
↓ 2 callersMethodtableLayers
Table for layers. * * @param num Number of layers in total. * * <pre> * 0 * TABLE * 2 * LAYER * 7
libraries/jwwlib/src/dl_writer.h:218
↓ 2 callersMethodtableLineTypes
Table for line types. * * @param num Number of line types in total. * * <pre> * 0 * TABLE * 2 * LTYPE
libraries/jwwlib/src/dl_writer.h:235
↓ 2 callersMethodtakeAt
librecad/src/ui/generic/lc_flexlayout.cpp:250
↓ 2 callersMethodtoggleBlock
librecad/src/lib/engine/rs_graphic.h:168
↓ 2 callersMethodtoggleConstruction
librecad/src/ui/qg_actionhandler.cpp:2209
↓ 2 callersMethodtoggleLayer
librecad/src/lib/engine/rs_graphic.h:104
↓ 2 callersMethodtoggleLayerConstruction
librecad/src/lib/engine/rs_graphic.h:116
↓ 2 callersMethodtoggleLayerLock
librecad/src/lib/engine/rs_graphic.h:110
↓ 2 callersMethodtoggleLayerPrint
librecad/src/lib/engine/rs_graphic.h:113
↓ 2 callersMethodtoggleLock
librecad/src/ui/qg_actionhandler.cpp:2199
↓ 2 callersMethodtogglePrint
librecad/src/ui/qg_actionhandler.cpp:2204
↓ 2 callersMethodtoggleSelected
* Toggles select on this entity. */
librecad/src/lib/engine/rs_entity.cpp:152
↓ 2 callersFunctiontouchGraphic
librecad/src/main/console_dxf2pdf/pdf_print_loop.cpp:228
↓ 2 callersFunctiontrimCircle
librecad/src/lib/modification/rs_modification.cpp:125
↓ 2 callersFunctiontrimCircleForRound
A quick fix for rounding on circles
librecad/src/lib/modification/rs_modification.cpp:195
↓ 2 callersMethodundoRtti
* Identify all entities as undoable entities. * @return RS2::UndoableEntity */
librecad/src/lib/engine/rs_entity.h:90
↓ 2 callersMethodupdateArcTangentialOptions
librecad/src/ui/qg_dialogfactory.cpp:1082
↓ 2 callersMethodupdateDim
librecad/src/lib/engine/lc_dimarc.cpp:162
↓ 2 callersMethodupdateEndpoints
* Sets the polylines start and endpoint to match the first and last vertex. */
librecad/src/lib/engine/rs_polyline.cpp:368
↓ 2 callersMethodupdateHatch
librecad/src/ui/forms/qg_dlghatch.cpp:124
↓ 2 callersMethodupdateLayer
librecad/src/ui/forms/qg_layerdialog.cpp:73
↓ 2 callersMethodupdatePointArray
* Updates the grid point array. */
librecad/src/lib/gui/rs_grid.cpp:78
↓ 2 callersMethodupdateSpline
librecad/src/ui/forms/qg_dlgspline.cpp:83
↓ 2 callersFunctionusePenPallet
only enable the penpallet by settings
librecad/src/ui/lc_widgetfactory.cpp:52
↓ 2 callersMethodvisibleInBlockList
* Sets the visibility of the Block in block list * * @param v true: visible, false: invisible */
librecad/src/lib/engine/rs_block.cpp:120
↓ 2 callersMethodwriteBlock
* Writes a block (just the definition, not the entities in it). */
librecad/src/lib/filters/rs_filterdxf.cpp:1531
↓ 2 callersMethodwriteBool
saved as int or add a bool member??
libraries/libdxfrw/src/intern/dxfwriter.cpp:206
↓ 2 callersMethodwriteDimAligned
* Writes an aligned dimension entity to the file. * * @param dw DXF writer * @param data Generic dimension data for from the file * @param data Sp
libraries/jwwlib/src/dl_jww.cpp:1264
↓ 2 callersMethodwriteDimAngular
* Writes an angular dimension entity to the file. * * @param dw DXF writer * @param data Generic dimension data for from the file * @param data Sp
libraries/jwwlib/src/dl_jww.cpp:1322
↓ 2 callersMethodwriteDimDiametric
* Writes a diametric dimension entity to the file. * * @param dw DXF writer * @param data Generic dimension data for from the file * @param data S
libraries/jwwlib/src/dl_jww.cpp:1306
↓ 2 callersMethodwriteDimLinear
* Writes a linear dimension entity to the file. * * @param dw DXF writer * @param data Generic dimension data for from the file * @param data Spec
libraries/jwwlib/src/dl_jww.cpp:1278
↓ 2 callersMethodwriteDimRadial
* Writes a radial dimension entity to the file. * * @param dw DXF writer * @param data Generic dimension data for from the file * @param data Spec
libraries/jwwlib/src/dl_jww.cpp:1292
↓ 2 callersMethodwriteDimStyle
* Writes a dimstyle section. This section is needed in VER_R13. * Note that this method currently only writes a faked DIMSTYLE section * to make the
libraries/jwwlib/src/dl_jww.cpp:1556
↓ 2 callersMethodwriteEndBlock
* Writes a block end. * * @param name Block name */
libraries/jwwlib/src/dl_jww.cpp:1508
↓ 2 callersMethodwriteHatch1
* Writes the beginning of a hatch entity to the file. * This must be followed by one or more writeHatchLoop() * calls and a writeHatch2() call. *
libraries/jwwlib/src/dl_jww.cpp:1378
↓ 2 callersMethodwriteHatch2
* Writes the end of a hatch entity to the file. * * @param dw DXF writer * @param data Entity data. * @param attrib Attributes */
libraries/jwwlib/src/dl_jww.cpp:1392
↓ 2 callersMethodwriteHatchLoop1
* Writes the beginning of a hatch loop to the file. This * must happen after writing the beginning of a hatch entity. * * @param dw DXF writer * @
libraries/jwwlib/src/dl_jww.cpp:1407
↓ 2 callersMethodwriteHatchLoop2
* Writes the end of a hatch loop to the file. * * @param dw DXF writer * @param data Entity data. * @param attrib Attributes */
libraries/jwwlib/src/dl_jww.cpp:1420
↓ 2 callersMethodwriteHeader
librecad/src/lib/filters/rs_filterdxfrw.cpp:1612
↓ 2 callersMethodwriteInsert
* Writes the given block insert entity to the file. */
librecad/src/lib/filters/rs_filterdxfrw.cpp:2479
↓ 2 callersMethodwriteLine
* Writes the given Line( entity to the file. */
librecad/src/lib/filters/rs_filterdxf.cpp:1663
↓ 2 callersMethodwriteLine
* Writes the given Line( entity to the file. */
librecad/src/lib/filters/rs_filterjww.cpp:1672
↓ 2 callersMethodwriteMText
* Writes the given mText entity to the file. */
librecad/src/lib/filters/rs_filterdxfrw.cpp:2501
↓ 2 callersMethodwriteObjects
librecad/src/lib/filters/rs_filterdxfrw.cpp:2074
↓ 2 callersMethodwriteObjectsEnd
* Writes the end of the objects section. This section is needed in VER_R13. * Note that this method currently only writes a faked OBJECTS section *
libraries/jwwlib/src/dl_jww.cpp:1593
↓ 2 callersMethodwritePolyline
* Writes the given polyline entity to the file (old style). */
librecad/src/lib/filters/rs_filterdxfrw.cpp:2279
↓ 2 callersMethodwriteStyle
* Writes a style section. This section is needed in VER_R13. * Note that this method currently only writes a faked STYLE section * to make the file
libraries/jwwlib/src/dl_jww.cpp:1528
↓ 2 callersMethodwriteUcs
* Writes a ucs section. This section is needed in VER_R13. * Note that this method currently only writes a faked UCS section * to make the file read
libraries/jwwlib/src/dl_jww.cpp:1548
↓ 2 callersFunctionwriteUnsignedTo
librecad/src/lib/debug/lc_crashhandler.cpp:123
↓ 2 callersMethodwriteVPort
* Writes a viewport section. This section is needed in VER_R13. * Note that this method currently only writes a faked VPORT section * to make the fi
libraries/jwwlib/src/dl_jww.cpp:1518
↓ 2 callersMethodwriteView
* Writes a view section. This section is needed in VER_R13. * Note that this method currently only writes a faked VIEW section * to make the file re
libraries/jwwlib/src/dl_jww.cpp:1538
↓ 1 callersMethodAddAssignOp
\brief Add an assignment operator Operator entries in byte code consist of: <ul> <li>cmASSIGN code</li> <li>the pointer of the destinatio
libraries/muparser/src/muParserBytecode.cpp:363
↓ 1 callersMethodAddBlockList
libraries/jwwlib/src/jwwdoc.cpp:1735
↓ 1 callersMethodAddBulkFun
\brief Add a bulk function to bytecode. \param a_iArgc Number of arguments, negative numbers indicate multiarg functions. \param a_pFun Pointer t
libraries/muparser/src/muParserBytecode.cpp:453
↓ 1 callersMethodAddDataListBlock
libraries/jwwlib/src/jwwdoc.cpp:1808
↓ 1 callersMethodAddDataListEnko
libraries/jwwlib/src/jwwdoc.cpp:1742
↓ 1 callersMethodAddDataListMoji
libraries/jwwlib/src/jwwdoc.cpp:1750
↓ 1 callersMethodAddDataListSen
libraries/jwwlib/src/jwwdoc.cpp:1758
↓ 1 callersMethodAddDataListSolid
libraries/jwwlib/src/jwwdoc.cpp:1766
↓ 1 callersMethodAddDataListSunpou
libraries/jwwlib/src/jwwdoc.cpp:1774
↓ 1 callersMethodAddDataListTen
libraries/jwwlib/src/jwwdoc.cpp:1782
↓ 1 callersMethodAddFun
\brief Add function to bytecode. \param a_iArgc Number of arguments, negative numbers indicate multiarg functions. \param a_pFun Pointer to funct
libraries/muparser/src/muParserBytecode.cpp:379
↓ 1 callersMethodAddItem
libraries/jwwlib/src/jwwdoc.cpp:1566
↓ 1 callersMethodAddOp
\brief Add an operator identifier to bytecode. Operator entries in byte code consist of: <ul> <li>value array position of the result</li>
libraries/muparser/src/muParserBytecode.cpp:199
↓ 1 callersMethodAddStrFun
\brief Add Strung function entry to the parser bytecode. \throw nothrow A string function entry consists of the stack position of the return valu
libraries/muparser/src/muParserBytecode.cpp:473
↓ 1 callersMethodAddVal
\brief Add a Variable pointer to bytecode. Value entries in byte code consist of: <ul> <li>value array position of the value</li> <li>the
libraries/muparser/src/muParserBytecode.cpp:140
↓ 1 callersMethodAddValIdent
--------------------------------------------------------------------------- \brief Add a value parsing function. When parsing an expression muParse
libraries/muparser/src/muParserBase.cpp:352
↓ 1 callersMethodAddVar
\brief Add a Variable pointer to bytecode. \param a_pVar Pointer to be added. \throw nothrow */
libraries/muparser/src/muParserBytecode.cpp:113
↓ 1 callersMethodCalculatePrimitives
librecad/src/lib/engine/lc_parabola.cpp:259
↓ 1 callersMethodClearConst
------------------------------------------------------------------------------ \brief Clear all user defined constants. Both numeric and string con
libraries/muparser/src/muParserBase.cpp:1640
↓ 1 callersMethodClearFun
------------------------------------------------------------------------------ \brief Clear all functions. \post Resets the parser to string parsing
libraries/muparser/src/muParserBase.cpp:1627
↓ 1 callersMethodClearOprt
------------------------------------------------------------------------------ \brief Clear all user defined binary operators. \post Resets the pars
libraries/muparser/src/muParserBase.cpp:1663
↓ 1 callersMethodClearVar
------------------------------------------------------------------------------ \brief Clear all user defined variables. \throw nothrow Resets the
libraries/muparser/src/muParserBase.cpp:1600
↓ 1 callersMethodDefineInfixOprt
--------------------------------------------------------------------------- \brief Add a user defined operator. \post Will reset the Parser to strin
libraries/muparser/src/muParserBase.cpp:555
↓ 1 callersMethodDefineInfixOprtChars
--------------------------------------------------------------------------- \brief Define the set of valid characters to be used in names of inf
libraries/muparser/src/muParserBase.cpp:486
↓ 1 callersMethodDefineNameChars
--------------------------------------------------------------------------- \brief Define the set of valid characters to be used in names of fun
libraries/muparser/src/muParserBase.cpp:468
↓ 1 callersMethodDefineOprt
--------------------------------------------------------------------------- \brief Define a binary operator. \param [in] a_sName The identifier of t
libraries/muparser/src/muParserBase.cpp:574
↓ 1 callersMethodDefineOprtChars
--------------------------------------------------------------------------- \brief Define the set of valid characters to be used in names of bin
libraries/muparser/src/muParserBase.cpp:477
↓ 1 callersMethodDefinePostfixOprt
--------------------------------------------------------------------------- \brief Add a user defined operator. \post Will reset the Parser to strin
libraries/muparser/src/muParserBase.cpp:525
↓ 1 callersMethodDefineStrConst
--------------------------------------------------------------------------- \brief Define a new string constant. \param [in] a_strName The name of t
libraries/muparser/src/muParserBase.cpp:596
↓ 1 callersMethodFinalize
\brief Add end marker to bytecode. \throw nothrow */
libraries/muparser/src/muParserBytecode.cpp:492
↓ 1 callersMethodFromX
librecad/src/lib/engine/lc_parabola.cpp:307
↓ 1 callersMethodGetAddr
\brief Get the callback address for the parser function. The type of the address is void. It needs to be recasted according to the argument numbe
libraries/muparser/src/muParserCallback.cpp:811
↓ 1 callersMethodGetArgSep
------------------------------------------------------------------------------ \brief Get the argument separator character. */
libraries/muparser/src/muParserBase.cpp:1733
↓ 1 callersMethodGetArgc
\brief Returns the number of numeric function Arguments. This number is negative for functions with variable number of arguments. */
libraries/muparser/src/muParserCallback.cpp:886
↓ 1 callersMethodGetAssociativity
\brief Return the operators associativity. \throw nothrown Only valid if the callback token is a binary operator token. */
libraries/muparser/src/muParserCallback.cpp:876
↓ 1 callersMethodGetAxis
librecad/src/lib/engine/lc_parabola.cpp:294
↓ 1 callersMethodGetBlockList
libraries/jwwlib/src/jwwdoc.cpp:1641
↓ 1 callersMethodGetCDataBlock
libraries/jwwlib/src/jwwdoc.cpp:1816
↓ 1 callersMethodGetCDataEnko
libraries/jwwlib/src/jwwdoc.cpp:1654
↓ 1 callersMethodGetCDataMoji
libraries/jwwlib/src/jwwdoc.cpp:1661
↓ 1 callersMethodGetCDataSen
libraries/jwwlib/src/jwwdoc.cpp:1668
↓ 1 callersMethodGetCDataSolid
libraries/jwwlib/src/jwwdoc.cpp:1675
↓ 1 callersMethodGetCDataSunpou
libraries/jwwlib/src/jwwdoc.cpp:1682
↓ 1 callersMethodGetCDataTen
libraries/jwwlib/src/jwwdoc.cpp:1689
↓ 1 callersMethodGetDataListCount
libraries/jwwlib/src/jwwdoc.cpp:1713
← previousnext →1,301–1,400 of 8,509, ranked by callers