C# 클래스 Kimono.KCoreConfigSkeleton.ItemUInt

상속: Kimono.KConfigSkeletonGenericItem, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross

공개 메소드들

메소드 설명
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)

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
ItemUInt ( 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

ItemUInt() 보호된 메소드

protected ItemUInt ( Type dummy ) : System
dummy System.Type
리턴 System

ItemUInt() 공개 메소드

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

ItemUInt() 공개 메소드

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

MaxValue() 공개 메소드

@copydoc ItemInt.MaxValue()
public MaxValue ( ) : Qyoto.QVariant
리턴 Qyoto.QVariant

MinValue() 공개 메소드

@copydoc ItemInt.MinValue()
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() 공개 메소드

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

SetMinValue() 공개 메소드

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

SetProperty() 공개 메소드

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