Show / Hide Table of Contents

Class ShuffleboardComponent<T>

Inheritance
Object
ShuffleboardComponent
ShuffleboardComponent<T>
ShuffleboardLayout
Implements
IShuffleboardValue
Inherited Members
ShuffleboardComponent.m_properties
ShuffleboardComponent.m_metadataDirty
ShuffleboardComponent.m_column
ShuffleboardComponent.m_row
ShuffleboardComponent.m_width
ShuffleboardComponent.m_height
ShuffleboardComponent.Parent
ShuffleboardComponent.Type
ShuffleboardComponent.Title
ShuffleboardComponent.BuildInto(NetworkTable, NetworkTable)
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 abstract class ShuffleboardComponent<T> : ShuffleboardComponent, IShuffleboardValue where T : ShuffleboardComponent<T>
Type Parameters
Name Description
T

Constructors

| Improve this Doc View Source

ShuffleboardComponent(IShuffleboardContainer, String, String)

Declaration
protected ShuffleboardComponent(IShuffleboardContainer parent, string title, string type = null)
Parameters
Type Name Description
IShuffleboardContainer parent
String title
String type

Methods

| Improve this Doc View Source

BuildMetadata(NetworkTable)

Declaration
protected void BuildMetadata(NetworkTable metaTable)
Parameters
Type Name Description
NetworkTable metaTable
| Improve this Doc View Source

WithPosition(Int32, Int32)

Declaration
public T WithPosition(int columnIndex, int rowIndex)
Parameters
Type Name Description
Int32 columnIndex
Int32 rowIndex
Returns
Type Description
T
| Improve this Doc View Source

WithProperties(Dictionary<String, Object>)

Declaration
public T WithProperties(Dictionary<string, object> properties)
Parameters
Type Name Description
Dictionary<String, Object> properties
Returns
Type Description
T
| Improve this Doc View Source

WithSize(Int32, Int32)

Declaration
public T WithSize(int width, int height)
Parameters
Type Name Description
Int32 width
Int32 height
Returns
Type Description
T

Implements

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