libyui  3.2.4
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
oCFSizeStore and operate on (file/package/partition) sizes (long long)
oCImplPtrHelper template class for implementation pointers (pointers to a private class or structure that hold the member variables of a higher-level class that is part of a public API)
oCOptimizeChangesHelper class that calls startMultipleChanges() in its constructor and cares about the necessary call to doneMultipleChanges() when it goes out of scope
oCSortedTreeItemTemplate class for tree items that maintain sort order
oCTreeItemTemplate class for tree items that can handle tree children in a generic way - firstChild(), next() and parent()
oCYAlignmentImplementation of all the alignment widgets:
oCYAlignmentPrivate
oCYApplicationClass for application-wide values and functions
oCYApplicationPrivate
oCYBarGraphA graph showing partitioning of a whole
oCYBarGraphMultiUpdateHelper class for multiple updates to a YBarGraph widget: This will hold back display updates until this object goes out of scope
oCYBarGraphPrivate
oCYBarGraphSegmentOne segment of a YBarGraph
oCYBothDimTemplate class for two-dimensional entities, such as
oCYBuiltinCallerAbstract base class for transparently calling a built-in function
oCYBusyIndicatorIndicates that something is in progress and has not frozen yet
oCYBusyIndicatorPrivate
oCYButtonBoxContainer widget for dialog buttons that abstracts the button order depending on the desktop environment
oCYButtonBoxLayoutPolicyHelper class: Layout policy for YButtonBox widgets
oCYButtonBoxMarginsHelper class: Margins for YButtonBox widgets
oCYButtonBoxPrivate
oCYCancelEventEvent to be returned upon closing a dialog with the window manager close button (or Alt-F4)
oCYCheckBoxA tri-state check box
oCYCheckBoxFrameA frame with a check-box, may auto-disable frame contents based on the check
oCYCheckBoxFramePrivate
oCYCheckBoxPrivate
oCYChildrenManagerAbstract base template class for children management, such as child widgets
oCYChildrenRejectorChildren manager that rejects all children
oCYCodeLocationHelper class for UI exceptions: Store FILE, FUNCTION and LINE
oCYColorHelper class to define an RGB color
oCYComboBoxComboBox (or "drop down box", "drop down selection"); may be editable
oCYComboBoxPrivate
oCYCommandLineUtility class to access /proc/<pid>/cmdline to retrieve argc and argv
oCYCommandLinePrivate
oCYContextMenuContextMenu: Similar to PushButton, but with several actions: Upon clicking on a ContextMenu (or activating it with the keyboard), a pop-up menu opens where the user can activate an action
oCYContextMenuPrivate
oCYDateFieldInput field for entering a date
oCYDateFieldPrivate
oCYDebugEventEvent to be returned upon closing a dialog with the window manager close button (or Alt-F4)
oCYDialogA window in the desktop environment
oCYDialogPrivate
oCYDialogSpyAn interactive dialog debugger: Show the structure and content of a dialog and its widgets
oCYDialogSpyPrivate
oCYDownloadProgressDownloadProgress: A progress bar that monitors downloading a file by repeatedly polling its size up to its expected size
oCYDownloadProgressPrivate
oCYDumbTabDumbTab: A very simple tab widget that can display and switch between a number of tabs, but will only deliver the "user clicked on tab " event very much like a PushButton does
oCYDumbTabPrivate
oCYEmptyA widget with zero size, useful as a placeholder
oCYEmptyPrivate
oCYEnvVarHelper class to represent an environment variable and its value
oCYEventAbstract base class for events to be returned upon UI::UserInput() and related functions
oCYEventFilterAbstract base class to filter events
oCYEventFilterPrivate
oCYExternalWidgetFactoryAbstract widget factory for mandatory widgets
oCYExternalWidgetsAbstract base class of a libYUI Widget Extension interface
oCYExternalWidgetsTerminatorHelper class to make sure the EW is properly shut down
oCYFrameA labeled framed container
oCYFramePrivate
oCYGraphA graph with nodes and edges, rendered with Graphviz
oCYGraphPluginAbstract base class for simplified access to UI plugins for graph widget
oCYGraphPrivate
oCYHelpButtonHandlerHelper class: Event filter that handles "Help" buttons
oCYIconLoader
oCYImageA picture, possibly animated, loaded from a file
oCYImagePrivate
oCYInputFieldInputField: General purpose one line input field for entering text and other data
oCYInputFieldPrivate
oCYIntFieldIntField: Input field for integer values
oCYIntFieldPrivate
oCYItemSimple item class for SelectionBox, ComboBox, MultiSelectionBox etc
oCYItemShortcutSpecial case for widgets that can have multiple shortcuts based on items (like YDumbTab)
oCYKeyEvent
oCYLabelImplementation of the Label, Heading and OutputField widgets
oCYLabelPrivate
oCYLayoutBoxA vertical or horizontal stacking of widgets, implementing HBox and VBox
oCYLayoutBoxPrivate
oCYLogViewLogView: A scrollable (output-only) text to display a growing log, very much like the "tail -f" shell command
oCYLogViewPrivate
oCYMacroSimple access to macro recording and playing
oCYMacroPlayerAbstract base class for macro player
oCYMacroRecorderAbstract base class for macro recorders
oCYMenuButtonMenuButton: Similar to PushButton, but with several actions: Upon clicking on a MenuButton (or activating it with the keyboard), a pop-up menu opens where the user can activate an action
oCYMenuButtonPrivate
oCYMenuEventEvent to be returned upon menu selection
oCYMenuItemItem class for menu items
oCYMultiLineEditA multi-line plain-text area
oCYMultiLineEditPrivate
oCYMultiProgressMeterMultiProgressMeter: Progress bar with several segments that can indicate progress individually
oCYMultiProgressMeterPrivate
oCYMultiSelectionBoxA variant of YSelectionBox where more than one item can be selected
oCYMultiSelectionBoxPrivate
oCYOptionalWidgetFactoryAbstract widget factory for optional ("special") widgets
oCYPackageSelectorA simple wrapper for an insanely complex UI for installing software
oCYPackageSelectorPluginAbstract base class for simplified access to UI plugins for package selection
oCYPartitionSplitterPartitionSplitter: A (very custom) widget for easily splitting one existing partition into two
oCYPartitionSplitterPrivate
oCYPathFinds files (e.g
oCYPerThreadLogInfoHelper class: Per-thread logging information
oCYProgressBarA progress bar, showing completion of value() out of maxValue() parts
oCYProgressBarPrivate
oCYPropertyClass for widget properties
oCYPropertySetA set of properties to check names and types against
oCYPropertyValueTransport class for the value of simple properties
oCYPushButtonA push button; may have an icon, and a F-key shortcut
oCYPushButtonPrivate
oCYRadioButtonRadioButton: Widget for one-out-of-many selection
oCYRadioButtonGroupA group of YRadioButton widgets
oCYRadioButtonGroupPrivate
oCYRadioButtonPrivate
oCYRelNotesButtonHandlerHelper class: Event filter that handles "ReleaseNotes" buttons
oCYReplacePointA placeholder that can have its contents exchanged, using ReplaceWidget
oCYRichTextText formatted with simple HTML-like tags, with "links" generating events
oCYRichTextPrivate
oCYRpmGroupsTreeEfficient storage for RPM group tags
oCYSelectionBoxSelection box: List box that displays a (scrollable) list of items from which the user can select exactly one
oCYSelectionBoxPrivate
oCYSelectionWidgetBase class for various kinds of multi-value widgets
oCYSelectionWidgetPrivate
oCYSettingsSettings for libyui
oCYShortcutHelper class for shortcut management: This class holds data about the shortcut for one single widget
oCYShortcutManagerHelper class to manage keyboard shortcuts within one dialog and resolve keyboard shortcut conflicts
oCYSimpleEventHandlerSimple event handler suitable for most UIs
oCYSimpleInputFieldAbstract base class for simple input fields with a label above the field and a text value
oCYSimpleInputFieldPrivate
oCYSingleChildContainerWidgetContainer widget class that manages one child
oCYSingleChildManagerChildren manager that can handle one single child (rejecting any more)
oCYSliderSlider: Input widget for an integer value between a minimum and a maximum value
oCYSliderPrivate
oCYSpacingHSpacing, VSpacing, HStretch, VStretch
oCYSpacingPrivate
oCYSquashHSquash, VSquash HVSquash: reduce child to its preferred size
oCYSquashPrivate
oCYStringTreeAbstract base class for filter views with hierarchical filter criteria - e.g., RPM group tags, MIME types
oCYStringWidgetIDSimple widget ID class based on strings
oCYTableTable: Selection list with multiple columns
oCYTableCellOne cell (one column in one row) of a YTableItem
oCYTableHeaderHelper class for YTable for table column properties:
oCYTableHeaderPrivate
oCYTableItemItem class for YTable items
oCYTablePrivate
oCYTimeFieldInput field for entering a time in "hh:mm:ss" format
oCYTimeFieldPrivate
oCYTimeoutEventEvent to be returned upon timeout (i.e
oCYTimezoneSelectorA fancy widget with a world map
oCYTimezoneSelectorPrivate
oCYTransTextHelper class for translated strings: Stores a message in the original (untranslated) version along with the translation into the current locale
oCYTreeTree: List box that displays a (scrollable) list of hierarchical items from which the user can select exactly one
oCYTreeItemItem class for tree items
oCYTreePrivate
oCYUIAbstract base class of a libYUI user interface
oCYUIBadPropertyArgException
oCYUIButtonRoleMismatchExceptionException class for "wrong button roles in YButtonBox"
oCYUICantLoadAnyUIExceptionException class for UI plugin load failure
oCYUIDialogStackingOrderException
oCYUIExceptionBase class for UI Exceptions
oCYUIIndexOutOfRangeExceptionException class for "index out of range"
oCYUIInvalidChildExceptionException class for "invalid child"
oCYUIInvalidDimensionExceptionException class for "value other than YD_HORIZ or YD_VERT used for dimension"
oCYUIInvalidWidgetExceptionException class for invalid widgets
oCYUILoaderClass to load one of the concrete UI plug-ins: Qt, NCurses, Gtk
oCYUILogUI logging
oCYUILogBufferStream buffer class that will use the YUILog's logger function
oCYUILogPrivate
oCYUINoDialogException
oCYUINullPointerExceptionException class for generic null pointer exceptions
oCYUIOutOfMemoryExceptionException class for "out of memory"
oCYUIPluginWrapper class for dlopen() and related
oCYUIPluginExceptionException class for plugin load failure
oCYUIPropertyExceptionAbstract base class for widget property exceptions
oCYUIPropertyTypeMismatchExceptionException class for "property type mismatch": The application tried to set a property with a wrong type
oCYUISetReadOnlyPropertyExceptionException class for attempt to set a read-only property
oCYUISyntaxErrorException
oCYUITooManyChildrenExceptionException class for "too many children": Attempt to add a child to a widget class that can't handle children (YPushButton etc.) or just one child (YFrame, YDialog)
oCYUIUnknownPropertyExceptionException class for "unknown property name": The application tried to set (or query) a property that doesn't exist
oCYUIUnsupportedWidgetExceptionException class for "optional widget not supported"
oCYUIWidgetNotFoundExceptionException class for "No widget found with that ID"
oCYWidgetAbstract base class of all UI widgets
oCYWidgetEvent
oCYWidgetFactoryAbstract widget factory for mandatory widgets
oCYWidgetIDAbstract base class for widget IDs
oCYWidgetPrivate
oCYWidgetTreeItemCustom tree item class to map tree items to widgets
oCYWizardA wizard is a more complex frame typically used for multi-step workflows:
\CYWizardPrivate