TClassLayout enum
Values
- top → const TClassLayout
-
顶部布局(互动班课)
const TClassLayout('top') - double → const TClassLayout
-
双排布局(互动班课)
const TClassLayout('double') - right → const TClassLayout
-
右侧布局(互动班课)
const TClassLayout('right') - left → const TClassLayout
-
左侧布局(互动班课)
const TClassLayout('left') - three → const TClassLayout
-
三分屏(互动班课、1v1课)
const TClassLayout('three') - picInPic → const TClassLayout
-
电脑文档+视频,手机画中画(公开课)
const TClassLayout('picinpic') - videoDoc → const TClassLayout
-
电脑文档+视频, 手机文档+视频(公开课)
const TClassLayout('videodoc') - video → const TClassLayout
-
纯视频模式(公开课、1v1课)
const TClassLayout('video') - videoIM → const TClassLayout
-
视频+聊天模式(大班课纯视频,视频+IM)
const TClassLayout('videoim') - ctGrid9 → const TClassLayout
-
九宫格(双师课堂)
const TClassLayout('ctgrid9') - ctGrid16 → const TClassLayout
-
十六宫格(双师课堂)
const TClassLayout('ctgrid16') - ctPeer → const TClassLayout
-
对等布局
const TClassLayout('ctpeer') - ctStudent → const TClassLayout
-
放大学生画面
const TClassLayout('ctstudent') - ctTeacher → const TClassLayout
-
放大老师画面
const TClassLayout('ctteacher') - ctOnlyTeacher → const TClassLayout
-
只看老师画面
const TClassLayout('ctonlyteacher')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
TClassLayout> - A constant List of the values in this enum, in order of their declaration.