ardour
Public Member Functions | Public Attributes | List of all members
Editor::LocationMarkers Struct Reference

Public Member Functions

 LocationMarkers ()
 
 ~LocationMarkers ()
 
void hide ()
 
void show ()
 
void set_show_lines (bool)
 
void set_selected (bool)
 
void canvas_height_set (double)
 
void setup_lines ()
 
void set_name (const std::string &)
 
void set_position (framepos_t start, framepos_t end=0)
 
void set_color_rgba (uint32_t)
 

Public Attributes

Markerstart
 
Markerend
 
bool valid
 

Detailed Description

Definition at line 642 of file editor.h.

Constructor & Destructor Documentation

Editor::LocationMarkers::LocationMarkers ( )
inline

Definition at line 647 of file editor.h.

Editor::LocationMarkers::~LocationMarkers ( )

Definition at line 449 of file editor_markers.cc.

Member Function Documentation

void Editor::LocationMarkers::canvas_height_set ( double  h)

Definition at line 570 of file editor_markers.cc.

void Editor::LocationMarkers::hide ( )

Definition at line 552 of file editor_markers.cc.

void Editor::LocationMarkers::set_color_rgba ( uint32_t  rgba)

Definition at line 603 of file editor_markers.cc.

void Editor::LocationMarkers::set_name ( const std::string &  )

Definition at line 579 of file editor_markers.cc.

void Editor::LocationMarkers::set_position ( framepos_t  start,
framepos_t  end = 0 
)

Definition at line 593 of file editor_markers.cc.

void Editor::LocationMarkers::set_selected ( bool  s)

Definition at line 621 of file editor_markers.cc.

void Editor::LocationMarkers::set_show_lines ( bool  s)

Definition at line 612 of file editor_markers.cc.

void Editor::LocationMarkers::setup_lines ( )

Definition at line 630 of file editor_markers.cc.

void Editor::LocationMarkers::show ( )

Definition at line 561 of file editor_markers.cc.

Member Data Documentation

Marker* Editor::LocationMarkers::end

Definition at line 644 of file editor.h.

Marker* Editor::LocationMarkers::start

Definition at line 643 of file editor.h.

bool Editor::LocationMarkers::valid

Definition at line 645 of file editor.h.


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