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