C# Class Emveepee.Widgets.StackView.StackList.Store

Inheritance: ProfileStore
Exibir arquivo Open project: mono/emveepee

Public Methods

Method Description
GetValue ( Gtk iter, int column, GLib &val ) : void
Store ( ProfileData data, DisplayOptions options ) : System
this ( int index ) : StackItem

Method Details

GetValue() public method

public GetValue ( Gtk iter, int column, GLib &val ) : void
iter Gtk
column int
val GLib
return void

Store() public method

public Store ( ProfileData data, DisplayOptions options ) : System
data Emveepee.Decoding.ProfileData
options DisplayOptions
return System

this() public method

public this ( int index ) : StackItem
index int
return Emveepee.Decoding.StackItem