TDE 0.1.0
 
Loading...
Searching...
No Matches
tde::DesktopSettings Class Reference

Desktop settings. More...

#include <settings.hpp>

Inheritance diagram for tde::DesktopSettings:

Public Member Functions

 DesktopSettings (QObject *parent=nullptr)
 Construct a new Desktop Settings object.
 
TDE_INLINE auto desktop_width () const
 Get the desktop width.
 
TDE_INLINE auto desktop_height () const
 Get the desktop height.
 
TDE_INLINE auto desktop_title () const
 Get the desktop title.
 
TDE_INLINE auto desktop_grid_x () const
 Get the desktop grid x size.
 
TDE_INLINE auto desktop_grid_y () const
 Get the desktop grid y size.
 
TDE_INLINE auto desktop_qss_path () const
 Get the desktop qss path.
 
TDE_INLINE auto desktop_app_path () const
 Get the desktop apps.json path.
 
TDE_INLINE auto tray_time_format () const
 Get the tray time format.
 

Detailed Description

Desktop settings.

Constructor & Destructor Documentation

◆ DesktopSettings()

tde::DesktopSettings::DesktopSettings ( QObject *  parent = nullptr)
inline

Construct a new Desktop Settings object.

Parameters
parentParent object.

Member Function Documentation

◆ desktop_app_path()

TDE_INLINE auto tde::DesktopSettings::desktop_app_path ( ) const
inline

Get the desktop apps.json path.

Returns
QString Desktop apps.json path.

◆ desktop_grid_x()

TDE_INLINE auto tde::DesktopSettings::desktop_grid_x ( ) const
inline

Get the desktop grid x size.

Returns
int Desktop grid x size.

◆ desktop_grid_y()

TDE_INLINE auto tde::DesktopSettings::desktop_grid_y ( ) const
inline

Get the desktop grid y size.

Returns
int Desktop grid y size.

◆ desktop_height()

TDE_INLINE auto tde::DesktopSettings::desktop_height ( ) const
inline

Get the desktop height.

Returns
int Desktop height.

◆ desktop_qss_path()

TDE_INLINE auto tde::DesktopSettings::desktop_qss_path ( ) const
inline

Get the desktop qss path.

Returns
QString Desktop qss path.

◆ desktop_title()

TDE_INLINE auto tde::DesktopSettings::desktop_title ( ) const
inline

Get the desktop title.

Returns
QString Desktop title.

◆ desktop_width()

TDE_INLINE auto tde::DesktopSettings::desktop_width ( ) const
inline

Get the desktop width.

Returns
int Desktop width.

◆ tray_time_format()

TDE_INLINE auto tde::DesktopSettings::tray_time_format ( ) const
inline

Get the tray time format.

Returns
QString tray time format.

The documentation for this class was generated from the following file: