C# Класс Kimono.KIntValidator

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

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

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

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

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

Приватные методы

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

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

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

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

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

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

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

public KIntValidator ( QWidget parent ) : System
parent Qyoto.QWidget
Результат System

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

Constuctor. Also sets the base value.
public KIntValidator ( QWidget parent, int arg2 ) : System
parent Qyoto.QWidget
arg2 int
Результат System

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

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

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

public KIntValidator ( int bottom, int top, QWidget parent ) : System
bottom int
top int
parent Qyoto.QWidget
Результат System

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

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
Результат System