See: Description
Class | Description |
---|---|
GInterval |
Class defining a validity interval.
|
GIntervalAbstract |
Abstract class for intervals so it can be extended for different inteval types.
|
GIntervalDate |
Class defining a validity interval.
|
GIntervalEmptyString |
Class to define an empty string validity check.
|
GIntervalFormatAbstract |
Abstract class defining an interval formatter used to update the format of the tooltip message of the
different entry fields.
|
GIntervalFormatDouble |
Abstract class defining an interval formatter used to update the format of the tooltip message of a
GEntryReal.
|
GIntervalFormatDuration |
Abstract class defining an interval formatter used to update the format of the tooltip message of a
GTime.
|
GIntervalFormatInteger |
Abstract class defining an interval formatter used to update the format of the tooltip message of a
GEntryInt.
|
GIntervalList |
Class used to define the list of intervals to apply to a value to determine if it is valid or not.
|
GMutableInterval |
Class defining a mutable interval of values to test values against.
|
GMutableIntervalDate |
Class defining a mutable interval of values to test values against.
|
Enum | Description |
---|---|
GIntervalAbstract.GStatus |
Enumerate defining the condition of the value being check.
|
GIntervalAbstract.Rule |
Enumerates to define the comportement of the range limits, if INCLUSIVE the test is done using "<=" or
">=", if EXCLUSIVE the test is done using "<" or ">".
|
Copyright © 2024. All rights reserved.