C# Class MonoDevelop.CSharp.Formatting.CSharpFormattingProfileDialog

ファイルを表示 Open project: LogosBible/monodevelop Class Usage Examples

Protected Properties

Property Type Description
ComboBoxStore ListStore

Public Methods

Method Description
CSharpFormattingProfileDialog ( CSharpFormattingPolicy profile ) : System
ConvertProperty ( Type propertyType, string newText ) : object
TranslateValue ( object value ) : string

Private Methods

Method Description
AddOption ( TreeStore model, TreeIter parent, string propertyName, string displayName, string example ) : TreeIter
AddOption ( TreeStore model, string propertyName, string displayName, string example ) : TreeIter
CSharpFormattingProfileDialog ( ) : System
ComboboxDataFunc ( TreeViewColumn col, CellRenderer cell, TreeModel model, TreeIter iter ) : void
GetProperty ( TreeModel model, TreeIter iter ) : PropertyInfo
GetPropertyByName ( string name ) : PropertyInfo
GetValue ( string propertyName ) : object
HandleEntryBeforUsingsChanged ( object sender, EventArgs e ) : void
RenderIcon ( TreeViewColumn col, CellRenderer cell, TreeModel model, TreeIter iter ) : void
SetFlag ( Entry entry, int oldValue ) : int
ToggleDataFunc ( TreeViewColumn col, CellRenderer cell, TreeModel model, TreeIter iter ) : void
TreeSelectionChanged ( object sender, EventArgs e ) : void
UpdateExample ( TreeModel model, TreeIter iter ) : void
UpdateExample ( string example ) : void

Method Details

CSharpFormattingProfileDialog() public method

public CSharpFormattingProfileDialog ( CSharpFormattingPolicy profile ) : System
profile CSharpFormattingPolicy
return System

ConvertProperty() public static method

public static ConvertProperty ( Type propertyType, string newText ) : object
propertyType Type
newText string
return object

TranslateValue() public static method

public static TranslateValue ( object value ) : string
value object
return string

Property Details

ComboBoxStore protected_oe property

protected ListStore ComboBoxStore
return ListStore