MauiKit File Browsing
PathStatus Struct Reference
#include <fmlist.h>
Public Types | |
| enum | STATUS_CODE { LOADING , ERROR , READY } |
Properties | |
| PathStatus::STATUS_CODE | code |
| bool | empty |
| bool | exists |
| QString | icon |
| QString | message |
| QString | title |
Public Member Functions | |
| Q_ENUM (STATUS_CODE) STATUS_CODE m_code | |
Public Attributes | |
| bool | m_empty = false |
| bool | m_exists = false |
| QString | m_icon |
| QString | m_message |
| QString | m_title |
Detailed Description
Represents the status of a directory listing, be it non existence location, loading or empty.
The status object is divided into different properties for convenience, such as error label, message, icon, code, etc.
Member Enumeration Documentation
◆ STATUS_CODE
Property Documentation
◆ code
| PathStatus::STATUS_CODE PathStatus::code |
◆ empty
| bool PathStatus::empty |
◆ exists
| bool PathStatus::exists |
◆ icon
| QString PathStatus::icon |
◆ message
| QString PathStatus::message |
◆ title
Member Data Documentation
◆ m_empty
◆ m_exists
◆ m_icon
◆ m_message
◆ m_title
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:55:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:55:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.