Workspace 6.21.5
Public Member Functions | Public Attributes | List of all members
LinuxDesktopIcon Class Reference

Holds linux desktop icon details for one specific theme and icon size.

#include <Package/linuxdesktopicon.h>

Inheritance diagram for LinuxDesktopIcon:
[legend]

Public Member Functions

 LinuxDesktopIcon ()
 
 LinuxDesktopIcon (const LinuxDesktopIcon &v)
 
 LinuxDesktopIcon (const QString &fileName, int iconSize, const QString &theme)
 
LinuxDesktopIconclone () const override
 
- Public Member Functions inherited from ObjectGroup
 ~ObjectGroup () override
 
bool add (const QString &name, DataObject &obj)
 
bool canSerialize () const override
 
ObjectGroupclone () const override=0
 
bool empty () const
 
void ensureGroupHasData ()
 
void erase (int index)
 
DataObjectgetChild (const QString &name)
 
const DataObjectgetChild (const QString &name) const
 
DataObjectgetDataObject (int index)
 
const DataObjectgetDataObject (int index) const
 
int getIndex (const QString &name) const
 
const QString & getName (int index) const
 
virtual QString getPreferedWidget (const QString &name) const
 
bool hasData () const
 
bool haveName (const QString &name) const
 
bool insert (const QString &name, DataObject &obj, int index=-1)
 
bool load (const QJsonDocument &doc)
 
bool load (const SerializedItem &item) override
 
bool save (QJsonDocument &doc) const
 
bool save (SerializedItem &item) const override
 
unsigned size () const
 
- Public Member Functions inherited from Clonable
virtual ~Clonable ()=default
 
virtual Clonableclone () const =0
 
- Public Member Functions inherited from Serialize
virtual ~Serialize ()=default
 
virtual bool canSerialize () const =0
 
virtual bool load (const SerializedItem &item)=0
 
virtual bool save (SerializedItem &item) const =0
 

Public Attributes

DataExecution::TypedObject< QString > fileName_
 
DataExecution::TypedObject< int > iconSize_
 
DataExecution::TypedObject< QString > theme_
 

Additional Inherited Members

- Protected Member Functions inherited from ObjectGroup
 ObjectGroup ()
 
void clear ()
 
ObjectGroupoperator= (const ObjectGroup &rhs)
 
bool operator== (const ObjectGroup &rhs) const
 
void swap (ObjectGroup &rhs)
 

Constructor & Destructor Documentation

◆ LinuxDesktopIcon() [1/3]

◆ LinuxDesktopIcon() [2/3]

◆ LinuxDesktopIcon() [3/3]

LinuxDesktopIcon ( const QString &  fileName,
int  iconSize,
const QString &  theme 
)

Member Function Documentation

◆ clone()

LinuxDesktopIcon * clone ( ) const
overridevirtual
Returns
A clone of this object.
Note
Subclasses would normally return their own type rather than the Clonable type. The C++ language rules allow a more derived type to be returned from a virtual function and the compiler will still treat it as a valid override.

We redeclare this function only so that the more derived return type is available without casting.

Implements ObjectGroup.

Member Data Documentation

◆ fileName_

DataExecution::TypedObject<QString> fileName_

◆ iconSize_

◆ theme_

DataExecution::TypedObject<QString> theme_