-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Widget Overview
Kevin Zander edited this page May 10, 2024
·
1 revision
AutomatableModelView.cpp | Base class for anything that can be automated |
AutomatableButton.cpp | Base class for PixmapButton and LedCheckBox
|
AutomatableSlider.cpp | ![]() |
CaptionMenu.cpp | ![]() |
ComboBox.cpp | ![]() |
CPULoadWidget.cpp | ![]() |
CustomTextKnob.cpp | Used by VST, based on Knob
|
Fader.cpp | ![]() |
Graph.cpp |
![]() ![]() |
GroupBox.cpp | ![]() |
Knob.cpp | ![]() |
LedCheckBox.cpp | ![]() |
LcdFloatSpinBox.cpp | ![]() |
LcdSpinBox.cpp | ![]() |
LcdWidget.cpp |
![]() |
LeftRightNav.cpp |
![]() |
MeterDialog.cpp |
![]() ![]() |
MixerLineLcdSpinBox.cpp |
![]() |
NStateButton.cpp |
![]() |
Oscilloscope.cpp | ![]() |
PixmapButton.cpp | ![]() |
RowTableView.cpp | ![]() |
StringPairDrag.cpp |
![]() |
TabBar.cpp | ![]() |
TabWidget.cpp | ![]() |
TempoSyncKnob.cpp | ![]() |
TextFloat.cpp | ![]() |
TimeDisplayWidget.cpp | ![]() |
ToolButton.cpp | ![]() |
FileBrowser.cpp | ![]() |
MainWindow.cpp | ![]() |
PluginBrowser.cpp | ![]() |
RecentProjectsMenu.cpp | ![]() |
SideBar.cpp | ![]() |
SideBarWidget.cpp | Base class for PluginBrowser and FileBrowser
|
SubWindow.cpp |
![]() |
TemplatesMenu.cpp | ![]() |
ControllerDialog.cpp | Base class for LfoControllerDialog and PeakControllerDialog
|
ControllerRackView.cpp | ![]() |
ControllerView.cpp | ![]() |
LfoControllerDialog.cpp | ![]() |
PeakControllerDialog.cpp | ![]() |
AboutDialog.cpp | ![]() |
ColorChooser.cpp | OS native (?) color picker |
ControllerConnectionDialog.cpp | ![]() |
EffectSelectDialog.cpp | ![]() |
ExportProjectDialog.cpp | ![]() |
FileDialog.cpp | Open/export |
VersionedSaveDialog.cpp | For saving project files |
RenameDialog.cpp | ![]() |
AutomationEditor.cpp | ![]() |
Editor.cpp | Base class that provides a toolbar and playback control |
PatternEditor.cpp | ![]() |
PianoRoll.cpp | ![]() |
PositionLine.cpp | ![]() |
ProjectNotes.cpp |
![]() Editor but still and "editor" |
Rubberband.cpp | ![]() |
SongEditor.cpp | ![]() |
StepRecorderWidget.cpp |
![]() |
TimeLineWidget.cpp | ![]() |
EffectControlDialog.cpp |
![]() |
EffectView.cpp | ![]() |
EffectRackView.cpp | ![]() |
LadspaControlView.cpp | ![]() |
EnvelopeAndLfoView.cpp | ![]() |
InstrumentView.cpp | ![]() |
InstrumentFunctionViews.cpp | ![]() |
InstrumentMidiIOView.cpp | ![]() |
InstrumentMiscView.cpp | ![]() |
InstrumentSoundShapingView.cpp | ![]() |
InstrumentTrackWindow.cpp | ![]() |
PianoView.cpp | ![]() |
MidiCCRackView.cpp | ![]() |
MidiPortMenu.cpp |
![]() TrackOperationsWidget and InstrumentMidiIOView
|
MixerView.cpp | ![]() |
MixerLine.cpp | ![]() |
SendButtonIndicator.cpp | ![]() |
AudioDeviceSetupWidget.cpp | ![]() |
AudioAlsaSetupWidget.cpp | ![]() |
MidiSetupWidget.cpp | ![]() |
SetupDialog.cpp |
![]() |
AutomationClipView.cpp | ![]() |
AutomationTrackView.cpp | ![]() |
ClipView.cpp | Base class |
FadeButton.cpp |
![]() |
InstrumentTrackView.cpp | ![]() |
MidiClipView.cpp | ![]() |
PatternClipView.cpp | ![]() |
PatternTrackView.cpp | ![]() |
SampleClipView.cpp | ![]() |
SampleTrackView.cpp | ![]() |
TrackContainerView.cpp | ![]() |
TrackContentWidget.cpp | ![]() |
TrackLabelButton.cpp | ![]() |
TrackOperationsWidget.cpp | ![]() |
TrackRenameLineEdit.cpp | ![]() |
TrackView.cpp | Base class |
MicrotunerConfig.cpp | ![]() |
SampleTrackWindow.cpp |
![]() InstrumentTrackWindow
|
ToolPluginView.cpp | Used by plugins found in the Tool menu |
ActionGroup.cpp |
![]() |
embed.cpp | Loading of external pixmaps and text files |
GuiApplication.cpp | Holds pointers to the main components of the GUI |
LmmsPalette.cpp | Theme colors |
LmmsStyle.cpp | Widget styling |
MainApplication.cpp | Used to catch events |
ModelView.cpp | Base class for anything that can be connected to a backend Model
|
ToolTip.cpp | Adds the ability to disable tool tips |
I don't understand these
ControlLayout.cpp |
QLayout used by LinkedModelGroupView
|
Controls.cpp | Subclasses of common LMMS widgets, used by LinkedModelGroupView
|
LinkedModelGroupViews.cpp |
QWidget used by Lv2ViewBase
|
Lv2ViewBase.cpp | Base class for Lv2Instrument
|