Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreCAD/LibreCAD
/ functions
Functions
8,509 in github.com/LibreCAD/LibreCAD
⨍
Functions
8,509
◇
Types & classes
1,702
↓ 2 callers
Method
stripFlags
@return A copy of this color without flags. */
librecad/src/lib/engine/rs_color.h:62
↓ 2 callers
Method
tableAppid
Table for application id. * * @param num Number of registered applications in total. * * <pre> * 0 * TABLE * 2
libraries/jwwlib/src/dl_writer.h:253
↓ 2 callers
Method
tableAppidEntry
* Appid (must be in the TABLES section APPID). * * <pre> * 0 * APPID * </pre> */
libraries/jwwlib/src/dl_writer.h:402
↓ 2 callers
Method
tableLayerEntry
* Layer (must be in the TABLES section LAYER). * * <pre> * 0 * LAYER * </pre> */
libraries/jwwlib/src/dl_writer.h:359
↓ 2 callers
Method
tableLayers
Table for layers. * * @param num Number of layers in total. * * <pre> * 0 * TABLE * 2 * LAYER * 7
libraries/jwwlib/src/dl_writer.h:218
↓ 2 callers
Method
tableLineTypes
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 callers
Method
takeAt
librecad/src/ui/generic/lc_flexlayout.cpp:250
↓ 2 callers
Method
toggleBlock
librecad/src/lib/engine/rs_graphic.h:168
↓ 2 callers
Method
toggleConstruction
librecad/src/ui/qg_actionhandler.cpp:2209
↓ 2 callers
Method
toggleLayer
librecad/src/lib/engine/rs_graphic.h:104
↓ 2 callers
Method
toggleLayerConstruction
librecad/src/lib/engine/rs_graphic.h:116
↓ 2 callers
Method
toggleLayerLock
librecad/src/lib/engine/rs_graphic.h:110
↓ 2 callers
Method
toggleLayerPrint
librecad/src/lib/engine/rs_graphic.h:113
↓ 2 callers
Method
toggleLock
librecad/src/ui/qg_actionhandler.cpp:2199
↓ 2 callers
Method
togglePrint
librecad/src/ui/qg_actionhandler.cpp:2204
↓ 2 callers
Method
toggleSelected
* Toggles select on this entity. */
librecad/src/lib/engine/rs_entity.cpp:152
↓ 2 callers
Function
touchGraphic
librecad/src/main/console_dxf2pdf/pdf_print_loop.cpp:228
↓ 2 callers
Function
trimCircle
librecad/src/lib/modification/rs_modification.cpp:125
↓ 2 callers
Function
trimCircleForRound
A quick fix for rounding on circles
librecad/src/lib/modification/rs_modification.cpp:195
↓ 2 callers
Method
undoRtti
* Identify all entities as undoable entities. * @return RS2::UndoableEntity */
librecad/src/lib/engine/rs_entity.h:90
↓ 2 callers
Method
updateArcTangentialOptions
librecad/src/ui/qg_dialogfactory.cpp:1082
↓ 2 callers
Method
updateDim
librecad/src/lib/engine/lc_dimarc.cpp:162
↓ 2 callers
Method
updateEndpoints
* Sets the polylines start and endpoint to match the first and last vertex. */
librecad/src/lib/engine/rs_polyline.cpp:368
↓ 2 callers
Method
updateHatch
librecad/src/ui/forms/qg_dlghatch.cpp:124
↓ 2 callers
Method
updateLayer
librecad/src/ui/forms/qg_layerdialog.cpp:73
↓ 2 callers
Method
updatePointArray
* Updates the grid point array. */
librecad/src/lib/gui/rs_grid.cpp:78
↓ 2 callers
Method
updateSpline
librecad/src/ui/forms/qg_dlgspline.cpp:83
↓ 2 callers
Function
usePenPallet
only enable the penpallet by settings
librecad/src/ui/lc_widgetfactory.cpp:52
↓ 2 callers
Method
visibleInBlockList
* Sets the visibility of the Block in block list * * @param v true: visible, false: invisible */
librecad/src/lib/engine/rs_block.cpp:120
↓ 2 callers
Method
writeBlock
* Writes a block (just the definition, not the entities in it). */
librecad/src/lib/filters/rs_filterdxf.cpp:1531
↓ 2 callers
Method
writeBool
saved as int or add a bool member??
libraries/libdxfrw/src/intern/dxfwriter.cpp:206
↓ 2 callers
Method
writeDimAligned
* 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 callers
Method
writeDimAngular
* 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 callers
Method
writeDimDiametric
* 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 callers
Method
writeDimLinear
* 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 callers
Method
writeDimRadial
* 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 callers
Method
writeDimStyle
* 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 callers
Method
writeEndBlock
* Writes a block end. * * @param name Block name */
libraries/jwwlib/src/dl_jww.cpp:1508
↓ 2 callers
Method
writeHatch1
* 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 callers
Method
writeHatch2
* 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 callers
Method
writeHatchLoop1
* 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 callers
Method
writeHatchLoop2
* 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 callers
Method
writeHeader
librecad/src/lib/filters/rs_filterdxfrw.cpp:1612
↓ 2 callers
Method
writeInsert
* Writes the given block insert entity to the file. */
librecad/src/lib/filters/rs_filterdxfrw.cpp:2479
↓ 2 callers
Method
writeLine
* Writes the given Line( entity to the file. */
librecad/src/lib/filters/rs_filterdxf.cpp:1663
↓ 2 callers
Method
writeLine
* Writes the given Line( entity to the file. */
librecad/src/lib/filters/rs_filterjww.cpp:1672
↓ 2 callers
Method
writeMText
* Writes the given mText entity to the file. */
librecad/src/lib/filters/rs_filterdxfrw.cpp:2501
↓ 2 callers
Method
writeObjects
librecad/src/lib/filters/rs_filterdxfrw.cpp:2074
↓ 2 callers
Method
writeObjectsEnd
* 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 callers
Method
writePolyline
* Writes the given polyline entity to the file (old style). */
librecad/src/lib/filters/rs_filterdxfrw.cpp:2279
↓ 2 callers
Method
writeStyle
* 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 callers
Method
writeUcs
* 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 callers
Function
writeUnsignedTo
librecad/src/lib/debug/lc_crashhandler.cpp:123
↓ 2 callers
Method
writeVPort
* 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 callers
Method
writeView
* 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 callers
Method
AddAssignOp
\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 callers
Method
AddBlockList
libraries/jwwlib/src/jwwdoc.cpp:1735
↓ 1 callers
Method
AddBulkFun
\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 callers
Method
AddDataListBlock
libraries/jwwlib/src/jwwdoc.cpp:1808
↓ 1 callers
Method
AddDataListEnko
libraries/jwwlib/src/jwwdoc.cpp:1742
↓ 1 callers
Method
AddDataListMoji
libraries/jwwlib/src/jwwdoc.cpp:1750
↓ 1 callers
Method
AddDataListSen
libraries/jwwlib/src/jwwdoc.cpp:1758
↓ 1 callers
Method
AddDataListSolid
libraries/jwwlib/src/jwwdoc.cpp:1766
↓ 1 callers
Method
AddDataListSunpou
libraries/jwwlib/src/jwwdoc.cpp:1774
↓ 1 callers
Method
AddDataListTen
libraries/jwwlib/src/jwwdoc.cpp:1782
↓ 1 callers
Method
AddFun
\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 callers
Method
AddItem
libraries/jwwlib/src/jwwdoc.cpp:1566
↓ 1 callers
Method
AddOp
\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 callers
Method
AddStrFun
\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 callers
Method
AddVal
\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 callers
Method
AddValIdent
--------------------------------------------------------------------------- \brief Add a value parsing function. When parsing an expression muParse
libraries/muparser/src/muParserBase.cpp:352
↓ 1 callers
Method
AddVar
\brief Add a Variable pointer to bytecode. \param a_pVar Pointer to be added. \throw nothrow */
libraries/muparser/src/muParserBytecode.cpp:113
↓ 1 callers
Method
CalculatePrimitives
librecad/src/lib/engine/lc_parabola.cpp:259
↓ 1 callers
Method
ClearConst
------------------------------------------------------------------------------ \brief Clear all user defined constants. Both numeric and string con
libraries/muparser/src/muParserBase.cpp:1640
↓ 1 callers
Method
ClearFun
------------------------------------------------------------------------------ \brief Clear all functions. \post Resets the parser to string parsing
libraries/muparser/src/muParserBase.cpp:1627
↓ 1 callers
Method
ClearOprt
------------------------------------------------------------------------------ \brief Clear all user defined binary operators. \post Resets the pars
libraries/muparser/src/muParserBase.cpp:1663
↓ 1 callers
Method
ClearVar
------------------------------------------------------------------------------ \brief Clear all user defined variables. \throw nothrow Resets the
libraries/muparser/src/muParserBase.cpp:1600
↓ 1 callers
Method
DefineInfixOprt
--------------------------------------------------------------------------- \brief Add a user defined operator. \post Will reset the Parser to strin
libraries/muparser/src/muParserBase.cpp:555
↓ 1 callers
Method
DefineInfixOprtChars
--------------------------------------------------------------------------- \brief Define the set of valid characters to be used in names of inf
libraries/muparser/src/muParserBase.cpp:486
↓ 1 callers
Method
DefineNameChars
--------------------------------------------------------------------------- \brief Define the set of valid characters to be used in names of fun
libraries/muparser/src/muParserBase.cpp:468
↓ 1 callers
Method
DefineOprt
--------------------------------------------------------------------------- \brief Define a binary operator. \param [in] a_sName The identifier of t
libraries/muparser/src/muParserBase.cpp:574
↓ 1 callers
Method
DefineOprtChars
--------------------------------------------------------------------------- \brief Define the set of valid characters to be used in names of bin
libraries/muparser/src/muParserBase.cpp:477
↓ 1 callers
Method
DefinePostfixOprt
--------------------------------------------------------------------------- \brief Add a user defined operator. \post Will reset the Parser to strin
libraries/muparser/src/muParserBase.cpp:525
↓ 1 callers
Method
DefineStrConst
--------------------------------------------------------------------------- \brief Define a new string constant. \param [in] a_strName The name of t
libraries/muparser/src/muParserBase.cpp:596
↓ 1 callers
Method
Finalize
\brief Add end marker to bytecode. \throw nothrow */
libraries/muparser/src/muParserBytecode.cpp:492
↓ 1 callers
Method
FromX
librecad/src/lib/engine/lc_parabola.cpp:307
↓ 1 callers
Method
GetAddr
\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 callers
Method
GetArgSep
------------------------------------------------------------------------------ \brief Get the argument separator character. */
libraries/muparser/src/muParserBase.cpp:1733
↓ 1 callers
Method
GetArgc
\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 callers
Method
GetAssociativity
\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 callers
Method
GetAxis
librecad/src/lib/engine/lc_parabola.cpp:294
↓ 1 callers
Method
GetBlockList
libraries/jwwlib/src/jwwdoc.cpp:1641
↓ 1 callers
Method
GetCDataBlock
libraries/jwwlib/src/jwwdoc.cpp:1816
↓ 1 callers
Method
GetCDataEnko
libraries/jwwlib/src/jwwdoc.cpp:1654
↓ 1 callers
Method
GetCDataMoji
libraries/jwwlib/src/jwwdoc.cpp:1661
↓ 1 callers
Method
GetCDataSen
libraries/jwwlib/src/jwwdoc.cpp:1668
↓ 1 callers
Method
GetCDataSolid
libraries/jwwlib/src/jwwdoc.cpp:1675
↓ 1 callers
Method
GetCDataSunpou
libraries/jwwlib/src/jwwdoc.cpp:1682
↓ 1 callers
Method
GetCDataTen
libraries/jwwlib/src/jwwdoc.cpp:1689
↓ 1 callers
Method
GetDataListCount
libraries/jwwlib/src/jwwdoc.cpp:1713
← previous
next →
1,301–1,400 of 8,509, ranked by callers