프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Configuration_PropertyChanged | void | ||
FindNameForMultiLayoutMode | string | ||
GetLayouts | LayoutsInformation | ||
IsMultiLayoutsChanged | bool |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
InitializeLocationsInner ( string uiDirectory ) : void | ||
LoadOrThrow ( ) : void |
메소드 | 설명 | |
---|---|---|
Configuration_PropertyChanged ( object sender, |
||
FindNameForMultiLayoutMode ( IReadOnlyList |
||
GetLayouts ( ) : LayoutsInformation | ||
IsMultiLayoutsChanged ( ) : bool |
public GetLayoutById ( string idWithLayout ) : |
||
idWithLayout | string | Id with layout id ("ks_nordschleife/touristenfahrten") |
리턴 |
public GetLayoutByLayoutId ( string layoutId ) : |
||
layoutId | string | Layout id ("touristenfahrten", not "ks_nordschleife/touristenfahrten"!) |
리턴 |
public HandleChangedFile ( string filename ) : bool | ||
filename | string | |
리턴 | bool |
protected InitializeLocationsInner ( string uiDirectory ) : void | ||
uiDirectory | string | |
리턴 | void |
public TrackObject ( IFileAcManager manager, string id, bool enabled ) : System | ||
manager | IFileAcManager | |
id | string | |
enabled | bool | |
리턴 | System |