CCIMXDesktop
 
Loading...
Searching...
No Matches
BaseWallPaperSettings Struct Reference

The BaseWallPaperSettings class Abstract base for wallpaper configuration settings. More...

#include <SettingsPack.h>

Inheritance diagram for BaseWallPaperSettings:
FixedTypeWallPaperSettings FlowTypeTypeWallPaperSettings

Public Types

enum class  Type { FIXED , FLOW_LIKE }
 Types of wallpaper switching behaviors. More...
 

Public Member Functions

 BaseWallPaperSettings (const Type t)
 Constructor with type.
 
Type get_type () const
 Gets the wallpaper type.
 

Detailed Description

The BaseWallPaperSettings class Abstract base for wallpaper configuration settings.

Member Enumeration Documentation

◆ Type

enum class BaseWallPaperSettings::Type
strong

Types of wallpaper switching behaviors.

Enumerator
FIXED 

Fixed image wallpaper.

FLOW_LIKE 

Sequential image switching.

Constructor & Destructor Documentation

◆ BaseWallPaperSettings()

BaseWallPaperSettings::BaseWallPaperSettings ( const Type  t)
inline

Constructor with type.

Parameters
tWallpaper type.

Member Function Documentation

◆ get_type()

Type BaseWallPaperSettings::get_type ( ) const
inline

Gets the wallpaper type.

Returns
Type of the wallpaper.

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