API Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
SVGIconEngine Class Reference

Allows the NDEVR engine to process and display SVG icons within the UI. More...

#include <SVGIconManager.h>

Inheritance diagram for SVGIconEngine:
[legend]
Collaboration diagram for SVGIconEngine:
[legend]

Public Member Functions

bool canProcess (const String &icon, const IconThemeSettings &theme, QIcon::Mode mode) const final override
 
QIcon createIcon (const String &icon, const IconThemeSettings &theme, QIcon::Mode mode=QIcon::Mode::Normal) final override
 
 SVGIconEngine ()
 
- Public Member Functions inherited from NDEVRIconEngine
UUID id () const
 
 NDEVRIconEngine (const UUID &id)
 

Detailed Description

Allows the NDEVR engine to process and display SVG icons within the UI.


Constructor & Destructor Documentation

◆ SVGIconEngine()

Member Function Documentation

◆ canProcess()

bool canProcess ( const String & icon,
const IconThemeSettings & theme,
QIcon::Mode mode ) const
finaloverridevirtual

Implements NDEVRIconEngine.

◆ createIcon()

QIcon createIcon ( const String & icon,
const IconThemeSettings & theme,
QIcon::Mode mode = QIcon::Mode::Normal )
finaloverridevirtual

Implements NDEVRIconEngine.


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