Ardour  9.0-pre0-822-g12e3bc5c20
BBTMarkerDialog Class Reference

#include <bbt_marker_dialog.h>

Inheritance diagram for BBTMarkerDialog:
[legend]

Public Member Functions

 BBTMarkerDialog (Temporal::timepos_t const &, Temporal::BBT_Time const &)
 
 BBTMarkerDialog (Temporal::MusicTimePoint &)
 
Temporal::timepos_t position () const
 
Temporal::BBT_Time bbt_value () const
 
std::string name () const
 
- Public Member Functions inherited from ArdourDialog
 ArdourDialog (const std::string &title, bool modal=false, bool use_separator=false)
 
 ArdourDialog (Gtk::Window &parent, const std::string &title, bool modal=false, bool use_separator=false)
 
 ~ArdourDialog ()
 
bool on_focus_in_event (GdkEventFocus *)
 
bool on_focus_out_event (GdkEventFocus *)
 
bool on_delete_event (GdkEventAny *)
 
void on_unmap ()
 
void on_show ()
 
virtual void on_response (int)
 
void set_ui_sensitive (bool)
 
void disallow_idle ()
 
- Public Member Functions inherited from ARDOUR::SessionHandlePtr
 SessionHandlePtr (ARDOUR::Session *s)
 
 SessionHandlePtr ()
 
virtual ~SessionHandlePtr ()
 
virtual void set_session (ARDOUR::Session *)
 
virtual ARDOUR::Sessionsession () const
 

Private Member Functions

void init (bool add)
 

Private Attributes

Temporal::MusicTimePoint_point
 
Temporal::timepos_t _position
 
Temporal::BBT_Time _bbt
 
Gtk::HBox bbt_box
 
Gtk::SpinButton bar_entry
 
Gtk::SpinButton beat_entry
 
Gtk::Label bar_label
 
Gtk::Label beat_label
 
Gtk::HBox name_box
 
Gtk::Entry name_entry
 
Gtk::Label name_label
 

Additional Inherited Members

- Protected Member Functions inherited from ArdourDialog
void pop_splash ()
 
void close_self ()
 
- Protected Member Functions inherited from ARDOUR::SessionHandlePtr
virtual void session_going_away ()
 
- Protected Attributes inherited from ArdourDialog
bool _sensitive
 
- Protected Attributes inherited from ARDOUR::SessionHandlePtr
ARDOUR::Session_session
 
PBD::ScopedConnectionList _session_connections
 

Detailed Description

Definition at line 32 of file bbt_marker_dialog.h.

Constructor & Destructor Documentation

◆ BBTMarkerDialog() [1/2]

BBTMarkerDialog::BBTMarkerDialog ( Temporal::timepos_t const &  ,
Temporal::BBT_Time const &   
)

◆ BBTMarkerDialog() [2/2]

BBTMarkerDialog::BBTMarkerDialog ( Temporal::MusicTimePoint )

Member Function Documentation

◆ bbt_value()

Temporal::BBT_Time BBTMarkerDialog::bbt_value ( ) const

◆ init()

void BBTMarkerDialog::init ( bool  add)
private

◆ name()

std::string BBTMarkerDialog::name ( ) const

◆ position()

Temporal::timepos_t BBTMarkerDialog::position ( ) const

Member Data Documentation

◆ _bbt

Temporal::BBT_Time BBTMarkerDialog::_bbt
private

Definition at line 46 of file bbt_marker_dialog.h.

◆ _point

Temporal::MusicTimePoint* BBTMarkerDialog::_point
private

Definition at line 44 of file bbt_marker_dialog.h.

◆ _position

Temporal::timepos_t BBTMarkerDialog::_position
private

Definition at line 45 of file bbt_marker_dialog.h.

◆ bar_entry

Gtk::SpinButton BBTMarkerDialog::bar_entry
private

Definition at line 49 of file bbt_marker_dialog.h.

◆ bar_label

Gtk::Label BBTMarkerDialog::bar_label
private

Definition at line 51 of file bbt_marker_dialog.h.

◆ bbt_box

Gtk::HBox BBTMarkerDialog::bbt_box
private

Definition at line 48 of file bbt_marker_dialog.h.

◆ beat_entry

Gtk::SpinButton BBTMarkerDialog::beat_entry
private

Definition at line 50 of file bbt_marker_dialog.h.

◆ beat_label

Gtk::Label BBTMarkerDialog::beat_label
private

Definition at line 52 of file bbt_marker_dialog.h.

◆ name_box

Gtk::HBox BBTMarkerDialog::name_box
private

Definition at line 54 of file bbt_marker_dialog.h.

◆ name_entry

Gtk::Entry BBTMarkerDialog::name_entry
private

Definition at line 55 of file bbt_marker_dialog.h.

◆ name_label

Gtk::Label BBTMarkerDialog::name_label
private

Definition at line 56 of file bbt_marker_dialog.h.


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