C# Class Kimono.KIntValidator

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

Public Methods

Method Description
Dispose ( ) : void
KIntValidator ( QWidget parent ) : System
KIntValidator ( QWidget parent, int arg2 ) : System Constuctor. Also sets the base value.
KIntValidator ( int bottom, int top, QWidget parent ) : System
KIntValidator ( int bottom, int top, QWidget parent, int arg4 ) : System Constructor. Also sets the minimum, maximum, and numeric base values.

Protected Methods

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

Private Methods

Method Description
Base ( ) : int
Bottom ( ) : int
Fixup ( StringBuilder arg1 ) : void
SetBase ( int arg1 ) : void
SetRange ( int bottom, int top ) : void
Top ( ) : int
Validate ( StringBuilder arg1, int &arg2 ) : QValidator.State

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

KIntValidator() public method

public KIntValidator ( QWidget parent ) : System
parent Qyoto.QWidget
return System

KIntValidator() public method

Constuctor. Also sets the base value.
public KIntValidator ( QWidget parent, int arg2 ) : System
parent Qyoto.QWidget
arg2 int
return System

KIntValidator() protected method

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

KIntValidator() public method

public KIntValidator ( int bottom, int top, QWidget parent ) : System
bottom int
top int
parent Qyoto.QWidget
return System

KIntValidator() public method

Constructor. Also sets the minimum, maximum, and numeric base values.
public KIntValidator ( int bottom, int top, QWidget parent, int arg4 ) : System
bottom int
top int
parent Qyoto.QWidget
arg4 int
return System