C# Class xib2xaml.Converter

ファイルを表示 Open project: nodoid/xaml-utils Class Usage Examples

Public Methods

Method Description
ConvertFile ( ) : void
Converter ( string inf, string outf ) : System

Private Methods

Method Description
CreateFooter ( ) : void
CreateHeader ( ) : void
OutputUIElement ( UIObject ui ) : void
ProcessButton ( System.Xml.Linq.XDocument doc ) : void
ProcessColor ( string doc, UITypes type ) : void
ProcessEntry ( System.Xml.Linq.XDocument doc ) : void
ProcessFont ( string doc ) : void
ProcessImage ( System.Xml.Linq.XDocument doc ) : void
ProcessLabel ( System.Xml.Linq.XDocument doc ) : void
ProcessMakeDict ( string doc ) : NameValueCollection
ProcessNode ( string node, string fullSearch ) : void
ProcessRGBAColor ( List col ) : void
ProcessSystemColor ( string colType ) : void
ProcessTextView ( System.Xml.Linq.XDocument doc ) : void

Method Details

ConvertFile() public method

public ConvertFile ( ) : void
return void

Converter() public method

public Converter ( string inf, string outf ) : System
inf string
outf string
return System