Kirigami2

Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456]
 NKirigami
 NPlatform
 CIconSizesProvides access to platform-dependent icon sizing
 CPlatformPluginFactoryThis class is reimpleented by plugins to provide different implementations of PlatformTheme
 CPlatformThemeThis class is the base for color management in Kirigami, different platforms can reimplement this class to integrate with system platform colors of a given platform
 CSettingsThis class contains global kirigami settings about the current device setup It is exposed to QML as the singleton "Settings"
 CTabletModeWatcherThis class reports on the status of certain transformable devices which can be both tablets and laptops at the same time, with a detachable keyboard
 CUnitsA set of values to define semantically sizes and durations
 Norg
 Nkde
 Nkirigami
 Ntemplates
 Nprivate
 CBackButtonImport Statement
 CBorderPropertiesGroupImport Statement
 CContextIconImport Statement
 CDrawerHandleImport Statement
 CForwardButtonImport Statement
 CGenericDrawerIconImport Statement
 CIconPropertiesGroupGroup of icon properties
 CMenuIconImport Statement
 CPassiveNotificationsManagerPassiveNotificationManager is meant to display small, passive and inline notifications in the app
 CAbstractApplicationHeaderAn item that can be used as a title for the application
 CAbstractCardA AbstractCard is the base for cards
 CChipChip is a visual object based on AbstractButton that provides a friendly way to display predetermined elements with the visual styling of "tags" or "tokens."
 CInlineMessageAn inline message item with support for informational, positive, warning and error types, and with support for associated actions
 COverlayDrawerOverlay Drawers are used to expose additional UI elements needed for small secondary tasks for which the main UI elements are not needed
 COverlaySheetAn overlay sheet that covers the current Page content
 CSingletonHeaderSizeGroupImport Statement
 CAboutItemAn about item that displays the about data
 CAbstractApplicationHeaderAn item that can be used as a title for the application
 CAbstractApplicationItemAn item that provides the features of AbstractApplicationWindow without the window itself
 CAbstractApplicationWindowA window that provides some basic features needed for all apps Use this class only if you need a custom content for your application, different from the Page Row behavior recommended by the HIG and provided by ApplicationWindow
 CAbstractCardAbstractCard is the base for cards
 CActionAn item that represents an abstract Action
 CActionToolBarA toolbar built out of a list of actions
 CApplicationItemAn item that provides the features of ApplicationWindow without the window itself
 CBorderGroupGrouped property for rectangle border
 CCardThis is the standard layout of a Card
 CCardsLayoutA GridLayout optimized for showing one or two columns of cards, depending on the available space
 CCardsListViewCardsListView is a ListView which can have AbstractCard as its delegate: it will automatically assign the proper spacings and margins around the cards adhering to the design guidelines
 CCheckSubtitleDelegateA convenience wrapper combining QtQuick Controls CheckDelegate and IconTitleSubtitle
 CColumnViewColumnView is a container that lays out items horizontally in a row, when not all items fit in the ColumnView, it will behave like a Flickable and will be a scrollable view which shows only a determined number of columns
 CColumnViewAttachedThis is an attached property to every item that is inserted in the ColumnView, used to access the view and page information such as the position and information for layouting, such as fillWidth
 CContextDrawerA specialized type of drawer that will show a list of actions relevant to the application's current page
 CContextualHelpButtonAn inline help button that shows a tooltip when clicked
 CCornersGroupGrouped property for corner radius
 CDefaultCardBackgroundThis is the default background for Cards
 CDialogPopup dialog that is used for short tasks and user interaction
 CFlexColumnFlexColumn is a column that grows in width to a fixed cap
 CFormLayoutThis is the base class for Form layouts conforming to the Kirigami Human Interface Guidelines
 CFormLayoutAttachedThis attached property contains the information for decorating a org::kde::kirigami::FormLayout:
 CGlobalDrawerA specialized form of the Drawer intended for showing an application's always-available global actions
 CHeaderFooterLayoutReplicates a little part of what Page does, It's a container with 3 properties, header, contentItem and footer which will be laid out oone on top of each other
 CIconTitleSubtitleA simple item containing an icon, title and subtitle
 CInlineMessageAn inline message item with support for informational, positive, warning and error types, and with support for associated actions
 CInlineViewHeaderA fancy inline view header showing a title and optional actions
 CLinkButtonA button that looks like a link
 CListItemDragHandleImplements a drag handle supposed to be in items in ListViews to reorder items The ListView must visualize a model which supports item reordering, such as ListModel.move() or QAbstractItemModel instances with moveRows() correctly implemented
 CLoadingPlaceholderA placeholder for loading pages
 CMenuDialogA dialog that prompts users with a context menu, with list items that perform actions
 CMnemonicAttachedThis Attached property is used to calculate automated keyboard sequences to trigger actions based upon their text: if an "&" mnemonic is used (ie "&Ok"), the system will attempt to assign the desired letter giving it priority, otherwise a letter among the ones in the label will be used if possible and not conflicting
 CNavigationTabBarPage navigation tab-bar, used as an alternative to sidebars for 3-5 elements
 CNavigationTabButtonNavigation buttons to be used for the NavigationTabBar component
 COverlayDrawerOverlay Drawers are used to expose additional UI elements needed for small secondary tasks for which the main UI elements are not needed
 COverlaySheetAn overlay sheet that covers the current Page content
 COverlayZStackingAttachedThis attached property manages z-index for stacking overlays relative to each other
 CPaddingThis item simply adds an external padding to contentItem's size
 CPagePoolA Pool of Page items, pages will be unique per url and the items will be kept around unless explicitly deleted
 CPagePoolActionAn action used to load Pages coming from a common PagePool in a PageRow or QtQuickControls2 StackView
 CPageRowPageRow implements a row-based navigation model, which can be used with a set of interlinked information pages
 CPaintedRectangleItemA rectangle with a border and rounded corners, rendered through QPainter
 CPromptDialogA simple dialog to quickly prompt a user with information, and possibly perform an action
 CPullDownIndicatorA pull-down to refresh indicator that can be added to any Flickable or ScrollablePage
 CRadioSubtitleDelegateA convenience wrapper combining QtQuick Controls RadioDelegate and IconTitleSubtitle
 CScenePositionAttachedThis attached property contains the information about the scene position of the item: Its global x and y coordinates will update automatically and can be binded
 CScrollablePageScrollablePage is a Page that holds scrollable content, such as a ListView
 CSelectableLabelThis is a label which supports text selection
 CShadowedBorderRectangleMaterialA material rendering a rectangle with a shadow and a border
 CShadowedImageAn image with a shadow
 CShadowedRectangleMaterialA material rendering a rectangle with a shadow
 CShadowedRectangleNodeScene graph node for a shadowed rectangle
 CShadowedTextureA rectangle with a shadow, using a QQuickItem as texture
 CShadowedTextureMaterialA material rendering a rectangle with a shadow
 CShadowedTextureNodeScene graph node for a shadowed texture source
 CShadowGroupGrouped property for the rectangle's shadow
 CSizeGroupSizeGroup is a utility object that makes groups of items request the same size
 CSpellCheckAttachedThis attached property contains hints for spell checker
 CSubtitleDelegateA convenience wrapper combining QtQuick Controls ItemDelegate and IconTitleSubtitle
 CSwipeListItemAn item delegate intended to support extra actions obtainable by uncovering them by dragging away the item with the handle
 CSwitchSubtitleDelegateA convenience wrapper combining QtQuick Controls SwitchDelegate and IconTitleSubtitle
 CTitleSubtitleA simple item containing a title and subtitle label
 CToolBarLayoutAn item that creates delegates for actions and lays them out in a row
 CToolBarLayoutAttachedAttached property for ToolBarLayout delegates
 CUrlButtonA link button that contains a URL
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 3 2024 11:49:34 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.