Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badgeek/svg2shenzhen
/ functions
Functions
3,949 in github.com/badgeek/svg2shenzhen
⨍
Functions
3,949
◇
Types & classes
953
Method
CopyVersionInfoToClipboard
common/basicframe.cpp:559
Method
CountRec
include/geometry/rtree.h:791
Method
CountTo
include/tool/examples/coroutine_example.cpp:11
Method
CountType
* Function CountType * counts the number of items matching aType * @param aType type we are interested in * @return number of occurence
include/class_collector.h:250
Method
CreateDart
common/geometry/hetriang.cpp:297
Method
CreateDelaunay
common/geometry/hetriang.cpp:196
Method
CreateFlexGridSizer
common/dialog_about/dialog_about.cpp:64
Method
CreateHyperlink
common/dialog_about/dialog_about.cpp:347
Method
CreateNotebookHtmlPage
common/dialog_about/dialog_about.cpp:301
Method
CreateNotebookPage
common/dialog_about/dialog_about.cpp:99
Method
CreateNotebookPageByCategory
common/dialog_about/dialog_about.cpp:161
Method
CreateNotebooks
common/dialog_about/dialog_about.cpp:82
Method
CreateOutRec
polygon/clipper.cpp:1388
Function
CreateServer
Function to initialize a server socket */
common/eda_dde.cpp:51
Method
CreateStaticBitmap
common/dialog_about/dialog_about.cpp:362
Function
Cross
Perform the cross product on two vectors. In 2D this produces a scalar.
polygon/poly2tri/common/shapes.h:287
Function
CrossProduct
@brief Determine the cross product @param vectorA Two-dimensional vector @param vectorB Two-dimensional vector
include/trigo.h:158
Method
CrossProduct2D
* Cross product between two vectors in the plane represented as darts. * The z-component of the cross product is returned.\n * * ttl_ut
include/ttl/halfedge/hetraits.h:110
Method
CuStack
common/lset.cpp:146
Method
CurLine
* Function CurLine * returns the current line of text, from which the CurText() would return * its token. */
include/dsnlexer.h:517
Method
CurLineNumber
* Function CurLineNumber * returns the current line number within my LINE_READER */
include/dsnlexer.h:507
Method
CurOffset
* Function CurOffset * returns the byte offset within the current line, using a 1 based index. * @return int - a one based index into the cu
include/dsnlexer.h:538
Method
DART
Default constructor
include/ttl/halfedge/hedart.h:63
Function
DEG2RAD
These are the usual degrees <-> radians conversion routines
include/trigo.h:191
Method
DELEGATE
include/tool/delegate.h:43
Method
DELEGATE0
include/tool/delegate.h:77
Method
DHEAD
* Constructor DHEAD * is protected so that a DHEAD can only be instantiated from within a * DLIST template. */
include/dlist.h:53
Method
DIALOG_DISPLAY_HTML_TEXT_BASE
common/dialogs/dialog_display_info_HTML_base.cpp:12
Method
DIALOG_ENV_VAR_CONFIG
common/dialogs/dialog_env_var_config.cpp:37
Method
DIALOG_ENV_VAR_CONFIG_BASE
common/dialogs/dialog_env_var_config_base.cpp:12
Method
DIALOG_EXIT
common/confirm.cpp:42
Method
DIALOG_EXIT_BASE
common/dialogs/dialog_exit_base.cpp:12
Method
DIALOG_GET_COMPONENT
* Dialog frame to choose a component or a footprint * This dialog shows an history of last selected items */
common/dialogs/dialog_get_component.cpp:24
Method
DIALOG_GET_COMPONENT_BASE
common/dialogs/dialog_get_component_base.cpp:12
Method
DIALOG_IMAGE_EDITOR
common/dialogs/dialog_image_editor.cpp:36
Method
DIALOG_IMAGE_EDITOR_BASE
common/dialogs/dialog_image_editor_base.cpp:12
Method
DIALOG_PAGES_SETTINGS
common/dialogs/dialog_page_settings.cpp:93
Method
DIALOG_PAGES_SETTINGS_BASE
common/dialogs/dialog_page_settings_base.cpp:12
Method
DIALOG_SHIM
common/dialog_shim.cpp:56
Method
DIALOG_YES_NO_CANCEL
common/confirm.cpp:124
Function
DMils2iu
Convert deci-mils to PCBNEW internal units (iu).
include/convert_to_biu.h:59
Method
DRC_ITEM
include/class_drc_item.h:56
Method
DSNLEXER
common/dsnlexer.cpp:76
Method
DXF_PLOTTER
include/plot_common.h:1009
Method
Darkened
* Function Darkened * Returns a color that is darker by a given factor, without modifying object. * @param aFactor Specifies how dark the co
include/gal/color4d.h:157
Method
DeactivateTool
common/tool/tool_manager.cpp:431
Method
DebugPrint
polygon/poly2tri/common/shapes.cc:494
Method
DeleteAll
common/dlist.cpp:41
Method
DeleteCorner
polygon/PolyLine.h:146
Method
DeleteCorners
used only to erase an entire polygon
polygon/PolyLine.h:152
Method
DeleteFromAEL
polygon/clipper.cpp:1375
Method
DeleteFromSEL
polygon/clipper.cpp:2095
Method
DeleteGroup
common/gal/opengl/opengl_gal.cpp:733
Method
DeleteNotebooks
common/dialog_about/dialog_about.cpp:75
Method
DeletePolygon
common/geometry/shape_poly_set.cpp:676
Method
DeleteStructure
* Function DeleteStructure * deletes this object after UnLink()ing it from its owner if it has one. */
include/class_board_item.h:216
Method
DeselectRow
common/dialogs/dialog_hotkeys_editor.cpp:120
Method
Determinant
include/math/matrix3x3.h:310
Method
Diagonal
* Function Diagonal() * * Returns length of the diagonal of the rectangle * @return diagonal length */
include/geometry/shape_rect.h:87
Method
Diagonal
* Function GetArea * returns the length of the diagonal of the rectangle. * @return The area of the diagonal. */
include/math/box2.h:401
Method
DisconnectBranch
Disconnect a dependent node. Caller must return (or stop using iteration index) after this as count has changed
include/geometry/rtree.h:1261
Method
DismissModal
common/kiway_player.cpp:170
Method
DispatchWxCommand
common/tool/tool_dispatcher.cpp:343
Function
DisplayColorFrame
common/selcolor.cpp:65
Method
DisplayErrors
common/footprint_info.cpp:294
Function
DisplayExitDialog
common/confirm.cpp:61
Function
DisplayHotkeyList
common/hotkeys_basic.cpp:455
Method
DisplayMarkerInfo
common/class_marker_base.cpp:200
Method
DisplayUnitsMsg
common/draw_frame.cpp:474
Method
DisposeAllOutRecs
polygon/clipper.cpp:1359
Method
DisposeIntersectNodes
polygon/clipper.cpp:2859
Method
DisposeLocalMinimaList
polygon/clipper.cpp:1287
Method
DisposeOutRec
polygon/clipper.cpp:1366
Method
Distance
* Function Distance * Calculates the distance between a segment and a polygon (with holes): * param aStart is the starting point of the segment. *
polygon/PolyLine.cpp:1026
Method
Distance
include/math/box2.h:415
Function
DistanceLinePoint
@brief Compute the distance between a line and a reference point Reference: http://mathworld.wolfram.com/Point-LineDistance2-Dimensional.html @param l
include/trigo.h:121
Function
DistanceSqrd
polygon/clipper.cpp:4333
Method
DoMaxima
polygon/clipper.cpp:2968
Method
DoMiter
polygon/clipper.cpp:4201
Method
DoOffset
polygon/clipper.cpp:3971
Method
DoPrepareDC
common/draw_panel.cpp:574
Method
DoRound
polygon/clipper.cpp:4209
Method
DoRun
common/dialog_shim.cpp:383
Method
DoSimplePolygons
polygon/clipper.cpp:4234
Method
DoSquare
polygon/clipper.cpp:4188
Function
Dot
Peform the dot product on two vectors.
polygon/poly2tri/common/shapes.h:280
Method
DoublePoint
polygon/clipper.hpp:120
Method
Draw
Draws the item list created by BuildWorkSheetGraphicList * aClipBox = the clipping rect, or NULL if no clipping * aDC = the current Device Context
common/page_layout/page_layout_graphic_items.cpp:91
Method
DrawAll
common/gal/opengl/gpu_manager.cpp:142
Function
DrawAndSizingBlockOutlines
common/block_commande.cpp:183
Method
DrawArc
common/gal/opengl/opengl_gal.cpp:351
Method
DrawAuxiliaryAxis
common/draw_panel.cpp:805
Method
DrawBackGround
common/draw_panel.cpp:669
Method
DrawCircle
common/gal/opengl/opengl_gal.cpp:293
Method
DrawCrossHair
common/draw_panel.cpp:217
Method
DrawCursor
common/gal/opengl/opengl_gal.cpp:813
Method
DrawCurve
common/gal/opengl/opengl_gal.cpp:573
Method
DrawCurve
common/gal/cairo/cairo_gal.cpp:260
Function
DrawGraphicHaloText
common/drawtxt.cpp:568
Method
DrawGrid
common/gal/graphics_abstraction_layer.cpp:115
← previous
next →
1,601–1,700 of 3,949, ranked by callers