C# Class Kimono.KCoreConfigSkeleton.ItemInt

Inheritance: Kimono.KConfigSkeletonGenericItem, IDisposable
ファイルを表示 Open project: 0xd34df00d/Qross

Public Methods

Method Description
Dispose ( ) : void
IsEqual ( Qyoto.QVariant p ) : bool @copydoc KConfigSkeletonItem.IsEqual(QVariant)
ItemInt ( string _group, string _key, int &reference ) : System
ItemInt ( string _group, string _key, int &reference, int defaultValue ) : System @copydoc KConfigSkeletonGenericItem.KConfigSkeletonGenericItem
MaxValue ( ) : Qyoto.QVariant Get the maximum value this is allowed to be stored in this item
MinValue ( ) : Qyoto.QVariant Get the minimum value that is allowed to be stored in this item
Property ( ) : Qyoto.QVariant @copydoc KConfigSkeletonItem.Property()
ReadConfig ( Kimono.KConfig config ) : void @copydoc KConfigSkeletonItem.ReadConfig(KConfig)
SetMaxValue ( int arg1 ) : void Set the maximum value for the item @sa maxValue
SetMinValue ( int arg1 ) : void Set the minimum value for the item @sa minValue()
SetProperty ( Qyoto.QVariant p ) : void @copydoc KConfigSkeletonItem.SetProperty(QVariant)

Protected Methods

Method Description
CreateProxy ( ) : void
ItemInt ( Type dummy ) : System

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

IsEqual() public method

@copydoc KConfigSkeletonItem.IsEqual(QVariant)
public IsEqual ( Qyoto.QVariant p ) : bool
p Qyoto.QVariant
return bool

ItemInt() protected method

protected ItemInt ( Type dummy ) : System
dummy System.Type
return System

ItemInt() public method

public ItemInt ( string _group, string _key, int &reference ) : System
_group string
_key string
reference int
return System

ItemInt() public method

@copydoc KConfigSkeletonGenericItem.KConfigSkeletonGenericItem
public ItemInt ( string _group, string _key, int &reference, int defaultValue ) : System
_group string
_key string
reference int
defaultValue int
return System

MaxValue() public method

Get the maximum value this is allowed to be stored in this item
public MaxValue ( ) : Qyoto.QVariant
return Qyoto.QVariant

MinValue() public method

Get the minimum value that is allowed to be stored in this item
public MinValue ( ) : Qyoto.QVariant
return Qyoto.QVariant

Property() public method

@copydoc KConfigSkeletonItem.Property()
public Property ( ) : Qyoto.QVariant
return Qyoto.QVariant

ReadConfig() public method

@copydoc KConfigSkeletonItem.ReadConfig(KConfig)
public ReadConfig ( Kimono.KConfig config ) : void
config Kimono.KConfig
return void

SetMaxValue() public method

Set the maximum value for the item @sa maxValue
public SetMaxValue ( int arg1 ) : void
arg1 int
return void

SetMinValue() public method

Set the minimum value for the item @sa minValue()
public SetMinValue ( int arg1 ) : void
arg1 int
return void

SetProperty() public method

@copydoc KConfigSkeletonItem.SetProperty(QVariant)
public SetProperty ( Qyoto.QVariant p ) : void
p Qyoto.QVariant
return void