Qucs-GUI
0.0.19
|
#include <qucs.h>
Public Slots | |
void | slotFileNew () |
void | slotTextNew () |
void | slotFileOpen () |
void | slotFileSave () |
void | slotFileSaveAs () |
void | slotFileSaveAll () |
void | slotFileClose () |
void | slotFileExamples () |
void | slotHelpTutorial () |
void | slotHelpReport () |
void | slotHelpTechnical () |
void | slotFileClose (int) |
void | slotSymbolEdit () |
void | slotFileSettings () |
void | slotFilePrint () |
void | slotFilePrintFit () |
void | slotFileQuit () |
void | slotApplSettings () |
void | slotRefreshSchPath () |
void | slotIntoHierarchy () |
void | slotPopHierarchy () |
void | slotShowAll () |
void | slotShowOne () |
void | slotZoomOut () |
void | slotToPage () |
void | slotSelectComponent (QListWidgetItem *) |
void | slotSearchComponent (const QString &) |
void | slotSearchClear () |
void | slotEditElement () |
void | slotPowerMatching () |
void | slot2PortMatching () |
void | slotShowContentMenu (const QPoint &) |
void | slotCMenuOpen () |
void | slotCMenuCopy () |
void | slotCMenuRename () |
void | slotCMenuDelete () |
void | slotCMenuInsert () |
void | slotUpdateTreeview () |
void | slotShowWarnings () |
void | slotResetWarnings () |
void | printCursorPosition (int, int) |
void | slotUpdateUndo (bool) |
void | slotUpdateRedo (bool) |
void | slotEditRotate (bool) |
void | slotEditMirrorX (bool) |
void | slotEditMirrorY (bool) |
void | slotEditCut () |
void | slotEditCopy () |
void | slotEditPaste (bool) |
void | slotEditDelete (bool) |
void | slotInsertEquation (bool) |
void | slotInsertGround (bool) |
void | slotInsertPort (bool) |
void | slotInsertEntity () |
void | slotSetWire (bool) |
void | slotEscape () |
void | slotSelect (bool) |
void | slotEditActivate (bool) |
void | slotInsertLabel (bool) |
void | slotSetMarker (bool) |
void | slotOnGrid (bool) |
void | slotMoveText (bool) |
void | slotZoomIn (bool) |
void | slotEditUndo () |
void | slotEditRedo () |
void | slotEditFind () |
void | slotAlignTop () |
void | slotAlignBottom () |
void | slotAlignLeft () |
void | slotAlignRight () |
void | slotDistribHoriz () |
void | slotDistribVert () |
void | slotCenterHorizontal () |
void | slotCenterVertical () |
void | slotSelectAll () |
void | slotSelectMarker () |
void | slotShowLastMsg () |
void | slotShowLastNetlist () |
void | slotCallEditor () |
void | slotCallFilter () |
void | slotCallActiveFilter () |
void | slotCallLine () |
void | slotCallLibrary () |
void | slotCallMatch () |
void | slotCallAtt () |
void | slotCallRes () |
void | slotHelpIndex () |
void | slotGettingStarted () |
void | slotChangeProps () |
void | slotAddToProject () |
void | slotApplyCompText () |
void | slotOpenRecent () |
void | slotSaveDiagramToGraphicsFile () |
void | slotSaveSchematicToGraphicsFile (bool diagram=false) |
Signals | |
void | signalKillEmAll () |
Public Member Functions | |
QucsApp () | |
~QucsApp () | |
bool | closeAllFiles () |
bool | gotoPage (const QString &) |
QucsDoc * | getDoc (int No=-1) |
QucsDoc * | findDoc (QString, int *Pos=0) |
QString | fileType (const QString &) |
void | readProjects () |
void | updatePathList (void) |
void | updatePathList (QStringList) |
void | updateSchNameHash (void) |
void | updateSpiceNameHash (void) |
void | editFile (const QString &) |
Data Fields | |
QString | ProjName |
QHash< QString, QString > | schNameHash |
QHash< QString, QString > | spiceNameHash |
QLineEdit * | editText |
SearchDialog * | SearchDia |
void(MouseActions::* | MouseMoveAction )(Schematic *, QMouseEvent *) |
void(MouseActions::* | MousePressAction )(Schematic *, QMouseEvent *, float, float) |
void(MouseActions::* | MouseDoubleClickAction )(Schematic *, QMouseEvent *) |
void(MouseActions::* | MouseReleaseAction )(Schematic *, QMouseEvent *) |
MouseActions * | view |
QTabWidget * | DocumentTab |
QListWidget * | CompComps |
QTreeWidget * | libTreeWidget |
QMenu * | ContentMenu |
QAction * | ActionCMenuOpen |
QAction * | ActionCMenuCopy |
QAction * | ActionCMenuRename |
QAction * | ActionCMenuDelete |
QAction * | ActionCMenuInsert |
QAction * | fileNew |
QAction * | textNew |
QAction * | fileNewDpl |
QAction * | fileOpen |
QAction * | fileSave |
QAction * | fileSaveAs |
QAction * | fileSaveAll |
QAction * | fileClose |
QAction * | fileExamples |
QAction * | fileSettings |
QAction * | filePrint |
QAction * | fileQuit |
QAction * | projNew |
QAction * | projOpen |
QAction * | projDel |
QAction * | projClose |
QAction * | applSettings |
QAction * | refreshSchPath |
QAction * | editCut |
QAction * | editCopy |
QAction * | magAll |
QAction * | magOne |
QAction * | magMinus |
QAction * | filePrintFit |
QAction * | symEdit |
QAction * | intoH |
QAction * | popH |
QAction * | simulate |
QAction * | dpl_sch |
QAction * | undo |
QAction * | redo |
QAction * | dcbias |
QAction * | exportAsImage |
QAction * | activeAction |
QAction * | insWire |
QAction * | insLabel |
QAction * | insGround |
QAction * | insPort |
QAction * | insEquation |
QAction * | magPlus |
QAction * | editRotate |
QAction * | editMirror |
QAction * | editMirrorY |
QAction * | editPaste |
QAction * | select |
QAction * | editActivate |
QAction * | wire |
QAction * | editDelete |
QAction * | setMarker |
QAction * | onGrid |
QAction * | moveText |
QAction * | helpIndex |
QAction * | helpGetStart |
QAction * | callEditor |
QAction * | callFilter |
QAction * | callLine |
QAction * | callActiveFilter |
QAction * | showMsg |
QAction * | showNet |
QAction * | alignTop |
QAction * | alignBottom |
QAction * | alignLeft |
QAction * | alignRight |
QAction * | distrHor |
QAction * | distrVert |
QAction * | selectAll |
QAction * | callLib |
QAction * | callMatch |
QAction * | changeProps |
QAction * | addToProj |
QAction * | editFind |
QAction * | insEntity |
QAction * | selectMarker |
QAction * | createLib |
QAction * | importData |
QAction * | graph2csv |
QAction * | createPkg |
QAction * | extractPkg |
QAction * | callAtt |
QAction * | callRes |
QAction * | centerHor |
QAction * | centerVert |
QAction * | loadModule |
QAction * | buildModule |
Protected Member Functions | |
void | closeEvent (QCloseEvent *) |
Private Types | |
enum | { MaxRecentFiles = 8 } |
Private Slots | |
void | slotMenuProjOpen () |
void | slotMenuProjClose () |
void | slotMenuProjDel () |
void | slotListProjOpen (const QModelIndex &) |
void | slotSelectSubcircuit (const QModelIndex &) |
void | slotSelectLibComponent (QTreeWidgetItem *) |
void | slotOpenContent (const QModelIndex &) |
void | slotSetCompView (int) |
void | slotButtonProjNew () |
void | slotButtonProjOpen () |
void | slotButtonProjDel () |
void | slotChangeView (QWidget *) |
void | slotSimulate () |
QucsApp::slotSimulate is called when the simulate toolbar button is pressed. | |
void | slotAfterSimulation (int, SimMessage *) |
void | slotDCbias () |
void | slotChangePage (QString &, QString &) |
void | slotHideEdit () |
void | slotFileChanged (bool) |
void | slotViewToolBar (bool toggle) |
void | slotViewStatusBar (bool toggle) |
void | slotViewBrowseDock (bool toggle) |
void | slotViewOctaveDock (bool) |
void | slotToggleOctave (bool) |
void | slotToggleDock (bool) |
void | slotHelpAbout () |
void | slotCursorLeft (bool left=true) |
void | slotCursorRight () |
void | slotCursorUp (bool up=true) |
void | slotCursorDown () |
void | slotResizePropEdit (const QString &) |
void | slotCreateLib () |
void | slotImportData () |
void | slotExportGraphAsCsv () |
void | slotCreatePackage () |
void | slotExtractPackage () |
void | slotUpdateRecentFiles () |
void | slotClearRecentFiles () |
void | slotLoadModule () |
QucsApp::slotLoadModule launches the dialog to select dynamic modueles. | |
void | slotBuildModule () |
QucsApp::slotBuildModule runs admsXml, C++ compiler to build library. | |
Private Member Functions | |
void | initView () |
QucsApp::initView Setup the layour of all widgets. | |
void | initCursorMenu () |
void | printCurrentDocument (bool) |
bool | saveFile (QucsDoc *Doc=0) |
bool | saveAs () |
void | openProject (const QString &) |
bool | deleteProject (const QString &) |
void | updatePortNumber (QucsDoc *, int) |
void | fillComboBox (bool) |
void | switchSchematicDoc (bool) |
void | switchEditMode (bool) |
void | changeSchematicSymbolMode (Schematic *) |
bool | recurRemove (const QString &) |
bool | isTextDocument (QWidget *) |
void | closeFile (int) |
void | updateRecentFilesList (QString s) |
void | successExportMessages (bool ok) |
void | fillLibrariesTreeView (void) |
void | initActions () |
QucsApp::initActions Initializes all QActions of the application. | |
void | initMenuBar () |
void | initToolBar () |
void | initStatusBar () |
void | showHTML (const QString &) |
bool | performToggleAction (bool, QAction *, pToggleFunc, pMouseFunc, pMouseFunc2) |
void | launchTool (const QString &, const QString &, const QString &="") |
launch an external application passing arguments | |
Private Attributes | |
QDockWidget * | dock |
QTabWidget * | TabView |
QDockWidget * | octDock |
OctaveWindow * | octave |
MessageDock * | messageDock |
QListView * | Projects |
ProjectView * | Content |
QLineEdit * | CompSearch |
QPushButton * | CompSearchClear |
QComboBox * | CompChoose |
QStack< QString > | HierarchyHistory |
QString | QucsFileFilter |
QFileSystemModel * | m_homeDirModel |
QFileSystemModel * | m_projModel |
int | ccCurIdx |
QAction * | helpAboutApp |
QAction * | helpAboutQt |
QAction * | viewToolBar |
QAction * | viewStatusBar |
QAction * | viewBrowseDock |
QAction * | viewOctaveDock |
QMenu * | fileMenu |
QMenu * | editMenu |
QMenu * | insMenu |
QMenu * | projMenu |
QMenu * | simMenu |
QMenu * | viewMenu |
QMenu * | helpMenu |
QMenu * | alignMenu |
QMenu * | toolMenu |
QMenu * | recentFilesMenu |
QAction * | fileRecentAction [MaxRecentFiles] |
QAction * | fileClearRecent |
QMenu * | helpTechnical |
QMenu * | helpReport |
QMenu * | helpTutorial |
QToolBar * | fileToolbar |
QToolBar * | editToolbar |
QToolBar * | viewToolbar |
QToolBar * | workToolbar |
QShortcut * | cursorUp |
QShortcut * | cursorLeft |
QShortcut * | cursorRight |
QShortcut * | cursorDown |
QLabel * | WarningLabel |
QLabel * | PositionLabel |
QString | lastExportFilename |
Friends | |
class | SaveDialog |
QucsApp::QucsApp | ( | ) |
void QucsApp::changeSchematicSymbolMode | ( | Schematic * | Doc | ) | [private] |
bool QucsApp::closeAllFiles | ( | ) |
void QucsApp::closeEvent | ( | QCloseEvent * | Event | ) | [protected] |
void QucsApp::closeFile | ( | int | index | ) | [private] |
bool QucsApp::deleteProject | ( | const QString & | Path | ) | [private] |
void QucsApp::editFile | ( | const QString & | File | ) |
Definition at line 654 of file qucs_actions.cpp.
QString QucsApp::fileType | ( | const QString & | Ext | ) |
void QucsApp::fillComboBox | ( | bool | setAll | ) | [private] |
void QucsApp::fillLibrariesTreeView | ( | void | ) | [private] |
QucsDoc * QucsApp::findDoc | ( | QString | File, |
int * | Pos = 0 |
||
) |
QucsDoc * QucsApp::getDoc | ( | int | No = -1 | ) |
bool QucsApp::gotoPage | ( | const QString & | Name | ) |
void QucsApp::initActions | ( | ) | [private] |
QucsApp::initActions Initializes all QActions of the application.
Definition at line 41 of file qucs_init.cpp.
void QucsApp::initCursorMenu | ( | ) | [private] |
void QucsApp::initMenuBar | ( | ) | [private] |
Definition at line 664 of file qucs_init.cpp.
void QucsApp::initStatusBar | ( | ) | [private] |
void QucsApp::initToolBar | ( | ) | [private] |
void QucsApp::initView | ( | ) | [private] |
QucsApp::initView Setup the layour of all widgets.
Definition at line 197 of file qucs.cpp.
bool QucsApp::isTextDocument | ( | QWidget * | w | ) | [private] |
void QucsApp::launchTool | ( | const QString & | prog, |
const QString & | progDesc, | ||
const QString & | args = "" |
||
) | [private] |
launch an external application passing arguments
prog | executable program name (will be transformed depending on OS) |
progDesc | program description string (used for error messages) |
args | arguments to pass to the executable |
Definition at line 804 of file qucs_actions.cpp.
void QucsApp::openProject | ( | const QString & | Path | ) | [private] |
bool QucsApp::performToggleAction | ( | bool | on, |
QAction * | Action, | ||
pToggleFunc | Function, | ||
pMouseFunc | MouseMove, | ||
pMouseFunc2 | MousePress | ||
) | [private] |
Definition at line 67 of file qucs_actions.cpp.
void QucsApp::printCurrentDocument | ( | bool | fitToPage | ) | [private] |
void QucsApp::printCursorPosition | ( | int | x, |
int | y | ||
) | [slot] |
Definition at line 989 of file qucs_init.cpp.
void QucsApp::readProjects | ( | ) |
bool QucsApp::recurRemove | ( | const QString & | Path | ) | [private] |
bool QucsApp::saveAs | ( | ) | [private] |
bool QucsApp::saveFile | ( | QucsDoc * | Doc = 0 | ) | [private] |
void QucsApp::showHTML | ( | const QString & | Page | ) | [private] |
Definition at line 844 of file qucs_actions.cpp.
void QucsApp::signalKillEmAll | ( | ) | [signal] |
void QucsApp::slot2PortMatching | ( | ) | [slot] |
void QucsApp::slotAddToProject | ( | ) | [slot] |
Definition at line 877 of file qucs_actions.cpp.
void QucsApp::slotAfterSimulation | ( | int | Status, |
SimMessage * | sim | ||
) | [private, slot] |
void QucsApp::slotAlignBottom | ( | ) | [slot] |
Definition at line 525 of file qucs_actions.cpp.
void QucsApp::slotAlignLeft | ( | ) | [slot] |
Definition at line 539 of file qucs_actions.cpp.
void QucsApp::slotAlignRight | ( | ) | [slot] |
Definition at line 553 of file qucs_actions.cpp.
void QucsApp::slotAlignTop | ( | ) | [slot] |
Definition at line 511 of file qucs_actions.cpp.
void QucsApp::slotApplSettings | ( | ) | [slot] |
void QucsApp::slotApplyCompText | ( | ) | [slot] |
Definition at line 1067 of file qucs_actions.cpp.
void QucsApp::slotBuildModule | ( | ) | [private, slot] |
QucsApp::slotBuildModule runs admsXml, C++ compiler to build library.
Run the va2cpp Run the cpp2lib
TODO
Definition at line 1440 of file qucs_actions.cpp.
void QucsApp::slotButtonProjDel | ( | ) | [private, slot] |
void QucsApp::slotButtonProjNew | ( | ) | [private, slot] |
void QucsApp::slotButtonProjOpen | ( | ) | [private, slot] |
void QucsApp::slotCallActiveFilter | ( | ) | [slot] |
Definition at line 756 of file qucs_actions.cpp.
void QucsApp::slotCallAtt | ( | ) | [slot] |
Definition at line 785 of file qucs_actions.cpp.
void QucsApp::slotCallEditor | ( | ) | [slot] |
Definition at line 744 of file qucs_actions.cpp.
void QucsApp::slotCallFilter | ( | ) | [slot] |
Definition at line 751 of file qucs_actions.cpp.
void QucsApp::slotCallLibrary | ( | ) | [slot] |
Definition at line 770 of file qucs_actions.cpp.
void QucsApp::slotCallLine | ( | ) | [slot] |
Definition at line 763 of file qucs_actions.cpp.
void QucsApp::slotCallMatch | ( | ) | [slot] |
void QucsApp::slotCallRes | ( | ) | [slot] |
Definition at line 792 of file qucs_actions.cpp.
void QucsApp::slotCenterHorizontal | ( | ) | [slot] |
Definition at line 591 of file qucs_actions.cpp.
void QucsApp::slotCenterVertical | ( | ) | [slot] |
Definition at line 605 of file qucs_actions.cpp.
void QucsApp::slotChangePage | ( | QString & | DocName, |
QString & | DataDisplay | ||
) | [private, slot] |
void QucsApp::slotChangeProps | ( | ) | [slot] |
Definition at line 858 of file qucs_actions.cpp.
void QucsApp::slotChangeView | ( | QWidget * | w | ) | [private, slot] |
void QucsApp::slotClearRecentFiles | ( | ) | [private, slot] |
Definition at line 1332 of file qucs_actions.cpp.
void QucsApp::slotCMenuCopy | ( | ) | [slot] |
void QucsApp::slotCMenuDelete | ( | ) | [slot] |
void QucsApp::slotCMenuInsert | ( | ) | [slot] |
void QucsApp::slotCMenuOpen | ( | ) | [slot] |
void QucsApp::slotCMenuRename | ( | ) | [slot] |
void QucsApp::slotCreateLib | ( | ) | [private, slot] |
Definition at line 1184 of file qucs_actions.cpp.
void QucsApp::slotCreatePackage | ( | ) | [private, slot] |
Definition at line 1285 of file qucs_actions.cpp.
void QucsApp::slotCursorDown | ( | ) | [inline, private, slot] |
void QucsApp::slotCursorLeft | ( | bool | left = true | ) | [private, slot] |
Definition at line 961 of file qucs_actions.cpp.
void QucsApp::slotCursorRight | ( | ) | [inline, private, slot] |
void QucsApp::slotCursorUp | ( | bool | up = true | ) | [private, slot] |
Definition at line 995 of file qucs_actions.cpp.
void QucsApp::slotDCbias | ( | ) | [private, slot] |
void QucsApp::slotDistribHoriz | ( | ) | [slot] |
Definition at line 567 of file qucs_actions.cpp.
void QucsApp::slotDistribVert | ( | ) | [slot] |
Definition at line 579 of file qucs_actions.cpp.
void QucsApp::slotEditActivate | ( | bool | on | ) | [slot] |
Definition at line 146 of file qucs_actions.cpp.
void QucsApp::slotEditCopy | ( | ) | [slot] |
Definition at line 285 of file qucs_actions.cpp.
void QucsApp::slotEditCut | ( | ) | [slot] |
Definition at line 269 of file qucs_actions.cpp.
void QucsApp::slotEditDelete | ( | bool | on | ) | [slot] |
Definition at line 165 of file qucs_actions.cpp.
void QucsApp::slotEditElement | ( | ) | [slot] |
void QucsApp::slotEditFind | ( | ) | [slot] |
Definition at line 851 of file qucs_actions.cpp.
void QucsApp::slotEditMirrorX | ( | bool | on | ) | [slot] |
Definition at line 128 of file qucs_actions.cpp.
void QucsApp::slotEditMirrorY | ( | bool | on | ) | [slot] |
Definition at line 136 of file qucs_actions.cpp.
void QucsApp::slotEditPaste | ( | bool | on | ) | [slot] |
Definition at line 300 of file qucs_actions.cpp.
void QucsApp::slotEditRedo | ( | ) | [slot] |
Definition at line 493 of file qucs_actions.cpp.
void QucsApp::slotEditRotate | ( | bool | on | ) | [slot] |
Definition at line 120 of file qucs_actions.cpp.
void QucsApp::slotEditUndo | ( | ) | [slot] |
Definition at line 475 of file qucs_actions.cpp.
void QucsApp::slotEscape | ( | ) | [slot] |
Definition at line 229 of file qucs_actions.cpp.
void QucsApp::slotExportGraphAsCsv | ( | ) | [private, slot] |
Definition at line 1214 of file qucs_actions.cpp.
void QucsApp::slotExtractPackage | ( | ) | [private, slot] |
Definition at line 1294 of file qucs_actions.cpp.
void QucsApp::slotFileChanged | ( | bool | changed | ) | [private, slot] |
void QucsApp::slotFileClose | ( | ) | [slot] |
void QucsApp::slotFileClose | ( | int | index | ) | [slot] |
void QucsApp::slotFileExamples | ( | ) | [slot] |
void QucsApp::slotFileNew | ( | ) | [slot] |
void QucsApp::slotFileOpen | ( | ) | [slot] |
void QucsApp::slotFilePrint | ( | ) | [slot] |
void QucsApp::slotFilePrintFit | ( | ) | [slot] |
void QucsApp::slotFileQuit | ( | ) | [slot] |
void QucsApp::slotFileSave | ( | ) | [slot] |
void QucsApp::slotFileSaveAll | ( | ) | [slot] |
void QucsApp::slotFileSaveAs | ( | ) | [slot] |
void QucsApp::slotFileSettings | ( | ) | [slot] |
void QucsApp::slotGettingStarted | ( | ) | [slot] |
Definition at line 838 of file qucs_actions.cpp.
void QucsApp::slotHelpAbout | ( | ) | [private, slot] |
void QucsApp::slotHelpIndex | ( | ) | [slot] |
Definition at line 832 of file qucs_actions.cpp.
void QucsApp::slotHelpReport | ( | ) | [slot] |
void QucsApp::slotHelpTechnical | ( | ) | [slot] |
void QucsApp::slotHelpTutorial | ( | ) | [slot] |
void QucsApp::slotHideEdit | ( | ) | [private, slot] |
void QucsApp::slotImportData | ( | ) | [private, slot] |
Definition at line 1199 of file qucs_actions.cpp.
void QucsApp::slotInsertEntity | ( | ) | [slot] |
Definition at line 360 of file qucs_actions.cpp.
void QucsApp::slotInsertEquation | ( | bool | on | ) | [slot] |
Definition at line 376 of file qucs_actions.cpp.
void QucsApp::slotInsertGround | ( | bool | on | ) | [slot] |
Definition at line 409 of file qucs_actions.cpp.
void QucsApp::slotInsertLabel | ( | bool | on | ) | [slot] |
Definition at line 191 of file qucs_actions.cpp.
void QucsApp::slotInsertPort | ( | bool | on | ) | [slot] |
Definition at line 442 of file qucs_actions.cpp.
void QucsApp::slotIntoHierarchy | ( | ) | [slot] |
void QucsApp::slotListProjOpen | ( | const QModelIndex & | idx | ) | [private, slot] |
void QucsApp::slotLoadModule | ( | ) | [private, slot] |
QucsApp::slotLoadModule launches the dialog to select dynamic modueles.
Definition at line 1341 of file qucs_actions.cpp.
void QucsApp::slotMenuProjClose | ( | ) | [private, slot] |
void QucsApp::slotMenuProjDel | ( | ) | [private, slot] |
void QucsApp::slotMenuProjOpen | ( | ) | [private, slot] |
void QucsApp::slotMoveText | ( | bool | on | ) | [slot] |
Definition at line 206 of file qucs_actions.cpp.
void QucsApp::slotOnGrid | ( | bool | on | ) | [slot] |
Definition at line 112 of file qucs_actions.cpp.
void QucsApp::slotOpenContent | ( | const QModelIndex & | idx | ) | [private, slot] |
void QucsApp::slotOpenRecent | ( | ) | [slot] |
Definition at line 1303 of file qucs_actions.cpp.
void QucsApp::slotPopHierarchy | ( | ) | [slot] |
void QucsApp::slotPowerMatching | ( | ) | [slot] |
void QucsApp::slotRefreshSchPath | ( | ) | [slot] |
void QucsApp::slotResetWarnings | ( | ) | [slot] |
void QucsApp::slotResizePropEdit | ( | const QString & | t | ) | [private, slot] |
void QucsApp::slotSaveDiagramToGraphicsFile | ( | ) | [slot] |
void QucsApp::slotSaveSchematicToGraphicsFile | ( | bool | diagram = false | ) | [slot] |
void QucsApp::slotSearchClear | ( | ) | [slot] |
void QucsApp::slotSearchComponent | ( | const QString & | searchText | ) | [slot] |
void QucsApp::slotSelect | ( | bool | on | ) | [slot] |
Definition at line 237 of file qucs_actions.cpp.
void QucsApp::slotSelectAll | ( | ) | [slot] |
Definition at line 619 of file qucs_actions.cpp.
void QucsApp::slotSelectComponent | ( | QListWidgetItem * | item | ) | [slot] |
void QucsApp::slotSelectLibComponent | ( | QTreeWidgetItem * | item | ) | [private, slot] |
void QucsApp::slotSelectMarker | ( | ) | [slot] |
Definition at line 638 of file qucs_actions.cpp.
void QucsApp::slotSelectSubcircuit | ( | const QModelIndex & | idx | ) | [private, slot] |
void QucsApp::slotSetCompView | ( | int | index | ) | [private, slot] |
void QucsApp::slotSetMarker | ( | bool | on | ) | [slot] |
Definition at line 198 of file qucs_actions.cpp.
void QucsApp::slotSetWire | ( | bool | on | ) | [slot] |
Definition at line 184 of file qucs_actions.cpp.
void QucsApp::slotShowAll | ( | ) | [slot] |
void QucsApp::slotShowContentMenu | ( | const QPoint & | pos | ) | [slot] |
void QucsApp::slotShowLastMsg | ( | ) | [slot] |
Definition at line 730 of file qucs_actions.cpp.
void QucsApp::slotShowLastNetlist | ( | ) | [slot] |
Definition at line 737 of file qucs_actions.cpp.
void QucsApp::slotShowOne | ( | ) | [slot] |
void QucsApp::slotShowWarnings | ( | ) | [slot] |
void QucsApp::slotSimulate | ( | ) | [private, slot] |
QucsApp::slotSimulate is called when the simulate toolbar button is pressed.
Definition at line 2011 of file qucs.cpp.
void QucsApp::slotSymbolEdit | ( | ) | [slot] |
void QucsApp::slotTextNew | ( | ) | [slot] |
void QucsApp::slotToggleDock | ( | bool | on | ) | [private, slot] |
void QucsApp::slotToggleOctave | ( | bool | on | ) | [private, slot] |
void QucsApp::slotToPage | ( | ) | [slot] |
void QucsApp::slotUpdateRecentFiles | ( | ) | [private, slot] |
void QucsApp::slotUpdateRedo | ( | bool | isEnabled | ) | [slot] |
Definition at line 1004 of file qucs_init.cpp.
void QucsApp::slotUpdateTreeview | ( | ) | [slot] |
void QucsApp::slotUpdateUndo | ( | bool | isEnabled | ) | [slot] |
Definition at line 997 of file qucs_init.cpp.
void QucsApp::slotViewBrowseDock | ( | bool | toggle | ) | [private, slot] |
void QucsApp::slotViewOctaveDock | ( | bool | toggle | ) | [private, slot] |
Definition at line 1043 of file qucs_init.cpp.
void QucsApp::slotViewStatusBar | ( | bool | toggle | ) | [private, slot] |
void QucsApp::slotViewToolBar | ( | bool | toggle | ) | [private, slot] |
void QucsApp::slotZoomIn | ( | bool | on | ) | [slot] |
Definition at line 214 of file qucs_actions.cpp.
void QucsApp::slotZoomOut | ( | ) | [slot] |
void QucsApp::successExportMessages | ( | bool | ok | ) | [private] |
void QucsApp::switchEditMode | ( | bool | SchematicMode | ) | [private] |
void QucsApp::switchSchematicDoc | ( | bool | SchematicMode | ) | [private] |
void QucsApp::updatePathList | ( | void | ) |
void QucsApp::updatePathList | ( | QStringList | newPathList | ) |
void QucsApp::updatePortNumber | ( | QucsDoc * | currDoc, |
int | No | ||
) | [private] |
void QucsApp::updateRecentFilesList | ( | QString | s | ) | [private] |
void QucsApp::updateSchNameHash | ( | void | ) |
void QucsApp::updateSpiceNameHash | ( | void | ) |
friend class SaveDialog [friend] |
QAction * QucsApp::ActionCMenuCopy |
QAction * QucsApp::ActionCMenuDelete |
QAction * QucsApp::ActionCMenuInsert |
QAction* QucsApp::ActionCMenuOpen |
QAction * QucsApp::ActionCMenuRename |
QAction* QucsApp::activeAction |
QAction * QucsApp::addToProj |
QAction * QucsApp::alignBottom |
QAction * QucsApp::alignLeft |
QMenu * QucsApp::alignMenu [private] |
QAction * QucsApp::alignRight |
QAction * QucsApp::alignTop |
QAction * QucsApp::applSettings |
QAction * QucsApp::buildModule |
QAction * QucsApp::callActiveFilter |
QAction * QucsApp::callAtt |
QAction * QucsApp::callEditor |
QAction * QucsApp::callFilter |
QAction * QucsApp::callLib |
QAction * QucsApp::callLine |
QAction * QucsApp::callMatch |
QAction * QucsApp::callRes |
int QucsApp::ccCurIdx [private] |
QAction * QucsApp::centerHor |
QAction * QucsApp::centerVert |
QAction * QucsApp::changeProps |
QComboBox* QucsApp::CompChoose [private] |
QListWidget* QucsApp::CompComps |
QLineEdit* QucsApp::CompSearch [private] |
QPushButton* QucsApp::CompSearchClear [private] |
ProjectView* QucsApp::Content [private] |
QMenu* QucsApp::ContentMenu |
QAction * QucsApp::createLib |
QAction * QucsApp::createPkg |
QShortcut * QucsApp::cursorDown [private] |
QShortcut * QucsApp::cursorLeft [private] |
QShortcut * QucsApp::cursorRight [private] |
QShortcut* QucsApp::cursorUp [private] |
QAction * QucsApp::dcbias |
QAction * QucsApp::distrHor |
QAction * QucsApp::distrVert |
QDockWidget* QucsApp::dock [private] |
QTabWidget* QucsApp::DocumentTab |
QAction * QucsApp::dpl_sch |
QAction * QucsApp::editActivate |
QAction * QucsApp::editCopy |
QAction * QucsApp::editCut |
QAction * QucsApp::editDelete |
QAction * QucsApp::editFind |
QMenu * QucsApp::editMenu [private] |
QAction * QucsApp::editMirror |
QAction * QucsApp::editMirrorY |
QAction * QucsApp::editPaste |
QAction * QucsApp::editRotate |
QLineEdit* QucsApp::editText |
QToolBar * QucsApp::editToolbar [private] |
QAction* QucsApp::exportAsImage |
QAction * QucsApp::extractPkg |
QAction* QucsApp::fileClearRecent [private] |
QAction * QucsApp::fileClose |
QAction * QucsApp::fileExamples |
QMenu* QucsApp::fileMenu [private] |
QAction* QucsApp::fileNew |
QAction * QucsApp::fileNewDpl |
QAction * QucsApp::fileOpen |
QAction * QucsApp::filePrint |
QAction * QucsApp::filePrintFit |
QAction * QucsApp::fileQuit |
QAction* QucsApp::fileRecentAction[MaxRecentFiles] [private] |
QAction * QucsApp::fileSave |
QAction * QucsApp::fileSaveAll |
QAction * QucsApp::fileSaveAs |
QAction * QucsApp::fileSettings |
QToolBar* QucsApp::fileToolbar [private] |
QAction * QucsApp::graph2csv |
QAction* QucsApp::helpAboutApp [private] |
QAction * QucsApp::helpAboutQt [private] |
QAction * QucsApp::helpGetStart |
QAction * QucsApp::helpIndex |
QMenu * QucsApp::helpMenu [private] |
QMenu * QucsApp::helpReport [private] |
QMenu* QucsApp::helpTechnical [private] |
QMenu * QucsApp::helpTutorial [private] |
QStack<QString> QucsApp::HierarchyHistory [private] |
QAction * QucsApp::importData |
QAction * QucsApp::insEntity |
QAction * QucsApp::insEquation |
QAction * QucsApp::insGround |
QAction * QucsApp::insLabel |
QMenu * QucsApp::insMenu [private] |
QAction * QucsApp::insPort |
QAction* QucsApp::insWire |
QAction * QucsApp::intoH |
QString QucsApp::lastExportFilename [private] |
QTreeWidget* QucsApp::libTreeWidget |
QAction * QucsApp::loadModule |
QFileSystemModel* QucsApp::m_homeDirModel [private] |
QFileSystemModel* QucsApp::m_projModel [private] |
QAction * QucsApp::magAll |
QAction * QucsApp::magMinus |
QAction * QucsApp::magOne |
QAction * QucsApp::magPlus |
MessageDock* QucsApp::messageDock [private] |
void(MouseActions::* QucsApp::MouseDoubleClickAction)(Schematic *, QMouseEvent *) |
void(MouseActions::* QucsApp::MouseMoveAction)(Schematic *, QMouseEvent *) |
void(MouseActions::* QucsApp::MousePressAction)(Schematic *, QMouseEvent *, float, float) |
void(MouseActions::* QucsApp::MouseReleaseAction)(Schematic *, QMouseEvent *) |
QAction * QucsApp::moveText |
OctaveWindow* QucsApp::octave [private] |
QDockWidget* QucsApp::octDock [private] |
QAction * QucsApp::onGrid |
QAction * QucsApp::popH |
QLabel * QucsApp::PositionLabel [private] |
QAction * QucsApp::projClose |
QAction * QucsApp::projDel |
QListView* QucsApp::Projects [private] |
QMenu * QucsApp::projMenu [private] |
QString QucsApp::ProjName |
QAction * QucsApp::projNew |
QAction * QucsApp::projOpen |
QString QucsApp::QucsFileFilter [private] |
QMenu * QucsApp::recentFilesMenu [private] |
QAction * QucsApp::redo |
QAction * QucsApp::refreshSchPath |
QHash<QString,QString> QucsApp::schNameHash |
QAction * QucsApp::select |
QAction * QucsApp::selectAll |
QAction * QucsApp::selectMarker |
QAction * QucsApp::setMarker |
QAction * QucsApp::showMsg |
QAction * QucsApp::showNet |
QMenu * QucsApp::simMenu [private] |
QAction * QucsApp::simulate |
QHash<QString,QString> QucsApp::spiceNameHash |
QAction * QucsApp::symEdit |
QTabWidget* QucsApp::TabView [private] |
QAction * QucsApp::textNew |
QMenu * QucsApp::toolMenu [private] |
QAction * QucsApp::undo |
QAction * QucsApp::viewBrowseDock [private] |
QMenu * QucsApp::viewMenu [private] |
QAction * QucsApp::viewOctaveDock [private] |
QAction * QucsApp::viewStatusBar [private] |
QAction * QucsApp::viewToolBar [private] |
QToolBar * QucsApp::viewToolbar [private] |
QLabel* QucsApp::WarningLabel [private] |
QAction * QucsApp::wire |
QToolBar * QucsApp::workToolbar [private] |