Documentation ¶
Overview ¶
Package ios is a generated protocol buffer package.
It is generated from these files:
gomatcha.io/matcha/proto/view/ios/progressview.proto gomatcha.io/matcha/proto/view/ios/segmentview.proto gomatcha.io/matcha/proto/view/ios/stackview.proto gomatcha.io/matcha/proto/view/ios/tabview.proto
It has these top-level messages:
ProgressView SegmentView SegmentViewEvent StackChildView StackView StackBar StackEvent TabChildView TabView TabEvent
Index ¶
- type ProgressView
- type SegmentView
- func (*SegmentView) Descriptor() ([]byte, []int)
- func (m *SegmentView) GetEnabled() bool
- func (m *SegmentView) GetMomentary() bool
- func (m *SegmentView) GetTitles() []string
- func (m *SegmentView) GetValue() int64
- func (*SegmentView) ProtoMessage()
- func (m *SegmentView) Reset()
- func (m *SegmentView) String() string
- type SegmentViewEvent
- type StackBar
- func (*StackBar) Descriptor() ([]byte, []int)
- func (m *StackBar) GetBackButtonHidden() bool
- func (m *StackBar) GetBackButtonTitle() string
- func (m *StackBar) GetCustomBackButtonTitle() bool
- func (m *StackBar) GetHasTitleView() bool
- func (m *StackBar) GetLeftViewCount() int64
- func (m *StackBar) GetRightViewCount() int64
- func (m *StackBar) GetTitle() string
- func (*StackBar) ProtoMessage()
- func (m *StackBar) Reset()
- func (m *StackBar) String() string
- type StackChildView
- type StackEvent
- type StackView
- func (*StackView) Descriptor() ([]byte, []int)
- func (m *StackView) GetBackTextStyle() *matcha_text.TextStyle
- func (m *StackView) GetBarColor() *matcha.Color
- func (m *StackView) GetChildren() []*StackChildView
- func (m *StackView) GetTitleTextStyle() *matcha_text.TextStyle
- func (*StackView) ProtoMessage()
- func (m *StackView) Reset()
- func (m *StackView) String() string
- type TabChildView
- func (*TabChildView) Descriptor() ([]byte, []int)
- func (m *TabChildView) GetBadge() string
- func (m *TabChildView) GetIcon() *matcha.ImageOrResource
- func (m *TabChildView) GetSelectedIcon() *matcha.ImageOrResource
- func (m *TabChildView) GetTitle() string
- func (*TabChildView) ProtoMessage()
- func (m *TabChildView) Reset()
- func (m *TabChildView) String() string
- type TabEvent
- type TabView
- func (*TabView) Descriptor() ([]byte, []int)
- func (m *TabView) GetBarColor() *matcha.Color
- func (m *TabView) GetScreens() []*TabChildView
- func (m *TabView) GetSelectedColor() *matcha.Color
- func (m *TabView) GetSelectedIndex() int64
- func (m *TabView) GetSelectedTextStyle() *matcha_text.TextStyle
- func (m *TabView) GetUnselectedColor() *matcha.Color
- func (m *TabView) GetUnselectedTextStyle() *matcha_text.TextStyle
- func (*TabView) ProtoMessage()
- func (m *TabView) Reset()
- func (m *TabView) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgressView ¶
type ProgressView struct { Progress float64 `protobuf:"fixed64,1,opt,name=progress" json:"progress,omitempty"` ProgressColor *matcha.Color `protobuf:"bytes,2,opt,name=progressColor" json:"progressColor,omitempty"` }
func (*ProgressView) Descriptor ¶
func (*ProgressView) Descriptor() ([]byte, []int)
func (*ProgressView) GetProgress ¶
func (m *ProgressView) GetProgress() float64
func (*ProgressView) GetProgressColor ¶
func (m *ProgressView) GetProgressColor() *matcha.Color
func (*ProgressView) ProtoMessage ¶
func (*ProgressView) ProtoMessage()
func (*ProgressView) Reset ¶
func (m *ProgressView) Reset()
func (*ProgressView) String ¶
func (m *ProgressView) String() string
type SegmentView ¶
type SegmentView struct { Value int64 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"` Titles []string `protobuf:"bytes,2,rep,name=titles" json:"titles,omitempty"` Momentary bool `protobuf:"varint,3,opt,name=momentary" json:"momentary,omitempty"` Enabled bool `protobuf:"varint,4,opt,name=enabled" json:"enabled,omitempty"` }
func (*SegmentView) Descriptor ¶
func (*SegmentView) Descriptor() ([]byte, []int)
func (*SegmentView) GetEnabled ¶
func (m *SegmentView) GetEnabled() bool
func (*SegmentView) GetMomentary ¶
func (m *SegmentView) GetMomentary() bool
func (*SegmentView) GetTitles ¶
func (m *SegmentView) GetTitles() []string
func (*SegmentView) GetValue ¶
func (m *SegmentView) GetValue() int64
func (*SegmentView) ProtoMessage ¶
func (*SegmentView) ProtoMessage()
func (*SegmentView) Reset ¶
func (m *SegmentView) Reset()
func (*SegmentView) String ¶
func (m *SegmentView) String() string
type SegmentViewEvent ¶
type SegmentViewEvent struct {
Value int64 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
}
func (*SegmentViewEvent) Descriptor ¶
func (*SegmentViewEvent) Descriptor() ([]byte, []int)
func (*SegmentViewEvent) GetValue ¶
func (m *SegmentViewEvent) GetValue() int64
func (*SegmentViewEvent) ProtoMessage ¶
func (*SegmentViewEvent) ProtoMessage()
func (*SegmentViewEvent) Reset ¶
func (m *SegmentViewEvent) Reset()
func (*SegmentViewEvent) String ¶
func (m *SegmentViewEvent) String() string
type StackBar ¶
type StackBar struct { Title string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"` BackButtonHidden bool `protobuf:"varint,7,opt,name=backButtonHidden" json:"backButtonHidden,omitempty"` CustomBackButtonTitle bool `protobuf:"varint,2,opt,name=customBackButtonTitle" json:"customBackButtonTitle,omitempty"` BackButtonTitle string `protobuf:"bytes,3,opt,name=backButtonTitle" json:"backButtonTitle,omitempty"` HasTitleView bool `protobuf:"varint,4,opt,name=hasTitleView" json:"hasTitleView,omitempty"` RightViewCount int64 `protobuf:"varint,5,opt,name=rightViewCount" json:"rightViewCount,omitempty"` LeftViewCount int64 `protobuf:"varint,6,opt,name=leftViewCount" json:"leftViewCount,omitempty"` }
func (*StackBar) Descriptor ¶
func (*StackBar) GetBackButtonHidden ¶
func (*StackBar) GetBackButtonTitle ¶
func (*StackBar) GetCustomBackButtonTitle ¶
func (*StackBar) GetHasTitleView ¶
func (*StackBar) GetLeftViewCount ¶
func (*StackBar) GetRightViewCount ¶
func (*StackBar) ProtoMessage ¶
func (*StackBar) ProtoMessage()
type StackChildView ¶
type StackChildView struct {
ScreenId int64 `protobuf:"varint,3,opt,name=screenId" json:"screenId,omitempty"`
}
func (*StackChildView) Descriptor ¶
func (*StackChildView) Descriptor() ([]byte, []int)
func (*StackChildView) GetScreenId ¶
func (m *StackChildView) GetScreenId() int64
func (*StackChildView) ProtoMessage ¶
func (*StackChildView) ProtoMessage()
func (*StackChildView) Reset ¶
func (m *StackChildView) Reset()
func (*StackChildView) String ¶
func (m *StackChildView) String() string
type StackEvent ¶
type StackEvent struct {
Id []int64 `protobuf:"varint,1,rep,packed,name=id" json:"id,omitempty"`
}
func (*StackEvent) Descriptor ¶
func (*StackEvent) Descriptor() ([]byte, []int)
func (*StackEvent) GetId ¶
func (m *StackEvent) GetId() []int64
func (*StackEvent) ProtoMessage ¶
func (*StackEvent) ProtoMessage()
func (*StackEvent) Reset ¶
func (m *StackEvent) Reset()
func (*StackEvent) String ¶
func (m *StackEvent) String() string
type StackView ¶
type StackView struct { Children []*StackChildView `protobuf:"bytes,1,rep,name=children" json:"children,omitempty"` TitleTextStyle *matcha_text.TextStyle `protobuf:"bytes,2,opt,name=titleTextStyle" json:"titleTextStyle,omitempty"` BackTextStyle *matcha_text.TextStyle `protobuf:"bytes,3,opt,name=backTextStyle" json:"backTextStyle,omitempty"` BarColor *matcha.Color `protobuf:"bytes,4,opt,name=barColor" json:"barColor,omitempty"` }
func (*StackView) Descriptor ¶
func (*StackView) GetBackTextStyle ¶
func (m *StackView) GetBackTextStyle() *matcha_text.TextStyle
func (*StackView) GetBarColor ¶
func (*StackView) GetChildren ¶
func (m *StackView) GetChildren() []*StackChildView
func (*StackView) GetTitleTextStyle ¶
func (m *StackView) GetTitleTextStyle() *matcha_text.TextStyle
func (*StackView) ProtoMessage ¶
func (*StackView) ProtoMessage()
type TabChildView ¶
type TabChildView struct { Title string `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"` Icon *matcha.ImageOrResource `protobuf:"bytes,3,opt,name=icon" json:"icon,omitempty"` SelectedIcon *matcha.ImageOrResource `protobuf:"bytes,4,opt,name=selectedIcon" json:"selectedIcon,omitempty"` Badge string `protobuf:"bytes,5,opt,name=badge" json:"badge,omitempty"` }
func (*TabChildView) Descriptor ¶
func (*TabChildView) Descriptor() ([]byte, []int)
func (*TabChildView) GetBadge ¶
func (m *TabChildView) GetBadge() string
func (*TabChildView) GetIcon ¶
func (m *TabChildView) GetIcon() *matcha.ImageOrResource
func (*TabChildView) GetSelectedIcon ¶
func (m *TabChildView) GetSelectedIcon() *matcha.ImageOrResource
func (*TabChildView) GetTitle ¶
func (m *TabChildView) GetTitle() string
func (*TabChildView) ProtoMessage ¶
func (*TabChildView) ProtoMessage()
func (*TabChildView) Reset ¶
func (m *TabChildView) Reset()
func (*TabChildView) String ¶
func (m *TabChildView) String() string
type TabEvent ¶
type TabEvent struct {
SelectedIndex int64 `protobuf:"varint,1,opt,name=selectedIndex" json:"selectedIndex,omitempty"`
}
func (*TabEvent) Descriptor ¶
func (*TabEvent) GetSelectedIndex ¶
func (*TabEvent) ProtoMessage ¶
func (*TabEvent) ProtoMessage()
type TabView ¶
type TabView struct { Screens []*TabChildView `protobuf:"bytes,1,rep,name=screens" json:"screens,omitempty"` SelectedIndex int64 `protobuf:"varint,2,opt,name=selectedIndex" json:"selectedIndex,omitempty"` BarColor *matcha.Color `protobuf:"bytes,3,opt,name=barColor" json:"barColor,omitempty"` SelectedColor *matcha.Color `protobuf:"bytes,6,opt,name=selectedColor" json:"selectedColor,omitempty"` UnselectedColor *matcha.Color `protobuf:"bytes,7,opt,name=unselectedColor" json:"unselectedColor,omitempty"` SelectedTextStyle *matcha_text.TextStyle `protobuf:"bytes,8,opt,name=selectedTextStyle" json:"selectedTextStyle,omitempty"` UnselectedTextStyle *matcha_text.TextStyle `protobuf:"bytes,9,opt,name=unselectedTextStyle" json:"unselectedTextStyle,omitempty"` }
func (*TabView) Descriptor ¶
func (*TabView) GetBarColor ¶
func (*TabView) GetScreens ¶
func (m *TabView) GetScreens() []*TabChildView
func (*TabView) GetSelectedColor ¶
func (*TabView) GetSelectedIndex ¶
func (*TabView) GetSelectedTextStyle ¶
func (m *TabView) GetSelectedTextStyle() *matcha_text.TextStyle
func (*TabView) GetUnselectedColor ¶
func (*TabView) GetUnselectedTextStyle ¶
func (m *TabView) GetUnselectedTextStyle() *matcha_text.TextStyle
func (*TabView) ProtoMessage ¶
func (*TabView) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.