Ardour  9.0-pre0-582-g084a23a80d
ViewBackground Class Reference

#include <view_background.h>

Inheritance diagram for ViewBackground:
[legend]

Public Member Functions

 ViewBackground ()
 
virtual ~ViewBackground ()
 
virtual double height () const
 
virtual double width () const
 
virtual double contents_height () const
 
virtual double y_position () const
 

Protected Member Functions

virtual void update_contents_height ()
 
virtual void color_handler ()
 
virtual void parameter_changed (std::string const &)
 

Detailed Description

A class that provides limited context for a View

Definition at line 37 of file view_background.h.

Constructor & Destructor Documentation

◆ ViewBackground()

ViewBackground::ViewBackground ( )

◆ ~ViewBackground()

virtual ViewBackground::~ViewBackground ( )
virtual

Member Function Documentation

◆ color_handler()

virtual void ViewBackground::color_handler ( )
inlineprotectedvirtual

◆ contents_height()

virtual double ViewBackground::contents_height ( ) const
inlinevirtual

Reimplemented in MidiStreamView, CueMidiBackground, and AutomationStreamView.

Definition at line 45 of file view_background.h.

◆ height()

virtual double ViewBackground::height ( ) const
inlinevirtual

Reimplemented in CueMidiBackground.

Definition at line 43 of file view_background.h.

◆ parameter_changed()

virtual void ViewBackground::parameter_changed ( std::string const &  )
inlineprotectedvirtual

Reimplemented in StreamView, MidiViewBackground, and MidiStreamView.

Definition at line 53 of file view_background.h.

◆ update_contents_height()

virtual void ViewBackground::update_contents_height ( )
inlineprotectedvirtual

Reimplemented in StreamView, MidiViewBackground, and MidiStreamView.

Definition at line 51 of file view_background.h.

◆ width()

virtual double ViewBackground::width ( ) const
inlinevirtual

Reimplemented in CueMidiBackground.

Definition at line 44 of file view_background.h.

◆ y_position()

virtual double ViewBackground::y_position ( ) const
inlinevirtual
Returns
y position, or -1 if hidden

Reimplemented in MidiViewBackground, and MidiStreamView.

Definition at line 48 of file view_background.h.


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