ardour
Public Member Functions | Public Attributes | Private Attributes | List of all members
Panner2d::Target Class Reference

Public Member Functions

 Target (const PBD::AngularVector &, const char *txt=0)
 
 ~Target ()
 
void set_text (const char *)
 
void set_selected (bool yn)
 
bool selected () const
 

Public Attributes

PBD::AngularVector position
 
bool visible
 
std::string text
 

Private Attributes

bool _selected
 

Detailed Description

Definition at line 82 of file panner2d.h.

Constructor & Destructor Documentation

Panner2d::Target::Target ( const PBD::AngularVector a,
const char *  txt = 0 
)

Definition at line 58 of file panner2d.cc.

Panner2d::Target::~Target ( )

Definition at line 65 of file panner2d.cc.

Member Function Documentation

bool Panner2d::Target::selected ( ) const
inline

Definition at line 95 of file panner2d.h.

void Panner2d::Target::set_selected ( bool  yn)
inline

Definition at line 92 of file panner2d.h.

void Panner2d::Target::set_text ( const char *  txt)

Definition at line 70 of file panner2d.cc.

Member Data Documentation

bool Panner2d::Target::_selected
private

Definition at line 100 of file panner2d.h.

PBD::AngularVector Panner2d::Target::position

Definition at line 84 of file panner2d.h.

std::string Panner2d::Target::text

Definition at line 86 of file panner2d.h.

bool Panner2d::Target::visible

Definition at line 85 of file panner2d.h.


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