Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultMaxSampleCount = 50000 DefaultAxisXLimitMax = 30 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SpectrogramPlot ¶
type SpectrogramPlot struct { imguiw.PlotWidget // contains filtered or unexported fields }
func (*SpectrogramPlot) EventHandler ¶
func (sp *SpectrogramPlot) EventHandler(eventArgs any)
func (*SpectrogramPlot) IsDisposed ¶
func (sp *SpectrogramPlot) IsDisposed() bool
func (*SpectrogramPlot) Plot ¶
func (sp *SpectrogramPlot) Plot()
func (*SpectrogramPlot) PlotSetup ¶
func (sp *SpectrogramPlot) PlotSetup(args imguiw.PlotSetupArgs)
func (*SpectrogramPlot) Title ¶
func (sp *SpectrogramPlot) Title() string
type SubPlot ¶
type SubPlot struct {
// contains filtered or unexported fields
}
func NewSubPlot ¶
func NewSubPlot(dataPlot imguiw.PlotWidget) *SubPlot
type WaveformPlot ¶
type WaveformPlot struct { imguiw.PlotWidget // contains filtered or unexported fields }
func (*WaveformPlot) EventHandler ¶
func (wp *WaveformPlot) EventHandler(eventArgs any)
func (*WaveformPlot) IsDisposed ¶
func (wp *WaveformPlot) IsDisposed() bool
func (*WaveformPlot) Plot ¶
func (wp *WaveformPlot) Plot()
func (*WaveformPlot) PlotSetup ¶
func (wp *WaveformPlot) PlotSetup(args imguiw.PlotSetupArgs)
func (*WaveformPlot) Title ¶
func (wp *WaveformPlot) Title() string
Click to show internal directories.
Click to hide internal directories.