Qucs-GUI
0.0.19
|
#include <messagedock.h>
Public Member Functions | |
MessageDock (QucsApp *) | |
MessageDock::MessageDock constructor. | |
~MessageDock () | |
void | reset () |
MessageDock::reset clear the text and tab icons. | |
Data Fields | |
QDockWidget * | msgDock |
QTabWidget * | builderTabs |
QPlainTextEdit * | admsOutput |
admsOutput holds the make output of running admsXml | |
QPlainTextEdit * | cppOutput |
cppOutput holds the make output of running a C++ compiler | |
Private Slots | |
void | slotAdmsChanged () |
MessageDock::slotAdmsChanged monitors the adms log, update tab icon. | |
void | slotCppChanged () |
MessageDock::slotCppChanged monitors the compiler log, update tab icon. | |
void | slotCursor () |
MessageDock::slotCursor. |
Definition at line 33 of file messagedock.h.
MessageDock::MessageDock | ( | QucsApp * | App_ | ) |
MessageDock::MessageDock constructor.
App_ | is the parent class It creates two docked text fields to hold the output of make called over admsXml and the C++ compiler used to build the Verilog-A dynamic loaded libraries. |
Definition at line 40 of file messagedock.cpp.
MessageDock::~MessageDock | ( | ) | [inline] |
Definition at line 37 of file messagedock.h.
void MessageDock::reset | ( | ) |
MessageDock::reset clear the text and tab icons.
Definition at line 77 of file messagedock.cpp.
void MessageDock::slotAdmsChanged | ( | ) | [private, slot] |
MessageDock::slotAdmsChanged monitors the adms log, update tab icon.
Definition at line 89 of file messagedock.cpp.
void MessageDock::slotCppChanged | ( | ) | [private, slot] |
MessageDock::slotCppChanged monitors the compiler log, update tab icon.
Definition at line 147 of file messagedock.cpp.
void MessageDock::slotCursor | ( | ) | [private, slot] |
Definition at line 170 of file messagedock.cpp.
QPlainTextEdit* MessageDock::admsOutput |
admsOutput holds the make output of running admsXml
Definition at line 48 of file messagedock.h.
QTabWidget* MessageDock::builderTabs |
Definition at line 43 of file messagedock.h.
QPlainTextEdit* MessageDock::cppOutput |
cppOutput holds the make output of running a C++ compiler
Definition at line 52 of file messagedock.h.
QDockWidget* MessageDock::msgDock |
Definition at line 37 of file messagedock.h.