#include <GuiApplication.h>
|
| static int | s_sigintFd [2] |
| | File descriptors for unix socketpair, used to receive SIGINT.
|
◆ GuiApplication()
| lmms::gui::GuiApplication::GuiApplication |
( |
| ) |
|
|
explicit |
◆ ~GuiApplication()
| lmms::gui::GuiApplication::~GuiApplication |
( |
| ) |
|
|
override |
◆ automationEditor()
◆ childDestroyed
| void lmms::gui::GuiApplication::childDestroyed |
( |
QObject * | obj | ) |
|
|
privateslot |
◆ createSocketNotifier()
| void lmms::gui::GuiApplication::createSocketNotifier |
( |
| ) |
|
◆ displayInitProgress
| void lmms::gui::GuiApplication::displayInitProgress |
( |
const QString & | msg | ) |
|
|
slot |
◆ getControllerRackView()
◆ getMicrotunerConfig()
◆ getProjectNotes()
| ProjectNotes * lmms::gui::GuiApplication::getProjectNotes |
( |
| ) |
|
|
inline |
◆ instance()
◆ isWayland()
| bool lmms::gui::GuiApplication::isWayland |
( |
| ) |
|
|
static |
◆ mainWindow()
| MainWindow * lmms::gui::GuiApplication::mainWindow |
( |
| ) |
|
|
inline |
◆ mixerView()
| MixerView * lmms::gui::GuiApplication::mixerView |
( |
| ) |
|
|
inline |
◆ patternEditor()
◆ pianoRoll()
◆ sigintHandler()
| void lmms::gui::GuiApplication::sigintHandler |
( |
int | | ) |
|
|
static |
◆ sigintOccurred
| void lmms::gui::GuiApplication::sigintOccurred |
( |
| ) |
|
|
privateslot |
◆ songEditor()
◆ m_automationEditor
◆ m_controllerRackView
◆ m_loadingProgressLabel
| QLabel* lmms::gui::GuiApplication::m_loadingProgressLabel |
|
private |
◆ m_mainWindow
| MainWindow* lmms::gui::GuiApplication::m_mainWindow |
|
private |
◆ m_microtunerConfig
◆ m_mixerView
| MixerView* lmms::gui::GuiApplication::m_mixerView |
|
private |
◆ m_patternEditor
◆ m_pianoRoll
◆ m_projectNotes
◆ m_sigintNotifier
| QSocketNotifier* lmms::gui::GuiApplication::m_sigintNotifier |
|
private |
◆ m_songEditor
◆ s_instance
◆ s_sigintFd
| int lmms::gui::GuiApplication::s_sigintFd[2] |
|
inlinestatic |
File descriptors for unix socketpair, used to receive SIGINT.
The documentation for this class was generated from the following files: