See: Description
Interface | Description |
---|---|
GClear |
Interface to be implemented by all the classes that need to be clear their values.
|
GCondensedIsModifiedInterface |
Interface to implemented by the components that must condense a global status from the status of its
subcomponents.
|
GCondensedStatusInterface |
Interface to implemented by the components that must condense a global status from the status of its
subcomponents.
|
GDisplay |
Interface to be implemented by all the classes that need to be displayed in the screen.
|
GItemTypeInterface |
Interface to define the item types used in the read and write operations in the XML files.
In order to control the available types of elements to be written in the configuration file, the developer of a library or a program using GENIUS library, should create a variable of type enum that implements this interface GItemTypeInterface. |
GListener |
Interface defining the methods needed to define the listerner to the Genuis events.
|
GReadWrite |
Interface defining the operations to implement for the components that save/read values from configuration
files.
|
GUncaughtExceptionHandler |
Interface to manage exceptions within the event loop of Genius.
|
Class | Description |
---|---|
GComponent |
Basic class of the GENIUS library, it is the base class used to represent all the GENIUS widgets.
|
GCondensedIsModified |
Class to condense the status of individual components into a global status.
|
GCondensedStatus |
Class to condense the status of individual components into a global status.
|
GEnvironment |
Class representing the GENIUS environment.
|
GEvent |
Class representing the Genius events.
|
GFileManipulation |
Class defining the methods needed to handle the configuration files in XML.
|
Enum | Description |
---|---|
GComponent.CopyPasteOperation |
Enum of the available copy-paste operations.
|
GComponent.DisplayIndicatorStatus |
Enum to determine if the ismModifiedIndicator shall be displayed: always, never, automatic.
|
GComponent.ItemType |
Enum represeting the type of items that can be saved in a configuration file.
|
GComponent.Operation |
Enum to determine the operation that shall be performed by the put method.
|
GEnvironment.Format |
Format for the entry field.
|
GEnvironment.UIElementColor |
Enumerates describing the list of modifiable GUI elements colors.
|
GItemType |
Item type for the XML writing/reading.
|
Copyright © 2024. All rights reserved.