C# Class Kimono.KCoreConfigSkeleton.ItemUInt

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

Public Methods

Method Description
Dispose ( ) : void
IsEqual ( Qyoto.QVariant p ) : bool @copydoc KConfigSkeletonItem.IsEqual(QVariant)
ItemUInt ( string _group, string _key, int &reference ) : System
ItemUInt ( string _group, string _key, int &reference, uint defaultValue ) : System @copydoc KConfigSkeletonGenericItem.KConfigSkeletonGenericItem
MaxValue ( ) : Qyoto.QVariant @copydoc ItemInt.MaxValue()
MinValue ( ) : Qyoto.QVariant @copydoc ItemInt.MinValue()
Property ( ) : Qyoto.QVariant @copydoc KConfigSkeletonItem.Property()
ReadConfig ( Kimono.KConfig config ) : void @copydoc KConfigSkeletonItem.ReadConfig(KConfig)
SetMaxValue ( uint arg1 ) : void @copydoc ItemInt.SetMaxValue(qint32)
SetMinValue ( uint arg1 ) : void @copydoc ItemInt.SetMinValue(qint32)
SetProperty ( Qyoto.QVariant p ) : void @copydoc KConfigSkeletonItem.SetProperty(QVariant)

Protected Methods

Method Description
CreateProxy ( ) : void
ItemUInt ( 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

ItemUInt() protected method

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

ItemUInt() public method

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

ItemUInt() public method

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

MaxValue() public method

@copydoc ItemInt.MaxValue()
public MaxValue ( ) : Qyoto.QVariant
return Qyoto.QVariant

MinValue() public method

@copydoc ItemInt.MinValue()
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

@copydoc ItemInt.SetMaxValue(qint32)
public SetMaxValue ( uint arg1 ) : void
arg1 uint
return void

SetMinValue() public method

@copydoc ItemInt.SetMinValue(qint32)
public SetMinValue ( uint arg1 ) : void
arg1 uint
return void

SetProperty() public method

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