C# Class Kimono.KCoreConfigSkeleton.ItemSize

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

Public Methods

Method Description
Dispose ( ) : void
IsEqual ( Qyoto.QVariant p ) : bool @copydoc KConfigSkeletonItem.IsEqual(QVariant)
ItemSize ( string _group, string _key, Qyoto.QSize reference ) : System
ItemSize ( string _group, string _key, Qyoto.QSize reference, Qyoto.QSize defaultValue ) : System @copydoc KConfigSkeletonGenericItem.KConfigSkeletonGenericItem
Property ( ) : Qyoto.QVariant @copydoc KConfigSkeletonItem.Property()
ReadConfig ( Kimono.KConfig config ) : void @copydoc KConfigSkeletonItem.ReadConfig(KConfig)
SetProperty ( Qyoto.QVariant p ) : void @copydoc KConfigSkeletonItem.SetProperty(QVariant)

Protected Methods

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

ItemSize() protected method

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

ItemSize() public method

public ItemSize ( string _group, string _key, Qyoto.QSize reference ) : System
_group string
_key string
reference Qyoto.QSize
return System

ItemSize() public method

@copydoc KConfigSkeletonGenericItem.KConfigSkeletonGenericItem
public ItemSize ( string _group, string _key, Qyoto.QSize reference, Qyoto.QSize defaultValue ) : System
_group string
_key string
reference Qyoto.QSize
defaultValue Qyoto.QSize
return System

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

SetProperty() public method

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