KlineBloc class

Inheritance

Constructors

KlineBloc()

Properties

candlestickWidth double?
getter/setter pair
candleWidgetKey GlobalKey<State<StatefulWidget>>
getter/setter pair
currentKlineListStream Stream<List<Market>>
no setter
firstScreenCandleCount int?
getter/setter pair
fromIndex int?
当前K线滑到的起点位置
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
klineCurrentList List<Market>
单屏显示的kline数据
getter/setter pair
klineListStream Stream<List<Market>>
no setter
klineMarketStream Stream<Market>
no setter
klineShowLoadingStream Stream<bool>
no setter
klineTotalList List<Market>
总数据
getter/setter pair
pMax double?
getter/setter pair
pMin double?
getter/setter pair
priceMax double?
getter/setter pair
priceMin double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenWidth double
getter/setter pair
toIndex int?
当前K线滑到的终点位置
getter/setter pair
volumeMax double?
getter/setter pair
volumeWidgetKey GlobalKey<State<StatefulWidget>>
getter/setter pair

Methods

dispose() → void
override
getFirstScreenScale() double
getSingleScreenCandleCount(double width) int
getSubKlineList(int from, int to) → void
initData() → void
marketSinkAdd(Market market) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
periodSwitch(String period) → void
periodSwitchSinkAdd(String period) → void
setCandlestickWidth(double scaleWidth) → void
setScreenWidth(double width) → void
showLoadingSinkAdd(bool show) → void
toString() String
A string representation of this object.
inherited
updateDataList(List<Market> dataList) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited