bWidgets
Core widget toolkit designed for Blender
bWidgets::bwIconInterface Class Referenceabstract

Interface to reference icons from within bWidgets. More...

#include <bwIconInterface.h>

Public Member Functions

virtual auto isValid () const -> bool=0
 

Static Public Attributes

static constexpr float ICON_DEFAULT_SIZE = 16
 

Detailed Description

Interface to reference icons from within bWidgets.

Using this interface, bWidgets can reference icon objects of which it doesn't know any implementation details.

To get icon drawing to work you have to:

Member Function Documentation

◆ isValid()

virtual auto bWidgets::bwIconInterface::isValid ( ) const -> bool
pure virtual

Member Data Documentation

◆ ICON_DEFAULT_SIZE

constexpr float bWidgets::bwIconInterface::ICON_DEFAULT_SIZE = 16
staticconstexpr

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