Documentation
¶
Overview ¶
Package view is a generated protocol buffer package.
It is generated from these files:
gomatcha.io/matcha/pb/view/view.proto
It has these top-level messages:
BuildNode LayoutPaintNode Root
Index ¶
- type BuildNode
- func (*BuildNode) Descriptor() ([]byte, []int)
- func (m *BuildNode) GetBridgeName() string
- func (m *BuildNode) GetBridgeValue() *google_protobuf.Any
- func (m *BuildNode) GetBuildId() int64
- func (m *BuildNode) GetChildren() []int64
- func (m *BuildNode) GetId() int64
- func (m *BuildNode) GetValues() map[string]*google_protobuf.Any
- func (*BuildNode) ProtoMessage()
- func (m *BuildNode) Reset()
- func (m *BuildNode) String() string
- type LayoutPaintNode
- func (*LayoutPaintNode) Descriptor() ([]byte, []int)
- func (m *LayoutPaintNode) GetChildOrder() []int64
- func (m *LayoutPaintNode) GetId() int64
- func (m *LayoutPaintNode) GetLayoutId() int64
- func (m *LayoutPaintNode) GetMaxx() float64
- func (m *LayoutPaintNode) GetMaxy() float64
- func (m *LayoutPaintNode) GetMinx() float64
- func (m *LayoutPaintNode) GetMiny() float64
- func (m *LayoutPaintNode) GetPaintId() int64
- func (m *LayoutPaintNode) GetPaintStyle() *matcha_paint.Style
- func (m *LayoutPaintNode) GetZIndex() int64
- func (*LayoutPaintNode) ProtoMessage()
- func (m *LayoutPaintNode) Reset()
- func (m *LayoutPaintNode) String() string
- type Root
- func (*Root) Descriptor() ([]byte, []int)
- func (m *Root) GetBuildNodes() map[int64]*BuildNode
- func (m *Root) GetLayoutPaintNodes() map[int64]*LayoutPaintNode
- func (m *Root) GetMiddleware() map[string]*google_protobuf.Any
- func (*Root) ProtoMessage()
- func (m *Root) Reset()
- func (m *Root) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildNode ¶
type BuildNode struct {
Id int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
BuildId int64 `protobuf:"varint,2,opt,name=buildId" json:"buildId,omitempty"`
BridgeName string `protobuf:"bytes,3,opt,name=bridgeName" json:"bridgeName,omitempty"`
BridgeValue *google_protobuf.Any `protobuf:"bytes,4,opt,name=bridgeValue" json:"bridgeValue,omitempty"`
Values map[string]*google_protobuf.Any `` /* 132-byte string literal not displayed */
Children []int64 `protobuf:"varint,6,rep,packed,name=children" json:"children,omitempty"`
}
func (*BuildNode) Descriptor ¶
func (*BuildNode) GetBridgeName ¶
func (*BuildNode) GetBridgeValue ¶
func (m *BuildNode) GetBridgeValue() *google_protobuf.Any
func (*BuildNode) GetBuildId ¶
func (*BuildNode) GetChildren ¶
func (*BuildNode) ProtoMessage ¶
func (*BuildNode) ProtoMessage()
type LayoutPaintNode ¶
type LayoutPaintNode struct {
Id int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
LayoutId int64 `protobuf:"varint,2,opt,name=layoutId" json:"layoutId,omitempty"`
PaintId int64 `protobuf:"varint,3,opt,name=paintId" json:"paintId,omitempty"`
// matcha.layout.Guide layoutGuide = 4;
// Guide
Minx float64 `protobuf:"fixed64,4,opt,name=minx" json:"minx,omitempty"`
Miny float64 `protobuf:"fixed64,5,opt,name=miny" json:"miny,omitempty"`
Maxx float64 `protobuf:"fixed64,6,opt,name=maxx" json:"maxx,omitempty"`
Maxy float64 `protobuf:"fixed64,7,opt,name=maxy" json:"maxy,omitempty"`
ZIndex int64 `protobuf:"varint,8,opt,name=zIndex" json:"zIndex,omitempty"`
ChildOrder []int64 `protobuf:"varint,9,rep,packed,name=childOrder" json:"childOrder,omitempty"`
PaintStyle *matcha_paint.Style `protobuf:"bytes,10,opt,name=paintStyle" json:"paintStyle,omitempty"`
}
func (*LayoutPaintNode) Descriptor ¶
func (*LayoutPaintNode) Descriptor() ([]byte, []int)
func (*LayoutPaintNode) GetChildOrder ¶
func (m *LayoutPaintNode) GetChildOrder() []int64
func (*LayoutPaintNode) GetId ¶
func (m *LayoutPaintNode) GetId() int64
func (*LayoutPaintNode) GetLayoutId ¶
func (m *LayoutPaintNode) GetLayoutId() int64
func (*LayoutPaintNode) GetMaxx ¶
func (m *LayoutPaintNode) GetMaxx() float64
func (*LayoutPaintNode) GetMaxy ¶
func (m *LayoutPaintNode) GetMaxy() float64
func (*LayoutPaintNode) GetMinx ¶
func (m *LayoutPaintNode) GetMinx() float64
func (*LayoutPaintNode) GetMiny ¶
func (m *LayoutPaintNode) GetMiny() float64
func (*LayoutPaintNode) GetPaintId ¶
func (m *LayoutPaintNode) GetPaintId() int64
func (*LayoutPaintNode) GetPaintStyle ¶
func (m *LayoutPaintNode) GetPaintStyle() *matcha_paint.Style
func (*LayoutPaintNode) GetZIndex ¶
func (m *LayoutPaintNode) GetZIndex() int64
func (*LayoutPaintNode) ProtoMessage ¶
func (*LayoutPaintNode) ProtoMessage()
func (*LayoutPaintNode) Reset ¶
func (m *LayoutPaintNode) Reset()
func (*LayoutPaintNode) String ¶
func (m *LayoutPaintNode) String() string
type Root ¶
type Root struct {
LayoutPaintNodes map[int64]*LayoutPaintNode `` /* 153-byte string literal not displayed */
BuildNodes map[int64]*BuildNode `` /* 141-byte string literal not displayed */
Middleware map[string]*google_protobuf.Any `` /* 140-byte string literal not displayed */
}
func (*Root) Descriptor ¶
func (*Root) GetBuildNodes ¶
func (*Root) GetLayoutPaintNodes ¶
func (m *Root) GetLayoutPaintNodes() map[int64]*LayoutPaintNode
func (*Root) GetMiddleware ¶
func (m *Root) GetMiddleware() map[string]*google_protobuf.Any
func (*Root) ProtoMessage ¶
func (*Root) ProtoMessage()
Directories
¶
| Path | Synopsis |
|---|---|
|
Package alert is a generated protocol buffer package.
|
Package alert is a generated protocol buffer package. |
|
Package button is a generated protocol buffer package.
|
Package button is a generated protocol buffer package. |
|
Package imageview is a generated protocol buffer package.
|
Package imageview is a generated protocol buffer package. |
|
Package progressview is a generated protocol buffer package.
|
Package progressview is a generated protocol buffer package. |
|
Package scrollview is a generated protocol buffer package.
|
Package scrollview is a generated protocol buffer package. |
|
Package segmentview is a generated protocol buffer package.
|
Package segmentview is a generated protocol buffer package. |
|
Package slider is a generated protocol buffer package.
|
Package slider is a generated protocol buffer package. |
|
Package stacknav is a generated protocol buffer package.
|
Package stacknav is a generated protocol buffer package. |
|
Package switchview is a generated protocol buffer package.
|
Package switchview is a generated protocol buffer package. |
|
Package tabscreen is a generated protocol buffer package.
|
Package tabscreen is a generated protocol buffer package. |
|
Package textinput is a generated protocol buffer package.
|
Package textinput is a generated protocol buffer package. |
Click to show internal directories.
Click to hide internal directories.