Home
last modified time | relevance | path

Searched refs:FFTGraph (Results 1 – 5 of 5) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dfft_graph.cc48 FFTGraph::FFTGraph (int windowSize) in FFTGraph() function in FFTGraph
74 FFTGraph::setWindowSize (int windowSize) in setWindowSize()
85 FFTGraph::setWindowSize_internal (int windowSize) in setWindowSize_internal()
149 FFTGraph::~FFTGraph () in ~FFTGraph()
160 FFTGraph::on_expose_event (GdkEventExpose* event) in on_expose_event()
222 FFTGraph::on_motion_notify_event (GdkEventMotion* ev) in on_motion_notify_event()
256 FFTGraph::on_leave_notify_event (GdkEventCrossing *) in on_leave_notify_event()
286 FFTGraph::draw_scales (cairo_t* cr) in draw_scales()
419 FFTGraph::redraw () in redraw()
639 FFTGraph::on_size_allocate (Gtk::Allocation & alloc) in on_size_allocate()
[all …]
H A Dfft_result.h30 class FFTGraph; variable
58 FFTResult (FFTGraph *graph, Gdk::Color color, std::string trackname);
59 friend class FFTGraph; variable
78 FFTGraph *_graph;
H A Dfft_graph.h39 class FFTGraph : public Gtk::DrawingArea
43 FFTGraph (int windowSize);
44 ~FFTGraph ();
H A Danalysis_window.h111 FFTGraph fft_graph;
116 friend class FFTGraph; variable
H A Dfft_result.cc29 FFTResult::FFTResult(FFTGraph *graph, Gdk::Color color, string trackname) in FFTResult()