defuze.me
Client
|
The main window(s). More...
#include <mainwindow.hpp>
Public Member Functions | |
MainWindow (GuiCore *guiCore, QWidget *parent=0) | |
void | addTab (Tab *tab, const QString &icon, bool active=false) |
Add a new Tab to the window. | |
Tab * | currentTab () |
Return the current tab. | |
TabWidget * | getTabWidget () const |
QList< Tab * > | getTabs () const |
The main window(s).
Contain the menu, the tabs, and the modules grid. Up to 1 per screen.
Definition at line 29 of file mainwindow.hpp.