C# Class Pinta.Core.BaseHistoryItem

Inheritance: IDisposable
Mostrar archivo Open project: xxgreg/Pinta Class Usage Examples

Public Properties

Property Type Description
Id Gtk.TreeIter

Public Methods

Method Description
BaseHistoryItem ( ) : System
BaseHistoryItem ( string icon, string text ) : System
BaseHistoryItem ( string icon, string text, HistoryItemState state ) : System
Dispose ( ) : void
Redo ( ) : void
Undo ( ) : void

Method Details

BaseHistoryItem() public method

public BaseHistoryItem ( ) : System
return System

BaseHistoryItem() public method

public BaseHistoryItem ( string icon, string text ) : System
icon string
text string
return System

BaseHistoryItem() public method

public BaseHistoryItem ( string icon, string text, HistoryItemState state ) : System
icon string
text string
state HistoryItemState
return System

Dispose() public method

public Dispose ( ) : void
return void

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void

Property Details

Id public_oe property

public TreeIter,Gtk Id
return Gtk.TreeIter