Documentation ¶
Index ¶
Constants ¶
View Source
const HelpColumnsText = `` /* 816-byte string literal not displayed */
View Source
const HelpOverviewText = `` /* 758-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisplayEventRateHistoryStats ¶
type DisplayEventRateHistoryStats struct { *eventdata.EventRate Duration time.Duration // contains filtered or unexported fields }
func NewDisplayEventRateHistoryStats ¶
func NewDisplayEventRateHistoryStats(eventRate *eventdata.EventRate) *DisplayEventRateHistoryStats
func (*DisplayEventRateHistoryStats) Id ¶
func (cs *DisplayEventRateHistoryStats) Id() string
type EventRateHistoryView ¶
type EventRateHistoryView struct {
*dataView.DataListView
}
func NewEventRateHistoryView ¶
func NewEventRateHistoryView(masterUI masterUIInterface.MasterUIInterface, name string, bottomMargin int, eventProcessor *eventdata.EventProcessor) *EventRateHistoryView
func (*EventRateHistoryView) GetListData ¶
func (asUI *EventRateHistoryView) GetListData() []uiCommon.IData
type GetValueFunction ¶
type GetValueFunction func(stats *DisplayEventRateHistoryStats) int
type RateValueType ¶
type RateValueType int
const ( RATE_HIGH RateValueType = iota RATE_LOW RATE_AVG )
Click to show internal directories.
Click to hide internal directories.