#include <gtkStatsPianoWindow.h>
Inheritance diagram for GtkStatsPianoWindow:
Public Member Functions | |
GtkStatsPianoWindow (GtkStatsMonitor *monitor, int thread_index, int chart_xsize, int chart_ysize) | |
virtual void | mark_dead () |
virtual void | idle () |
Protected Member Functions | |
virtual void | setup_menu () |
virtual void | menu_new_window () |
void | menu_hscale (float hz) |
Private Member Functions | |
void | layout_window (int chart_xsize, int chart_ysize) |
Private Attributes | |
int | _thread_index |
GtkStatsPianoRoll * | _chart |
|
Definition at line 31 of file gtkStatsPianoWindow.cxx. References layout_window(), and setup_menu(). Referenced by menu_new_window(). |
|
Reimplemented from GtkStatsWindow. Definition at line 61 of file gtkStatsPianoWindow.cxx. References _chart, GtkStatsWindow::idle(), and PStatPianoRoll::update(). |
|
Definition at line 135 of file gtkStatsPianoWindow.cxx. References _chart, GtkStatsWindow::_main_box, _thread_index, and GtkStatsPianoRoll::get_labels(). Referenced by GtkStatsPianoWindow(). |
|
Reimplemented from GtkStatsWindow. Definition at line 50 of file gtkStatsPianoWindow.cxx. References _chart, GtkStatsPianoRoll::mark_dead(), and GtkStatsWindow::mark_dead(). |
|
Definition at line 125 of file gtkStatsPianoWindow.cxx. References _chart, and PStatPianoRoll::set_horizontal_scale(). Referenced by setup_menu(). |
|
Reimplemented from GtkStatsWindow. Definition at line 111 of file gtkStatsPianoWindow.cxx. References _chart, _thread_index, PStatGraph::get_xsize(), PStatGraph::get_ysize(), and GtkStatsPianoWindow(). |
|
Reimplemented from GtkStatsWindow. Definition at line 72 of file gtkStatsPianoWindow.cxx. References GtkStatsWindow::_menu, menu_hscale(), and GtkStatsWindow::setup_menu(). Referenced by GtkStatsPianoWindow(). |
|
Definition at line 52 of file gtkStatsPianoWindow.h. Referenced by idle(), layout_window(), mark_dead(), menu_hscale(), and menu_new_window(). |
|
Definition at line 50 of file gtkStatsPianoWindow.h. Referenced by layout_window(), and menu_new_window(). |