ios

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

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

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) Descriptor() ([]byte, []int)

func (*StackBar) GetBackButtonHidden

func (m *StackBar) GetBackButtonHidden() bool

func (*StackBar) GetBackButtonTitle

func (m *StackBar) GetBackButtonTitle() string

func (*StackBar) GetCustomBackButtonTitle

func (m *StackBar) GetCustomBackButtonTitle() bool

func (*StackBar) GetHasTitleView

func (m *StackBar) GetHasTitleView() bool

func (*StackBar) GetLeftViewCount

func (m *StackBar) GetLeftViewCount() int64

func (*StackBar) GetRightViewCount

func (m *StackBar) GetRightViewCount() int64

func (*StackBar) GetTitle

func (m *StackBar) GetTitle() string

func (*StackBar) ProtoMessage

func (*StackBar) ProtoMessage()

func (*StackBar) Reset

func (m *StackBar) Reset()

func (*StackBar) String

func (m *StackBar) String() string

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) Descriptor() ([]byte, []int)

func (*StackView) GetBackTextStyle

func (m *StackView) GetBackTextStyle() *matcha_text.TextStyle

func (*StackView) GetBarColor

func (m *StackView) GetBarColor() *matcha.Color

func (*StackView) GetChildren

func (m *StackView) GetChildren() []*StackChildView

func (*StackView) GetTitleTextStyle

func (m *StackView) GetTitleTextStyle() *matcha_text.TextStyle

func (*StackView) ProtoMessage

func (*StackView) ProtoMessage()

func (*StackView) Reset

func (m *StackView) Reset()

func (*StackView) String

func (m *StackView) String() string

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) Descriptor() ([]byte, []int)

func (*TabEvent) GetSelectedIndex

func (m *TabEvent) GetSelectedIndex() int64

func (*TabEvent) ProtoMessage

func (*TabEvent) ProtoMessage()

func (*TabEvent) Reset

func (m *TabEvent) Reset()

func (*TabEvent) String

func (m *TabEvent) String() string

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) Descriptor() ([]byte, []int)

func (*TabView) GetBarColor

func (m *TabView) GetBarColor() *matcha.Color

func (*TabView) GetScreens

func (m *TabView) GetScreens() []*TabChildView

func (*TabView) GetSelectedColor

func (m *TabView) GetSelectedColor() *matcha.Color

func (*TabView) GetSelectedIndex

func (m *TabView) GetSelectedIndex() int64

func (*TabView) GetSelectedTextStyle

func (m *TabView) GetSelectedTextStyle() *matcha_text.TextStyle

func (*TabView) GetUnselectedColor

func (m *TabView) GetUnselectedColor() *matcha.Color

func (*TabView) GetUnselectedTextStyle

func (m *TabView) GetUnselectedTextStyle() *matcha_text.TextStyle

func (*TabView) ProtoMessage

func (*TabView) ProtoMessage()

func (*TabView) Reset

func (m *TabView) Reset()

func (*TabView) String

func (m *TabView) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL