Property | Type | Description | |
---|---|---|---|
Configuration_PropertyChanged | void | ||
FindNameForMultiLayoutMode | string | ||
GetLayouts | LayoutsInformation | ||
IsMultiLayoutsChanged | bool |
Method | Description | |
---|---|---|
GetLayoutById ( string idWithLayout ) : |
Get layout by id+layout id.
|
|
GetLayoutByLayoutId ( string layoutId ) : |
Get layout by its id.
|
|
HandleChangedFile ( string filename ) : bool | ||
Reload ( ) : void | ||
Save ( ) : void | ||
TrackObject ( IFileAcManager manager, string id, bool enabled ) : System |
Method | Description | |
---|---|---|
InitializeLocationsInner ( string uiDirectory ) : void | ||
LoadOrThrow ( ) : void |
Method | Description | |
---|---|---|
Configuration_PropertyChanged ( object sender, |
||
FindNameForMultiLayoutMode ( IReadOnlyList |
||
GetLayouts ( ) : LayoutsInformation | ||
IsMultiLayoutsChanged ( ) : bool |
public GetLayoutById ( string idWithLayout ) : |
||
idWithLayout | string | Id with layout id ("ks_nordschleife/touristenfahrten") |
return |
public GetLayoutByLayoutId ( string layoutId ) : |
||
layoutId | string | Layout id ("touristenfahrten", not "ks_nordschleife/touristenfahrten"!) |
return |
public HandleChangedFile ( string filename ) : bool | ||
filename | string | |
return | bool |
protected InitializeLocationsInner ( string uiDirectory ) : void | ||
uiDirectory | string | |
return | void |
public TrackObject ( IFileAcManager manager, string id, bool enabled ) : System | ||
manager | IFileAcManager | |
id | string | |
enabled | bool | |
return | System |