Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
Qucs_S_SPAR_Viewer Class Reference

Main application class for S-parameter viewer (and its RF circuit synthesis tools) More...

#include <qucs-s-spar-viewer.h>

Inheritance diagram for Qucs_S_SPAR_Viewer:
Inheritance graph
[legend]
Collaboration diagram for Qucs_S_SPAR_Viewer:
Collaboration graph
[legend]

Public Member Functions

 Qucs_S_SPAR_Viewer ()
 Constructor for the main viewer window.
 
 ~Qucs_S_SPAR_Viewer ()
 Destructor.
 
void addPathToWatcher (const QString &path)
 Add a directory path to the file watcher.
 
void addFile (const QFileInfo &fileInfo)
 Add a file from QFileInfo (used by main program)
 

Protected Member Functions

void dragEnterEvent (QDragEnterEvent *event) override
 Handle drag enter event for file drop.
 
void dropEvent (QDropEvent *event) override
 Handle drop event for file drop.
 

Detailed Description

Main application class for S-parameter viewer (and its RF circuit synthesis tools)

This class provides a comprehensive tool for:

Member Function Documentation

◆ addFile()

void Qucs_S_SPAR_Viewer::addFile ( const QFileInfo &  fileInfo)

Add a file from QFileInfo (used by main program)

Parameters
fileInfoFile information object containing the file to open
Note
The main qucs program uses this function to open a Touchstone file from the Project View

◆ addPathToWatcher()

void Qucs_S_SPAR_Viewer::addPathToWatcher ( const QString &  path)

Add a directory path to the file watcher.

Parameters
pathDirectory path to watch for changes

◆ dragEnterEvent()

void Qucs_S_SPAR_Viewer::dragEnterEvent ( QDragEnterEvent *  event)
overrideprotected

Handle drag enter event for file drop.

Parameters
eventDrag enter event

◆ dropEvent()

void Qucs_S_SPAR_Viewer::dropEvent ( QDropEvent *  event)
overrideprotected

Handle drop event for file drop.

Parameters
eventDrop event

The documentation for this class was generated from the following files: