MCPcopy Create free account

hub / github.com/Qucs/qucs / functions

Functions3,081 in github.com/Qucs/qucs

Methodpole_finite
qucs-filter-v2/qf_filter.cpp:177
Methodpole_idx_init
qucs-filter-v2/qf_optimize.cpp:110
Methodpole_idx_next
qucs-filter-v2/qf_optimize.cpp:118
Methodpole_idx_std
qucs-filter-v2/qf_optimize.cpp:98
Methodpole_inf_c
qucs-filter-v2/qf_filter.cpp:256
Methodpole_inf_l
qucs-filter-v2/qf_filter.cpp:288
Methodpole_zero_c
qucs-filter-v2/qf_filter.cpp:321
Methodpole_zero_l
qucs-filter-v2/qf_filter.cpp:348
Methodpoly_bessel
qucs-filter-v2/qf_bessel.cpp:20
MethodpopulateOrderCombo
qucs-filter-v2/qf_box.cpp:323
Methodpotentiometer
qucs/components/potentiometer.cpp:13
Methodprint
FIXME: should check if filename exists and not silently overwrite
qucs/imagewriter.cpp:129
Methodprint
------------------------------------------------------- For output on a printer device.
qucs/components/component.cpp:375
MethodprintCurrentDocument
-------------------------------------------------------------- printCurrentDocument: call printerwriter to print document
qucs/qucs.cpp:1951
MethodprintCursorPosition
----------------------------------------------------------
qucs/qucs_init.cpp:1026
MethodpropagateNode
--------------------------------------------------- Propagates the given node to connected component ports.
qucs/schematic_file.cpp:1171
MethodproperAbsFileName
######################################################################### Converts a path to an absolute path and resolves paths relative to the Qucs
qucs/misc.cpp:276
MethodproperFileName
#########################################################################
qucs/misc.cpp:292
MethodproperName
######################################################################### Takes a file name (with path) and replaces all special characters.
qucs/misc.cpp:300
MethodputLibrariesIntoCombobox
---------------------------------------------------- Put all available libraries into ComboBox.
qucs-lib/qucslib.cpp:195
Methodqf_bandpass
qucs-filter-v2/qf_tform.cpp:83
Methodqf_bandstop
qucs-filter-v2/qf_tform.cpp:101
Methodqf_bcm
Balance companion matrix
qucs-filter/qf_poly.cpp:1308
Methodqf_bcm
Balance companion matrix
qucs-activefilter/qf_poly.cpp:1308
Methodqf_bessel
Calculate nth order Bessel filter
qucs-filter-v2/qf_bessel.cpp:46
Methodqf_blinch
qucs-filter-v2/qf_blinch.cpp:53
Methodqf_box
qucs-filter-v2/qf_box.cpp:24
Methodqf_butt
qucs-filter-v2/qf_butcheb.cpp:53
Methodqf_buttcheb
qucs-filter-v2/qf_butcheb.cpp:8
Methodqf_cap
qucs-filter-v2/qf_comp.h:142
Methodqf_cauer
qucs-filter/qf_cauer.cpp:33
Methodqf_cauer
qucs-filter-v2/qf_cauer.cpp:118
Methodqf_cheb
qucs-filter-v2/qf_butcheb.cpp:98
Methodqf_cmp
qucs-filter-v2/qf_comp.h:31
Methodqf_cmp1
qucs-filter-v2/qf_comp.h:90
Methodqf_cmplc
qucs-filter-v2/qf_comp.h:104
Methodqf_end
qucs-filter-v2/qf_comp.h:116
Methodqf_filter
Just initialize a few things
qucs-filter/qf_filter.cpp:35
Methodqf_filter
qucs-filter-v2/qf_filter.cpp:33
Methodqf_highpass
qucs-filter-v2/qf_tform.cpp:65
Methodqf_icheb
qucs-filter-v2/qf_icheb.cpp:40
Methodqf_ind
qucs-filter-v2/qf_comp.h:125
Methodqf_lcmp
qucs-filter-v2/qf_comp.h:78
Methodqf_lgndr
qucs-filter-v2/qf_legendre.cpp:115
Methodqf_lowpass
qucs-filter-v2/qf_tform.cpp:47
Methodqf_matrix
constructor
qucs-filter/qf_matrix.h:25
Methodqf_matrix
qucs-filter-v2/qf_matrix.h:26
Methodqf_matrix
constructor
qucs-activefilter/qf_matrix.h:25
Methodqf_nonetf
qucs-filter-v2/qf_tform.cpp:32
Methodqf_plc
qucs-filter-v2/qf_comp.h:195
Methodqf_poly
A polynom is essentially a structure with an order (max. index) and a table storing coefficients
qucs-filter/qf_poly.cpp:34
Methodqf_poly
qucs-filter-v2/qf_poly.cpp:46
Methodqf_poly
A polynom is essentially a structure with an order (max. index) and a table storing coefficients
qucs-activefilter/qf_poly.cpp:34
Methodqf_pslc
qucs-filter-v2/qf_comp.h:215
Methodqf_qr
qucs-filter-v2/qf_qr.h:22
Methodqf_qrc
Root solver using QR method.
qucs-filter/qf_poly.cpp:1392
Methodqf_qrc
Root solver using QR method.
qucs-activefilter/qf_poly.cpp:1392
Methodqf_res
qucs-filter-v2/qf_comp.h:159
Methodqf_scm
Set companion matrix.
qucs-filter/qf_poly.cpp:1294
Methodqf_scm
Set companion matrix.
qucs-activefilter/qf_poly.cpp:1294
Methodqf_slc
qucs-filter-v2/qf_comp.h:178
Methodqf_tform
qucs-filter-v2/qf_tform.h:27
Methodqf_zigzag
qucs-filter-v2/qf_zigzag.cpp:27
MethodquadraticBesselValues
----------------------------------------------------------------------- Calculate normalized quadratic polynom coefficients of Bessel filters.
qucs-filter/filter.cpp:305
MethodquadraticButterworthValues
----------------------------------------------------------------------- Calculate normalized quadratic polynom coefficients of Butterworth filters.
qucs-filter/filter.cpp:318
MethodquadraticChebyshevValues
----------------------------------------------------------------------- Calculate normalized quadratic polynom coefficients of Chebyshev filters.
qucs-filter/filter.cpp:337
FunctionqucsMessageOutput
! * \brief qucsMessageOutput handles qDebug, qWarning, qCritical, qFatal. * \param type Message type (Qt enum) * \param msg Message * * The messa
qucs/main.cpp:72
Methodr2z
----------------------------------------------------------------------- transform reflexion coefficient into impedance
qucs/dialogs/matchdialog.cpp:765
Methodrebuild
------------------------------------------------------------- Is quite similiar to "loadDocument()" but with less error checking. Used for "undo" func
qucs/schematic_file.cpp:1001
MethodrebuildSymbol
------------------------------------------------------------- Same as "rebuild(QString *s)" but for symbol edit mode.
qucs/schematic_file.cpp:1024
MethodrecalcRatio
qucs/dialogs/exportdialog.cpp:219
MethodrecalcScale
qucs/dialogs/exportdialog.cpp:344
Methodrecreate
qucs/components/tr_sim.cpp:104
Methodrecreate
qucs/components/param_sweep.cpp:74
Methodrecreate
qucs/components/sp_sim.cpp:87
MethodrecreateSubNetlist
-------------------------------------------------------------------------
qucs/components/spicefile.cpp:319
MethodrectClip
! Cohen-Sutherland clipping algorithm */
qucs/diagrams/diagram.cpp:362
Methodrectwaveguide
qucs-transcalc/rectwaveguide.cpp:32
MethodrecurRemove
remove a directory recursively
qucs/qucs.cpp:1256
MethodreformPolesZeros
qucs-activefilter/filter.cpp:643
Methodrefresh
refresh the view using the current projectPath
qucs/projectView.cpp:105
MethodrefreshLanguage
qucs/textdoc.cpp:599
MethodregionCode
------------------------------------------------------------
qucs/diagrams/diagram.cpp:311
MethodregisterComponent
Component registration using a category name and the appropriate function returning a components instance object.
qucs/module.cpp:57
MethodregisterDynamicComponents
qucs/module.cpp:93
MethodregisterModule
Module registration using a category name and the appropriate function returning a modules instance object.
qucs/module.cpp:48
MethodregisterModules
This function has to be called once at application startup. It registers every component available in the application. Put here any new component.
qucs/module.cpp:225
Methodreject
----------------------------------------------------------------- To get really all close events (even <Escape> key).
qucs/components/spicedialog.cpp:201
Methodreject
----------------------------------------------------------------- To get really all close events (even <Escape> key).
qucs/components/componentdialog.cpp:809
Methodreject
----------------------------------------------------------------- To get really all close events (even <Escape> key).
qucs/diagrams/diagramdialog.cpp:1213
Methodreject
qucs/dialogs/savedialog.cpp:127
Methodreject
qucs/dialogs/loaddialog.cpp:226
MethodremakeSymbol
---------------------------------------------------------------------
qucs/components/subcircuit.cpp:104
MethodremoveHiddenCross
-------------------------------------------------------------- Removes the invisible parts of the coordinate cross.
qucs/diagrams/rect3ddiagram.cpp:598
MethodremoveHiddenLines
-------------------------------------------------------------- Removes the invisible parts of the graph.
qucs/diagrams/rect3ddiagram.cpp:385
MethodresizeTouched
! Checks if the resize area was clicked. If so return "true" and sets x1/y1 and x2/y2 to the border coordinates to draw a rectangle. */
qucs/diagrams/diagram.cpp:614
MethodresizeTouched
-------------------------------------------------------------------------- Checks if the resize area was clicked.
qucs/paintings/ellipse.cpp:216
MethodresizeTouched
-------------------------------------------------------------------------- Checks if the resize area was clicked.
qucs/paintings/graphicline.cpp:171
MethodresizeTouched
-------------------------------------------------------------------------- Checks if the resize area was clicked.
qucs/paintings/rectangle.cpp:216
MethodresizeTouched
-------------------------------------------------------------------------- Checks if the resize area was clicked.
qucs/paintings/ellipsearc.cpp:184
← previousnext →2,001–2,100 of 3,081, ranked by callers