C# Class CTCOfficeGUI.TableViewScreen.TrackBlockRow

Structure for collecting track block labels
Datei anzeigen Open project: johnselker/Bazinga1186

Public Properties

Property Type Description
AuthorityLabel Label
FailureLabel Label
GradeLabel Label
HasTunnelLabel Label
LengthLabel Label
NameLabel Label
RRCrossingLabel Label
SignalLabel Label
SpeedLimitLabel Label
StaticLimitLabel Label
TrainLabel Label
TransponderLabel Label

Public Methods

Method Description
HideLabels ( ) : void

Hides all the labels in this group

ShowLabels ( ) : void

Shows all the labels in this group

Method Details

HideLabels() public method

Hides all the labels in this group
public HideLabels ( ) : void
return void

ShowLabels() public method

Shows all the labels in this group
public ShowLabels ( ) : void
return void

Property Details

AuthorityLabel public_oe property

public Label AuthorityLabel
return Label

FailureLabel public_oe property

public Label FailureLabel
return Label

GradeLabel public_oe property

public Label GradeLabel
return Label

HasTunnelLabel public_oe property

public Label HasTunnelLabel
return Label

LengthLabel public_oe property

public Label LengthLabel
return Label

NameLabel public_oe property

public Label NameLabel
return Label

RRCrossingLabel public_oe property

public Label RRCrossingLabel
return Label

SignalLabel public_oe property

public Label SignalLabel
return Label

SpeedLimitLabel public_oe property

public Label SpeedLimitLabel
return Label

StaticLimitLabel public_oe property

public Label StaticLimitLabel
return Label

TrainLabel public_oe property

public Label TrainLabel
return Label

TransponderLabel public_oe property

public Label TransponderLabel
return Label