Class ShuffleboardComponent
Inheritance
ShuffleboardComponent
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
Fields
|
Improve this Doc
View Source
m_column
Declaration
Field Value
|
Improve this Doc
View Source
m_height
Declaration
Field Value
|
Improve this Doc
View Source
Declaration
protected bool m_metadataDirty
Field Value
|
Improve this Doc
View Source
m_properties
Declaration
protected Dictionary<string, object> m_properties
Field Value
|
Improve this Doc
View Source
m_row
Declaration
Field Value
|
Improve this Doc
View Source
m_width
Declaration
Field Value
Properties
|
Improve this Doc
View Source
Parent
Declaration
public IShuffleboardContainer Parent { get; }
Property Value
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public string Type { get; protected set; }
Property Value
Methods
|
Improve this Doc
View Source
BuildInto(NetworkTable, NetworkTable)
Declaration
public abstract void BuildInto(NetworkTable parentTable, NetworkTable metaTable)
Parameters
Implements