C# Class PKStudio.Tools.uVisionGenerator.Classes.HelpClasses.MessagesParser

ファイルを表示 Open project: AlexandrSurkov/PKStudio Class Usage Examples

Public Methods

Method Description
Convert ( string ProjectPath ) : void
EnqueueItem ( string Message, string CurrentDirectory, List ProjectBuildContext ) : void
MessagesParser ( uVisionProject UVProject, string path ) : System

Protected Methods

Method Description
OnLog ( GeneratingLogMessage mess ) : void

Private Methods

Method Description
AddCompileFile ( RequiredObject obj, Target target ) : void
AddHFiles ( string group, List list, uVisionProject project ) : void
AddObjFile ( RequiredObject reqobj ) : void
AnalizeInputLibraries ( RequiredLibrary>.SortedList Libraryes, IList LogMessages ) : void
AnalizeInputObjects ( RequiredObject>.SortedList Objects ) : void
CheckCryptoLib ( RequiredLibrary>.SortedList Libraryes, IList LogMessages ) : void
CheckFile ( string filePath, List list ) : bool
CheckSocketsLibs ( RequiredLibrary>.SortedList Libraryes, IList LogMessages ) : void
CreateLibraryTartet ( RequiredLibrary lib ) : void
CreateLinkTarget ( Link link ) : void
CreateObjectTartet ( RequiredObject obj ) : void
ExpandPath ( string path ) : string
GetMFObjectFromProjectFile ( string path ) : object
Link_LogEvent ( GeneratingLogMessage mess ) : void

Method Details

Convert() public method

public Convert ( string ProjectPath ) : void
ProjectPath string
return void

EnqueueItem() public method

public EnqueueItem ( string Message, string CurrentDirectory, List ProjectBuildContext ) : void
Message string
CurrentDirectory string
ProjectBuildContext List
return void

MessagesParser() public method

public MessagesParser ( uVisionProject UVProject, string path ) : System
UVProject PKStudio.Tools.uVisionGenerator.Classes.uvProjectClasses.uVisionProject
path string
return System

OnLog() protected method

protected OnLog ( GeneratingLogMessage mess ) : void
mess GeneratingLogMessage
return void