C# Class PKStudio.uVision.Project.uVisionProject

Описывает проект Keil uVision
Show file Open project: AlexandrSurkov/PKStudio Class Usage Examples

Public Methods

Method Description
AddFile ( string path, string group ) : void
ContainsFile ( string path ) : bool
ContainsGroup ( string name ) : bool
FindFile ( string path ) : File
FindGroup ( string name ) : Group
GetAllProjectStrings ( ) : List
GetFilesStrings ( ) : List
GetGroupsStrings ( ) : List
SortGroups ( ) : void

Private Methods

Method Description
AddGroup ( string name ) : Group

Method Details

AddFile() public method

public AddFile ( string path, string group ) : void
path string
group string
return void

ContainsFile() public method

public ContainsFile ( string path ) : bool
path string
return bool

ContainsGroup() public method

public ContainsGroup ( string name ) : bool
name string
return bool

FindFile() public method

public FindFile ( string path ) : File
path string
return File

FindGroup() public method

public FindGroup ( string name ) : Group
name string
return Group

GetAllProjectStrings() public method

public GetAllProjectStrings ( ) : List
return List

GetFilesStrings() public method

public GetFilesStrings ( ) : List
return List

GetGroupsStrings() public method

public GetGroupsStrings ( ) : List
return List

SortGroups() public method

public SortGroups ( ) : void
return void