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
5
namespace
bWidgets
{
6
7
class
bwLayoutInterface
{
8
public
:
9
virtual
~bwLayoutInterface
() =
default
;
10
11
virtual
auto
getRectangle
() ->
bwRectanglePixel
= 0;
12
};
13
14
}
// namespace bWidgets
bwRectangle.h
bWidgets::bwLayoutInterface
Definition:
bwLayoutInterface.h:7
bWidgets::bwLayoutInterface::getRectangle
virtual auto getRectangle() -> bwRectanglePixel=0
bWidgets::bwLayoutInterface::~bwLayoutInterface
virtual ~bwLayoutInterface()=default
bWidgets::bwRectangle< int >
bWidgets
Definition:
bwContext.h:3
bwidgets
bwLayoutInterface.h
Generated by
1.9.3