C# Класс Kimono.KCoreConfigSkeleton.ItemInt

Наследование: Kimono.KConfigSkeletonGenericItem, IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
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)

Защищенные методы

Метод Описание
CreateProxy ( ) : void
ItemInt ( Type dummy ) : System

Описание методов

CreateProxy() защищенный Метод

protected CreateProxy ( ) : void
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

IsEqual() публичный Метод

@copydoc KConfigSkeletonItem.IsEqual(QVariant)
public IsEqual ( Qyoto.QVariant p ) : bool
p Qyoto.QVariant
Результат bool

ItemInt() защищенный Метод

protected ItemInt ( Type dummy ) : System
dummy System.Type
Результат System

ItemInt() публичный Метод

public ItemInt ( string _group, string _key, int &reference ) : System
_group string
_key string
reference int
Результат System

ItemInt() публичный Метод

@copydoc KConfigSkeletonGenericItem.KConfigSkeletonGenericItem
public ItemInt ( string _group, string _key, int &reference, int defaultValue ) : System
_group string
_key string
reference int
defaultValue int
Результат System

MaxValue() публичный Метод

Get the maximum value this is allowed to be stored in this item
public MaxValue ( ) : Qyoto.QVariant
Результат Qyoto.QVariant

MinValue() публичный Метод

Get the minimum value that is allowed to be stored in this item
public MinValue ( ) : Qyoto.QVariant
Результат Qyoto.QVariant

Property() публичный Метод

@copydoc KConfigSkeletonItem.Property()
public Property ( ) : Qyoto.QVariant
Результат Qyoto.QVariant

ReadConfig() публичный Метод

@copydoc KConfigSkeletonItem.ReadConfig(KConfig)
public ReadConfig ( Kimono.KConfig config ) : void
config Kimono.KConfig
Результат void

SetMaxValue() публичный Метод

Set the maximum value for the item @sa maxValue
public SetMaxValue ( int arg1 ) : void
arg1 int
Результат void

SetMinValue() публичный Метод

Set the minimum value for the item @sa minValue()
public SetMinValue ( int arg1 ) : void
arg1 int
Результат void

SetProperty() публичный Метод

@copydoc KConfigSkeletonItem.SetProperty(QVariant)
public SetProperty ( Qyoto.QVariant p ) : void
p Qyoto.QVariant
Результат void