bWidgets
Core widget toolkit designed for Blender
bwIconInterface.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
bWidgets
{
4
22
class
bwIconInterface
{
23
public
:
24
constexpr
static
float
ICON_DEFAULT_SIZE
= 16;
25
virtual
auto
isValid
() const ->
bool
= 0;
26
};
27
28
}
// namespace bWidgets
bWidgets::bwIconInterface
Interface to reference icons from within bWidgets.
Definition:
bwIconInterface.h:22
bWidgets::bwIconInterface::isValid
virtual auto isValid() const -> bool=0
bWidgets::bwIconInterface::ICON_DEFAULT_SIZE
static constexpr float ICON_DEFAULT_SIZE
Definition:
bwIconInterface.h:24
bWidgets
Definition:
bwContext.h:3
bwidgets
bwIconInterface.h
Generated by
1.9.3