Show / Hide Table of Contents

Class ShuffleboardLayout

Inheritance
Object
ShuffleboardComponent
ShuffleboardComponent<ShuffleboardLayout>
ShuffleboardLayout
Implements
IShuffleboardContainer
IShuffleboardValue
Inherited Members
ShuffleboardComponent<ShuffleboardLayout>.WithProperties(Dictionary<String, Object>)
ShuffleboardComponent<ShuffleboardLayout>.WithPosition(Int32, Int32)
ShuffleboardComponent<ShuffleboardLayout>.WithSize(Int32, Int32)
ShuffleboardComponent<ShuffleboardLayout>.BuildMetadata(NetworkTable)
ShuffleboardComponent.m_properties
ShuffleboardComponent.m_metadataDirty
ShuffleboardComponent.m_column
ShuffleboardComponent.m_row
ShuffleboardComponent.m_width
ShuffleboardComponent.m_height
ShuffleboardComponent.Parent
ShuffleboardComponent.Type
ShuffleboardComponent.Title
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: WPILib.Shuffleboard
Assembly: WPILibSharp.dll
Syntax
public class ShuffleboardLayout : ShuffleboardComponent<ShuffleboardLayout>, IShuffleboardContainer, IShuffleboardValue

Properties

| Improve this Doc View Source

Components

Declaration
public List<ShuffleboardComponent> Components { get; }
Property Value
Type Description
List<ShuffleboardComponent>

Methods

| Improve this Doc View Source

BuildInto(NetworkTable, NetworkTable)

Declaration
public override void BuildInto(NetworkTable parentTable, NetworkTable metaTable)
Parameters
Type Name Description
NetworkTable parentTable
NetworkTable metaTable
Overrides
ShuffleboardComponent.BuildInto(NetworkTable, NetworkTable)
| Improve this Doc View Source

GetLayout(String)

Declaration
public ShuffleboardLayout GetLayout(string title)
Parameters
Type Name Description
String title
Returns
Type Description
ShuffleboardLayout
| Improve this Doc View Source

GetLayout(String, String)

Declaration
public ShuffleboardLayout GetLayout(string title, string type)
Parameters
Type Name Description
String title
String type
Returns
Type Description
ShuffleboardLayout
| Improve this Doc View Source

GetLayout(String, ILayoutType)

Declaration
public ShuffleboardLayout GetLayout(string title, ILayoutType layoutType)
Parameters
Type Name Description
String title
ILayoutType layoutType
Returns
Type Description
ShuffleboardLayout

Implements

IShuffleboardContainer
IShuffleboardValue
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet