LMMS
Loading...
Searching...
No Matches
lmms::gui::LeftRightNav Class Reference

#include <LeftRightNav.h>

Inheritance diagram for lmms::gui::LeftRightNav:

Signals

void onNavLeft ()
void onNavRight ()

Public Member Functions

 LeftRightNav (QWidget *parent=nullptr)
void setShortcuts (const QKeySequence &leftShortcut=Qt::Key_Minus, const QKeySequence &rightShortcut=Qt::Key_Plus)

Private Attributes

QHBoxLayout m_layout
QPushButton m_leftBtn
QPushButton m_rightBtn

Constructor & Destructor Documentation

◆ LeftRightNav()

lmms::gui::LeftRightNav::LeftRightNav ( QWidget * parent = nullptr)

Member Function Documentation

◆ onNavLeft

void lmms::gui::LeftRightNav::onNavLeft ( )
signal

◆ onNavRight

void lmms::gui::LeftRightNav::onNavRight ( )
signal

◆ setShortcuts()

void lmms::gui::LeftRightNav::setShortcuts ( const QKeySequence & leftShortcut = Qt::Key_Minus,
const QKeySequence & rightShortcut = Qt::Key_Plus )

Member Data Documentation

◆ m_layout

QHBoxLayout lmms::gui::LeftRightNav::m_layout
private

◆ m_leftBtn

QPushButton lmms::gui::LeftRightNav::m_leftBtn
private

◆ m_rightBtn

QPushButton lmms::gui::LeftRightNav::m_rightBtn
private

The documentation for this class was generated from the following files: