libyui
Loading...
Searching...
No Matches
YTypes.h File Reference
#include <list>
Include dependency graph for YTypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define YUIAllDimensions   2

Typedefs

typedef double YLayoutSize_t
typedef long long YFileSize_t
typedef std::list< YWidget * > YWidgetList
typedef std::list< YWidget * >::iterator YWidgetListIterator
typedef std::list< YWidget * >::const_iterator YWidgetListConstIterator
typedef std::list< YWidget * >::reverse_iterator YWidgetListReverseIterator
typedef std::list< YWidget * >::const_reverse_iterator YWidgetListConstReverseIterator

Enumerations

enum  YUIDimension { YD_HORIZ = 0 , YD_VERT = 1 }
enum  YAlignmentType { YAlignUnchanged , YAlignBegin , YAlignEnd , YAlignCenter }
enum  YDialogType { YMainDialog , YPopupDialog , YWizardDialog }
enum  YDialogColorMode { YDialogNormalColor , YDialogInfoColor , YDialogWarnColor }
enum  YButtonRole {
  YCustomButton = 0 , YOKButton , YApplyButton , YCancelButton ,
  YHelpButton , YRelNotesButton , YMaxButtonRole
}
enum  YButtonOrder { YKDEButtonOrder , YGnomeButtonOrder }

Detailed Description

Author: Stefan Hundhammer shund.nosp@m.hamm.nosp@m.er@su.nosp@m.se.d.nosp@m.e

Header file for frequently used simple types to reduce interdependencies between important headers (e.g., YWidget.h, YUI.h).

Enumeration Type Documentation

◆ YDialogType

Type of dialog: Main / Popup / Wizard.