|
LMMS
|
#include <Carla.h>
Signals | |
| void | uiClosed () |
| void | resized () |
| Signals inherited from lmms::gui::SubWindow | |
| void | focusLost () |
Public Member Functions | |
| CarlaParamsSubWindow (QWidget *_parent, Qt::WindowFlags windowFlags) | |
| void | resizeEvent (QResizeEvent *event) override |
| void | mousePressEvent (QMouseEvent *event) override |
| void | mouseReleaseEvent (QMouseEvent *event) override |
| void | closeEvent (QCloseEvent *event) override |
| Public Member Functions inherited from lmms::gui::SubWindow | |
| SubWindow (QWidget *parent=nullptr, Qt::WindowFlags windowFlags=QFlag(0)) | |
| QRect | getTrueNormalGeometry () const |
| SubWindow::getTrueNormalGeometry. | |
| QBrush | activeColor () const |
| QColor | textShadowColor () const |
| QColor | borderColor () const |
| QMargins | decorationMargins () const |
| void | setActiveColor (const QBrush &b) |
| void | setTextShadowColor (const QColor &c) |
| void | setBorderColor (const QColor &c) |
| int | titleBarHeight () const |
| int | frameWidth () const |
| bool | isDetachable () const |
| void | setDetachable (bool on) |
| bool | isDetached () const |
| void | setDetached (bool on) |
| void | updateTitleBar () |
Private Attributes | |
| bool | resizing = false |
| bool | mousePress = false |
Additional Inherited Members | |
| Public Slots inherited from lmms::gui::SubWindow | |
| void | detach () |
| void | attach () |
| void | setVisible (bool visible) override |
| Protected Member Functions inherited from lmms::gui::SubWindow | |
| void | moveEvent (QMoveEvent *event) override |
| SubWindow::moveEvent. | |
| void | resizeEvent (QResizeEvent *event) override |
| SubWindow::resizeEvent. | |
| void | paintEvent (QPaintEvent *pe) override |
| SubWindow::paintEvent. | |
| void | changeEvent (QEvent *event) override |
| SubWindow::changeEvent. | |
| void | showEvent (QShowEvent *e) override |
| bool | eventFilter (QObject *obj, QEvent *event) override |
| SubWindow::eventFilter. | |
| Properties inherited from lmms::gui::SubWindow | |
| QBrush | activeColor |
| QColor | textShadowColor |
| QColor | borderColor |
|
inline |
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |
|
signal |
|
inlineoverride |
|
signal |
|
private |
|
private |