bWidgets
Core widget toolkit designed for Blender
bwLayoutInterface.h
Go to the documentation of this file.
1#pragma once
2
3#include "bwRectangle.h"
4
5namespace bWidgets {
6
8 public:
9 virtual ~bwLayoutInterface() = default;
10
11 virtual auto getRectangle() -> bwRectanglePixel = 0;
12};
13
14} // namespace bWidgets
Definition: bwLayoutInterface.h:7
virtual auto getRectangle() -> bwRectanglePixel=0
virtual ~bwLayoutInterface()=default
Definition: bwContext.h:3