Ardour  9.0-pre0-822-g12e3bc5c20
Selectable Class Reference

#include <selectable.h>

Inheritance diagram for Selectable:
[legend]

Public Member Functions

 Selectable ()
 
virtual ~Selectable ()
 
virtual void set_selected (bool yn)
 
virtual bool selected () const
 

Protected Attributes

bool _selected
 

Detailed Description

Definition at line 29 of file gtk2_ardour/selectable.h.

Constructor & Destructor Documentation

◆ Selectable()

Selectable::Selectable ( )
inline

Definition at line 32 of file gtk2_ardour/selectable.h.

◆ ~Selectable()

virtual Selectable::~Selectable ( )
inlinevirtual

Definition at line 36 of file gtk2_ardour/selectable.h.

Member Function Documentation

◆ selected()

virtual bool Selectable::selected ( ) const
inlinevirtual

Reimplemented in MeterStrip.

Definition at line 44 of file gtk2_ardour/selectable.h.

◆ set_selected()

virtual void Selectable::set_selected ( bool  yn)
inlinevirtual

Member Data Documentation

◆ _selected

bool Selectable::_selected
protected

Definition at line 49 of file gtk2_ardour/selectable.h.


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