Ardour  9.0-pre0-822-g12e3bc5c20
DspStatisticsGUI Class Reference

#include <dsp_stats_ui.h>

Inheritance diagram for DspStatisticsGUI:
[legend]

Public Member Functions

 DspStatisticsGUI ()
 
void start_updating ()
 
void stop_updating ()
 
- Public Member Functions inherited from ARDOUR::SessionHandlePtr
 SessionHandlePtr (ARDOUR::Session *s)
 
 SessionHandlePtr ()
 
virtual ~SessionHandlePtr ()
 
virtual void set_session (ARDOUR::Session *)
 
virtual ARDOUR::Sessionsession () const
 

Protected Member Functions

bool on_key_press_event (GdkEventKey *)
 
- Protected Member Functions inherited from ARDOUR::SessionHandlePtr
virtual void session_going_away ()
 

Private Member Functions

void update ()
 
void reset_button_clicked ()
 

Private Attributes

sigc::connection update_connection
 
Gtk::Table table
 
Gtk::Label buffer_size_label
 
Gtk::Label ** labels
 
Gtk::Button reset_button
 
Gtk::Label info_text
 

Additional Inherited Members

- Protected Attributes inherited from ARDOUR::SessionHandlePtr
ARDOUR::Session_session
 
PBD::ScopedConnectionList _session_connections
 

Detailed Description

Definition at line 29 of file dsp_stats_ui.h.

Constructor & Destructor Documentation

◆ DspStatisticsGUI()

DspStatisticsGUI::DspStatisticsGUI ( )

Member Function Documentation

◆ on_key_press_event()

bool DspStatisticsGUI::on_key_press_event ( GdkEventKey *  )
protected

◆ reset_button_clicked()

void DspStatisticsGUI::reset_button_clicked ( )
private

◆ start_updating()

void DspStatisticsGUI::start_updating ( )

◆ stop_updating()

void DspStatisticsGUI::stop_updating ( )

◆ update()

void DspStatisticsGUI::update ( )
private

Member Data Documentation

◆ buffer_size_label

Gtk::Label DspStatisticsGUI::buffer_size_label
private

Definition at line 46 of file dsp_stats_ui.h.

◆ info_text

Gtk::Label DspStatisticsGUI::info_text
private

Definition at line 49 of file dsp_stats_ui.h.

◆ labels

Gtk::Label** DspStatisticsGUI::labels
private

Definition at line 47 of file dsp_stats_ui.h.

◆ reset_button

Gtk::Button DspStatisticsGUI::reset_button
private

Definition at line 48 of file dsp_stats_ui.h.

◆ table

Gtk::Table DspStatisticsGUI::table
private

Definition at line 45 of file dsp_stats_ui.h.

◆ update_connection

sigc::connection DspStatisticsGUI::update_connection
private

Definition at line 43 of file dsp_stats_ui.h.


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