|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#include <view_background.h>
Public Member Functions | |
| ViewBackground () | |
| virtual | ~ViewBackground () |
| virtual int | height () const =0 |
| virtual int | width () const =0 |
| virtual int | contents_height () const =0 |
| virtual int | y_position () const |
Protected Member Functions | |
| virtual void | update_contents_height () |
| virtual void | color_handler () |
| virtual void | parameter_changed (std::string const &) |
A class that provides limited context for a View
Definition at line 37 of file view_background.h.
| ViewBackground::ViewBackground | ( | ) |
|
virtual |
|
inlineprotectedvirtual |
Reimplemented in StreamView, MidiViewBackground, MidiStreamView, AutomationStreamView, and AudioStreamView.
Definition at line 52 of file view_background.h.
|
pure virtual |
Implemented in StreamView, PianorollMidiBackground, MidiStreamView, and AutomationStreamView.
|
pure virtual |
Implemented in StreamView, and PianorollMidiBackground.
|
inlineprotectedvirtual |
Reimplemented in StreamView, MidiViewBackground, and MidiStreamView.
Definition at line 53 of file view_background.h.
|
inlineprotectedvirtual |
Reimplemented in StreamView, MidiViewBackground, and MidiStreamView.
Definition at line 51 of file view_background.h.
|
pure virtual |
Implemented in StreamView, and PianorollMidiBackground.
|
inlinevirtual |
Reimplemented in StreamView, MidiViewBackground, and MidiStreamView.
Definition at line 48 of file view_background.h.