C# Class Stetic.ProjectIconFactory

显示文件 Open project: mono/stetic Class Usage Examples

Public Methods

Method Description
GenerateBuildCode ( GeneratorContext ctx ) : void
GetIcon ( string name ) : ProjectIconSet
ProjectIconFactory ( ) : System
Read ( IProject project, XmlElement elem ) : void
RenderIcon ( IProject project, string name, Gtk size ) : Gdk.Pixbuf
RenderIcon ( IProject project, string name, int size ) : Gdk.Pixbuf
Write ( XmlDocument doc ) : XmlElement

Method Details

GenerateBuildCode() public method

public GenerateBuildCode ( GeneratorContext ctx ) : void
ctx GeneratorContext
return void

GetIcon() public method

public GetIcon ( string name ) : ProjectIconSet
name string
return ProjectIconSet

ProjectIconFactory() public method

public ProjectIconFactory ( ) : System
return System

Read() public method

public Read ( IProject project, XmlElement elem ) : void
project IProject
elem System.Xml.XmlElement
return void

RenderIcon() public method

public RenderIcon ( IProject project, string name, Gtk size ) : Gdk.Pixbuf
project IProject
name string
size Gtk
return Gdk.Pixbuf

RenderIcon() public method

public RenderIcon ( IProject project, string name, int size ) : Gdk.Pixbuf
project IProject
name string
size int
return Gdk.Pixbuf

Write() public method

public Write ( XmlDocument doc ) : XmlElement
doc System.Xml.XmlDocument
return System.Xml.XmlElement