Qucs-GUI
0.0.18
|
#include <messagedock.h>
Public Member Functions | |
MessageDock (QucsApp *) | |
MessageDock::MessageDock constructor. More... | |
~MessageDock () | |
void | reset () |
MessageDock::reset clear the text and tab icons. More... | |
Data Fields | |
QDockWidget * | msgDock |
QTabWidget * | builderTabs |
QPlainTextEdit * | admsOutput |
admsOutput holds the make output of running admsXml More... | |
QPlainTextEdit * | cppOutput |
cppOutput holds the make output of running a C++ compiler More... | |
Private Slots | |
void | slotAdmsChanged () |
MessageDock::slotAdmsChanged monitors the adms log, update tab icon. More... | |
void | slotCppChanged () |
MessageDock::slotCppChanged monitors the compiler log, update tab icon. More... | |
void | slotCursor () |
MessageDock::slotCursor. More... | |
Definition at line 32 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 39 of file messagedock.cpp.
|
inline |
Definition at line 36 of file messagedock.h.
void MessageDock::reset | ( | ) |
MessageDock::reset clear the text and tab icons.
Definition at line 76 of file messagedock.cpp.
|
privateslot |
MessageDock::slotAdmsChanged monitors the adms log, update tab icon.
Definition at line 88 of file messagedock.cpp.
|
privateslot |
MessageDock::slotCppChanged monitors the compiler log, update tab icon.
Definition at line 146 of file messagedock.cpp.
|
privateslot |
Definition at line 169 of file messagedock.cpp.
QPlainTextEdit* MessageDock::admsOutput |
admsOutput holds the make output of running admsXml
Definition at line 47 of file messagedock.h.
QTabWidget* MessageDock::builderTabs |
Definition at line 42 of file messagedock.h.
QPlainTextEdit* MessageDock::cppOutput |
cppOutput holds the make output of running a C++ compiler
Definition at line 51 of file messagedock.h.
QDockWidget* MessageDock::msgDock |
Definition at line 36 of file messagedock.h.