Show / Hide Table of Contents

Class ShuffleboardComponent

Inheritance
Object
ShuffleboardComponent
ShuffleboardComponent<T>
Implements
IShuffleboardValue
Inherited Members
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 : IShuffleboardValue

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

Fields

| Improve this Doc View Source

m_column

Declaration
protected int m_column
Field Value
Type Description
Int32
| Improve this Doc View Source

m_height

Declaration
protected int m_height
Field Value
Type Description
Int32
| Improve this Doc View Source

m_metadataDirty

Declaration
protected bool m_metadataDirty
Field Value
Type Description
Boolean
| Improve this Doc View Source

m_properties

Declaration
protected Dictionary<string, object> m_properties
Field Value
Type Description
Dictionary<String, Object>
| Improve this Doc View Source

m_row

Declaration
protected int m_row
Field Value
Type Description
Int32
| Improve this Doc View Source

m_width

Declaration
protected int m_width
Field Value
Type Description
Int32

Properties

| Improve this Doc View Source

Parent

Declaration
public IShuffleboardContainer Parent { get; }
Property Value
Type Description
IShuffleboardContainer
| Improve this Doc View Source

Title

Declaration
public string Title { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Type

Declaration
public string Type { get; protected set; }
Property Value
Type Description
String

Methods

| Improve this Doc View Source

BuildInto(NetworkTable, NetworkTable)

Declaration
public abstract void BuildInto(NetworkTable parentTable, NetworkTable metaTable)
Parameters
Type Name Description
NetworkTable parentTable
NetworkTable metaTable

Implements

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