diff --git a/Application_8hpp_source.html b/Application_8hpp_source.html
index 616ce163..50937754 100644
--- a/Application_8hpp_source.html
+++ b/Application_8hpp_source.html
@@ -194,7 +194,7 @@ $(function() {
+ ButtonEventHandler(SubWidget *self) (defined in ButtonEventHandler) | ButtonEventHandler | explicit |
+ clearState() noexcept (defined in ButtonEventHandler) | ButtonEventHandler | protected |
contains(T x, T y) const noexcept | SubWidget | |
contains(const Point< T > &pos) const noexcept | SubWidget | |
getAbsoluteArea() const noexcept | SubWidget | |
@@ -79,10 +81,12 @@ $(function() {
getGraphicsContext() const noexcept | Widget | |
getHeight() const noexcept | Widget | |
getId() const noexcept | Widget | |
- getParentApp() const noexcept (defined in Widget) | Widget | inline |
- getParentWidget() const noexcept | SubWidget | |
- getParentWindow() const noexcept (defined in Widget) | Widget | inline |
- getSize() const noexcept | Widget | |
+ getMargin() const noexcept | SubWidget | |
+ getParentApp() const noexcept (defined in Widget) | Widget | inline |
+ getParentWidget() const noexcept | SubWidget | |
+ getParentWindow() const noexcept (defined in Widget) | Widget | inline |
+ getSize() const noexcept | Widget | |
+ getState() const noexcept (defined in ButtonEventHandler) | ButtonEventHandler | protected |
getTopLevelWidget() const noexcept | Widget | |
getWidth() const noexcept | Widget | |
getWindow() const noexcept | Widget | |
@@ -90,41 +94,59 @@ $(function() {
ImageBaseButton(Widget *parentWidget, const ImageType &image) (defined in ImageBaseButton< ImageType >) | ImageBaseButton< ImageType > | explicit |
ImageBaseButton(Widget *parentWidget, const ImageType &imageNormal, const ImageType &imageDown) (defined in ImageBaseButton< ImageType >) | ImageBaseButton< ImageType > | explicit |
ImageBaseButton(Widget *parentWidget, const ImageType &imageNormal, const ImageType &imageHover, const ImageType &imageDown) (defined in ImageBaseButton< ImageType >) | ImageBaseButton< ImageType > | explicit |
- isVisible() const noexcept | Widget | |
- onCharacterInput(const CharacterInputEvent &) | Widget | protectedvirtual |
- onDisplay() override | ImageBaseButton< ImageType > | protectedvirtual |
- onKeyboard(const KeyboardEvent &) | Widget | protectedvirtual |
- onMotion(const MotionEvent &) override | ImageBaseButton< ImageType > | protectedvirtual |
- onMouse(const MouseEvent &) override | ImageBaseButton< ImageType > | protectedvirtual |
- onPositionChanged(const PositionChangedEvent &) | SubWidget | protectedvirtual |
- onResize(const ResizeEvent &) | Widget | protectedvirtual |
- onScroll(const ScrollEvent &) | Widget | protectedvirtual |
- onSpecial(const SpecialEvent &) | Widget | protectedvirtual |
- repaint() noexcept override | SubWidget | virtual |
- setAbsolutePos(int x, int y) noexcept | SubWidget | |
- setAbsolutePos(const Point< int > &pos) noexcept | SubWidget | |
- setAbsoluteX(int x) noexcept | SubWidget | |
- setAbsoluteY(int y) noexcept | SubWidget | |
+ isActive() noexcept (defined in ButtonEventHandler) | ButtonEventHandler | |
+ isCheckable() const noexcept (defined in ButtonEventHandler) | ButtonEventHandler | |
+ isChecked() const noexcept (defined in ButtonEventHandler) | ButtonEventHandler | |
+ isVisible() const noexcept | Widget | |
+ kButtonStateActive enum value (defined in ButtonEventHandler) | ButtonEventHandler | |
+ kButtonStateActiveHover enum value (defined in ButtonEventHandler) | ButtonEventHandler | |
+ kButtonStateDefault enum value (defined in ButtonEventHandler) | ButtonEventHandler | |
+ kButtonStateHover enum value (defined in ButtonEventHandler) | ButtonEventHandler | |
+ motionEvent(const Widget::MotionEvent &ev) (defined in ButtonEventHandler) | ButtonEventHandler | |
+ mouseEvent(const Widget::MouseEvent &ev) (defined in ButtonEventHandler) | ButtonEventHandler | |
+ onCharacterInput(const CharacterInputEvent &) | Widget | protectedvirtual |
+ onDisplay() override | ImageBaseButton< ImageType > | protectedvirtual |
+ onKeyboard(const KeyboardEvent &) | Widget | protectedvirtual |
+ onMotion(const MotionEvent &) override | ImageBaseButton< ImageType > | protectedvirtual |
+ onMouse(const MouseEvent &) override | ImageBaseButton< ImageType > | protectedvirtual |
+ onPositionChanged(const PositionChangedEvent &) | SubWidget | protectedvirtual |
+ onResize(const ResizeEvent &) | Widget | protectedvirtual |
+ onScroll(const ScrollEvent &) | Widget | protectedvirtual |
+ onSpecial(const SpecialEvent &) | Widget | protectedvirtual |
+ repaint() noexcept override | SubWidget | virtual |
+ setAbsolutePos(int x, int y) noexcept | SubWidget | |
+ setAbsolutePos(const Point< int > &pos) noexcept | SubWidget | |
+ setAbsoluteX(int x) noexcept | SubWidget | |
+ setAbsoluteY(int y) noexcept | SubWidget | |
+ setActive(bool active, bool sendCallback) noexcept (defined in ButtonEventHandler) | ButtonEventHandler | |
setCallback(Callback *callback) noexcept (defined in ImageBaseButton< ImageType >) | ImageBaseButton< ImageType > | |
- setHeight(uint height) noexcept | Widget | |
- setId(uint id) noexcept | Widget | |
- setNeedsFullViewportDrawing(bool needsFullViewportForDrawing=true) | SubWidget | |
- setNeedsViewportScaling(bool needsViewportScaling=true, double autoScaleFactor=0.0) | SubWidget | |
- setSize(uint width, uint height) noexcept | Widget | |
- setSize(const Size< uint > &size) noexcept | Widget | |
- setSkipDrawing(bool skipDrawing=true) | SubWidget | |
- setVisible(bool visible) | Widget | |
- setWidth(uint width) noexcept | Widget | |
- show() | Widget | |
- SubWidget(Widget *parentWidget) | SubWidget | explicit |
- toFront() | SubWidget | virtual |
+ setCallback(Callback *callback) noexcept (defined in ButtonEventHandler) | ButtonEventHandler | |
+ setCheckable(bool checkable) noexcept (defined in ButtonEventHandler) | ButtonEventHandler | |
+ setChecked(bool checked, bool sendCallback) noexcept (defined in ButtonEventHandler) | ButtonEventHandler | |
+ setHeight(uint height) noexcept | Widget | |
+ setId(uint id) noexcept | Widget | |
+ setMargin(int x, int y) noexcept | SubWidget | |
+ setMargin(const Point< int > &offset) noexcept | SubWidget | |
+ setNeedsFullViewportDrawing(bool needsFullViewportForDrawing=true) | SubWidget | |
+ setNeedsViewportScaling(bool needsViewportScaling=true, double autoScaleFactor=0.0) | SubWidget | |
+ setSize(uint width, uint height) noexcept | Widget | |
+ setSize(const Size< uint > &size) noexcept | Widget | |
+ setSkipDrawing(bool skipDrawing=true) | SubWidget | |
+ setVisible(bool visible) | Widget | |
+ setWidth(uint width) noexcept | Widget | |
+ show() | Widget | |
+ State enum name (defined in ButtonEventHandler) | ButtonEventHandler | |
+ stateChanged(State state, State oldState) (defined in ButtonEventHandler) | ButtonEventHandler | protectedvirtual |
+ SubWidget(Widget *parentWidget) | SubWidget | explicit |
+ toFront() | SubWidget | virtual |
+ ~ButtonEventHandler() (defined in ButtonEventHandler) | ButtonEventHandler | |
~ImageBaseButton() override (defined in ImageBaseButton< ImageType >) | ImageBaseButton< ImageType > | |
~SubWidget() | SubWidget | virtual |
~Widget() | Widget | virtual |
diff --git a/classImageBaseButton.html b/classImageBaseButton.html
index 51636806..1244e9d4 100644
--- a/classImageBaseButton.html
+++ b/classImageBaseButton.html
@@ -77,6 +77,7 @@ Inheritance diagram for ImageBaseButton< ImageType >:
diff --git a/classPoint-members.html b/classPoint-members.html
index 88f65b57..d09fddda 100644
--- a/classPoint-members.html
+++ b/classPoint-members.html
@@ -95,7 +95,7 @@ $(function() {
diff --git a/classPoint.html b/classPoint.html
index 05b1bb30..0390f493 100644
--- a/classPoint.html
+++ b/classPoint.html
@@ -557,7 +557,7 @@ template<typename T >
diff --git a/classRectangle-members.html b/classRectangle-members.html
index e5f057d7..34fed6d7 100644
--- a/classRectangle-members.html
+++ b/classRectangle-members.html
@@ -115,7 +115,7 @@ $(function() {
diff --git a/classRectangle.html b/classRectangle.html
index 57ca8864..b6659965 100644
--- a/classRectangle.html
+++ b/classRectangle.html
@@ -1396,7 +1396,7 @@ DEPRECATED Please use
diff --git a/classRecursiveMutex-members.html b/classRecursiveMutex-members.html
index a2d0f855..30647dbd 100644
--- a/classRecursiveMutex-members.html
+++ b/classRecursiveMutex-members.html
@@ -76,7 +76,7 @@ $(function() {
diff --git a/classRecursiveMutex.html b/classRecursiveMutex.html
index 6b0e5766..db467743 100644
--- a/classRecursiveMutex.html
+++ b/classRecursiveMutex.html
@@ -87,7 +87,7 @@ void unlock () const n
diff --git a/classRingBufferControl-members.html b/classRingBufferControl-members.html
index cca10b7f..6778b05f 100644
--- a/classRingBufferControl-members.html
+++ b/classRingBufferControl-members.html
@@ -105,7 +105,7 @@ $(function() {
diff --git a/classRingBufferControl.html b/classRingBufferControl.html
index d9115ebd..596a0b1f 100644
--- a/classRingBufferControl.html
+++ b/classRingBufferControl.html
@@ -379,7 +379,7 @@ template<class BufferStruct >
bool readCustomData(void *const data, const uint32_t size) noexcept Definition: RingBuffer.hpp:344
diff --git a/classScopeLocker-members.html b/classScopeLocker-members.html
index c9bd5864..1019eb84 100644
--- a/classScopeLocker-members.html
+++ b/classScopeLocker-members.html
@@ -73,7 +73,7 @@ $(function() {
diff --git a/classScopeLocker.html b/classScopeLocker.html
index 95b0b9c0..61b6e68c 100644
--- a/classScopeLocker.html
+++ b/classScopeLocker.html
@@ -81,7 +81,7 @@ Public Member Functions |
diff --git a/classScopeTryLocker-members.html b/classScopeTryLocker-members.html
index 845353c3..82e53354 100644
--- a/classScopeTryLocker-members.html
+++ b/classScopeTryLocker-members.html
@@ -76,7 +76,7 @@ $(function() {
diff --git a/classScopeTryLocker.html b/classScopeTryLocker.html
index 27b3e964..25decbec 100644
--- a/classScopeTryLocker.html
+++ b/classScopeTryLocker.html
@@ -90,7 +90,7 @@ bool wasNotLocked () c
diff --git a/classScopeUnlocker-members.html b/classScopeUnlocker-members.html
index ef2b24f5..2ab46ab9 100644
--- a/classScopeUnlocker-members.html
+++ b/classScopeUnlocker-members.html
@@ -73,7 +73,7 @@ $(function() {
diff --git a/classScopeUnlocker.html b/classScopeUnlocker.html
index d632068e..3cfd3e2d 100644
--- a/classScopeUnlocker.html
+++ b/classScopeUnlocker.html
@@ -81,7 +81,7 @@ Public Member Functions |
diff --git a/classScopedPointer-members.html b/classScopedPointer-members.html
index 209b5c93..09ab1f2f 100644
--- a/classScopedPointer-members.html
+++ b/classScopedPointer-members.html
@@ -84,7 +84,7 @@ $(function() {
diff --git a/classScopedPointer.html b/classScopedPointer.html
index 6a58a43b..6bc0b12e 100644
--- a/classScopedPointer.html
+++ b/classScopedPointer.html
@@ -492,7 +492,7 @@ template<class ObjectType >
diff --git a/classScopedSafeLocale-members.html b/classScopedSafeLocale-members.html
index 8b85c587..3ad29b7a 100644
--- a/classScopedSafeLocale-members.html
+++ b/classScopedSafeLocale-members.html
@@ -73,7 +73,7 @@ $(function() {
diff --git a/classScopedSafeLocale.html b/classScopedSafeLocale.html
index eff9f376..3173a915 100644
--- a/classScopedSafeLocale.html
+++ b/classScopedSafeLocale.html
@@ -89,7 +89,7 @@ $(function() {
Definition: ScopedSafeLocale.hpp:57
diff --git a/classSignal-members.html b/classSignal-members.html
index 8fed6d19..ef5df8d8 100644
--- a/classSignal-members.html
+++ b/classSignal-members.html
@@ -75,7 +75,7 @@ $(function() {
diff --git a/classSignal.html b/classSignal.html
index 08b22114..34505885 100644
--- a/classSignal.html
+++ b/classSignal.html
@@ -84,7 +84,7 @@ void signal () noexcep
diff --git a/classSize-members.html b/classSize-members.html
index 910e4a0e..4afd3539 100644
--- a/classSize-members.html
+++ b/classSize-members.html
@@ -99,7 +99,7 @@ $(function() {
diff --git a/classSize.html b/classSize.html
index 66f20e4f..8d8bdbd7 100644
--- a/classSize.html
+++ b/classSize.html
@@ -610,7 +610,7 @@ template<typename T >
diff --git a/classSmallStackRingBuffer-members.html b/classSmallStackRingBuffer-members.html
index a1df6c1f..3ef89b48 100644
--- a/classSmallStackRingBuffer-members.html
+++ b/classSmallStackRingBuffer-members.html
@@ -106,7 +106,7 @@ $(function() {
diff --git a/classSmallStackRingBuffer.html b/classSmallStackRingBuffer.html
index 809b5315..f12f1abc 100644
--- a/classSmallStackRingBuffer.html
+++ b/classSmallStackRingBuffer.html
@@ -216,7 +216,7 @@ bool | tryWrite (const v
diff --git a/classStandaloneWindow-members.html b/classStandaloneWindow-members.html
index 7e2b697c..be7cb34e 100644
--- a/classStandaloneWindow-members.html
+++ b/classStandaloneWindow-members.html
@@ -138,7 +138,7 @@ $(function() {
diff --git a/classStandaloneWindow.html b/classStandaloneWindow.html
index cb745ae6..89695684 100644
--- a/classStandaloneWindow.html
+++ b/classStandaloneWindow.html
@@ -461,7 +461,7 @@ Additional Inherited Members |
diff --git a/classString-members.html b/classString-members.html
index 0f8ba569..b335bb04 100644
--- a/classString-members.html
+++ b/classString-members.html
@@ -122,7 +122,7 @@ $(function() {
diff --git a/classString.html b/classString.html
index 49e68dcd..dd811d1a 100644
--- a/classString.html
+++ b/classString.html
@@ -229,7 +229,7 @@ static String
diff --git a/classSubWidget-members.html b/classSubWidget-members.html
index bbf9eab2..1911fcf5 100644
--- a/classSubWidget-members.html
+++ b/classSubWidget-members.html
@@ -79,48 +79,51 @@ $(function() {
getGraphicsContext() const noexcept | Widget | |
getHeight() const noexcept | Widget | |
getId() const noexcept | Widget | |
- getParentApp() const noexcept (defined in Widget) | Widget | inline |
- getParentWidget() const noexcept | SubWidget | |
- getParentWindow() const noexcept (defined in Widget) | Widget | inline |
- getSize() const noexcept | Widget | |
- getTopLevelWidget() const noexcept | Widget | |
- getWidth() const noexcept | Widget | |
- getWindow() const noexcept | Widget | |
- hide() | Widget | |
- isVisible() const noexcept | Widget | |
- onCharacterInput(const CharacterInputEvent &) | Widget | protectedvirtual |
- onDisplay()=0 | Widget | protectedpure virtual |
- onKeyboard(const KeyboardEvent &) | Widget | protectedvirtual |
- onMotion(const MotionEvent &) | Widget | protectedvirtual |
- onMouse(const MouseEvent &) | Widget | protectedvirtual |
- onPositionChanged(const PositionChangedEvent &) | SubWidget | protectedvirtual |
- onResize(const ResizeEvent &) | Widget | protectedvirtual |
- onScroll(const ScrollEvent &) | Widget | protectedvirtual |
- onSpecial(const SpecialEvent &) | Widget | protectedvirtual |
- repaint() noexcept override | SubWidget | virtual |
- setAbsolutePos(int x, int y) noexcept | SubWidget | |
- setAbsolutePos(const Point< int > &pos) noexcept | SubWidget | |
- setAbsoluteX(int x) noexcept | SubWidget | |
- setAbsoluteY(int y) noexcept | SubWidget | |
- setHeight(uint height) noexcept | Widget | |
- setId(uint id) noexcept | Widget | |
- setNeedsFullViewportDrawing(bool needsFullViewportForDrawing=true) | SubWidget | |
- setNeedsViewportScaling(bool needsViewportScaling=true, double autoScaleFactor=0.0) | SubWidget | |
- setSize(uint width, uint height) noexcept | Widget | |
- setSize(const Size< uint > &size) noexcept | Widget | |
- setSkipDrawing(bool skipDrawing=true) | SubWidget | |
- setVisible(bool visible) | Widget | |
- setWidth(uint width) noexcept | Widget | |
- show() | Widget | |
- SubWidget(Widget *parentWidget) | SubWidget | explicit |
- toFront() | SubWidget | virtual |
- Widget (defined in SubWidget) | SubWidget | friend |
- ~SubWidget() | SubWidget | virtual |
- ~Widget() | Widget | virtual |
+ getMargin() const noexcept | SubWidget | |
+ getParentApp() const noexcept (defined in Widget) | Widget | inline |
+ getParentWidget() const noexcept | SubWidget | |
+ getParentWindow() const noexcept (defined in Widget) | Widget | inline |
+ getSize() const noexcept | Widget | |
+ getTopLevelWidget() const noexcept | Widget | |
+ getWidth() const noexcept | Widget | |
+ getWindow() const noexcept | Widget | |
+ hide() | Widget | |
+ isVisible() const noexcept | Widget | |
+ onCharacterInput(const CharacterInputEvent &) | Widget | protectedvirtual |
+ onDisplay()=0 | Widget | protectedpure virtual |
+ onKeyboard(const KeyboardEvent &) | Widget | protectedvirtual |
+ onMotion(const MotionEvent &) | Widget | protectedvirtual |
+ onMouse(const MouseEvent &) | Widget | protectedvirtual |
+ onPositionChanged(const PositionChangedEvent &) | SubWidget | protectedvirtual |
+ onResize(const ResizeEvent &) | Widget | protectedvirtual |
+ onScroll(const ScrollEvent &) | Widget | protectedvirtual |
+ onSpecial(const SpecialEvent &) | Widget | protectedvirtual |
+ repaint() noexcept override | SubWidget | virtual |
+ setAbsolutePos(int x, int y) noexcept | SubWidget | |
+ setAbsolutePos(const Point< int > &pos) noexcept | SubWidget | |
+ setAbsoluteX(int x) noexcept | SubWidget | |
+ setAbsoluteY(int y) noexcept | SubWidget | |
+ setHeight(uint height) noexcept | Widget | |
+ setId(uint id) noexcept | Widget | |
+ setMargin(int x, int y) noexcept | SubWidget | |
+ setMargin(const Point< int > &offset) noexcept | SubWidget | |
+ setNeedsFullViewportDrawing(bool needsFullViewportForDrawing=true) | SubWidget | |
+ setNeedsViewportScaling(bool needsViewportScaling=true, double autoScaleFactor=0.0) | SubWidget | |
+ setSize(uint width, uint height) noexcept | Widget | |
+ setSize(const Size< uint > &size) noexcept | Widget | |
+ setSkipDrawing(bool skipDrawing=true) | SubWidget | |
+ setVisible(bool visible) | Widget | |
+ setWidth(uint width) noexcept | Widget | |
+ show() | Widget | |
+ SubWidget(Widget *parentWidget) | SubWidget | explicit |
+ toFront() | SubWidget | virtual |
+ Widget (defined in SubWidget) | SubWidget | friend |
+ ~SubWidget() | SubWidget | virtual |
+ ~Widget() | Widget | virtual |
diff --git a/classSubWidget.html b/classSubWidget.html
index 5942e338..8967280e 100644
--- a/classSubWidget.html
+++ b/classSubWidget.html
@@ -116,6 +116,12 @@ Public Member Functions
|
void | setAbsolutePos (const Point< int > &pos) noexcept |
|
+Point< int > | getMargin () const noexcept |
+ |
+void | setMargin (int x, int y) noexcept |
+ |
+void | setMargin (const Point< int > &offset) noexcept |
+ |
Widget * | getParentWidget () const noexcept |
|
void | repaint () noexcept override |
@@ -575,6 +581,96 @@ template<typename T >
+
+
+◆ getMargin()
+
+
+
+
+
+
+
+
+ Point<int> SubWidget::getMargin |
+ ( |
+ | ) |
+ const |
+
+
+ |
+
+noexcept |
+
+
+
+
Get the margin currently in use for widget coordinates. By default this value is (0,0).
+
+
+
+
+◆ setMargin() [1/2]
+
+
+
+
+
+
+
+
+ void SubWidget::setMargin |
+ ( |
+ int |
+ x, |
+
+
+ |
+ |
+ int |
+ y |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+noexcept |
+
+
+
+
Set a margin to be used for widget coordinates using x and y values.
+
+
+
+
+◆ setMargin() [2/2]
+
+
+
+
+
+
+
+
+ void SubWidget::setMargin |
+ ( |
+ const Point< int > & |
+ offset | ) |
+ |
+
+
+ |
+
+noexcept |
+
+
+
+
Set a margin to be used for widget coordinates.
+
@@ -757,7 +853,7 @@ template<typename T >
diff --git a/classThread-members.html b/classThread-members.html
index 328a1892..1711385e 100644
--- a/classThread-members.html
+++ b/classThread-members.html
@@ -82,7 +82,7 @@ $(function() {
diff --git a/classThread.html b/classThread.html
index 7bb5481a..acd3ebd1 100644
--- a/classThread.html
+++ b/classThread.html
@@ -116,7 +116,7 @@ virtual void run ()=0<
diff --git a/classTopLevelWidget-members.html b/classTopLevelWidget-members.html
index 2d4ad027..73d16ee7 100644
--- a/classTopLevelWidget-members.html
+++ b/classTopLevelWidget-members.html
@@ -108,7 +108,7 @@ $(function() {
diff --git a/classTopLevelWidget.html b/classTopLevelWidget.html
index 314888e0..cd3f9453 100644
--- a/classTopLevelWidget.html
+++ b/classTopLevelWidget.html
@@ -426,7 +426,7 @@ Additional Inherited Members |
diff --git a/classTriangle-members.html b/classTriangle-members.html
index 17be65e7..cdbe6c74 100644
--- a/classTriangle-members.html
+++ b/classTriangle-members.html
@@ -86,7 +86,7 @@ $(function() {
diff --git a/classTriangle.html b/classTriangle.html
index 3c64e353..6d44c8ee 100644
--- a/classTriangle.html
+++ b/classTriangle.html
@@ -492,7 +492,7 @@ DEPRECATED Please use
diff --git a/classUI-members.html b/classUI-members.html
index 11d960ae..c7c17ded 100644
--- a/classUI-members.html
+++ b/classUI-members.html
@@ -91,7 +91,7 @@ $(function() {
diff --git a/classUI.html b/classUI.html
index 1e4f737b..44a33f1c 100644
--- a/classUI.html
+++ b/classUI.html
@@ -671,7 +671,7 @@ This is called by the host to inform the UI
diff --git a/classVstGuiStandaloneWindow-members.html b/classVstGuiStandaloneWindow-members.html
index 29155bb9..2b184e79 100644
--- a/classVstGuiStandaloneWindow-members.html
+++ b/classVstGuiStandaloneWindow-members.html
@@ -84,7 +84,7 @@ $(function() {
diff --git a/classVstGuiStandaloneWindow.html b/classVstGuiStandaloneWindow.html
index 10fbf403..6f87bfff 100644
--- a/classVstGuiStandaloneWindow.html
+++ b/classVstGuiStandaloneWindow.html
@@ -163,7 +163,7 @@ virtual void setVisible
diff --git a/classVulkanImage-members.html b/classVulkanImage-members.html
index c1595155..d217a608 100644
--- a/classVulkanImage-members.html
+++ b/classVulkanImage-members.html
@@ -100,7 +100,7 @@ $(function() {
diff --git a/classVulkanImage.html b/classVulkanImage.html
index af97008a..91f1d189 100644
--- a/classVulkanImage.html
+++ b/classVulkanImage.html
@@ -422,7 +422,7 @@ ImageFormat | format |
diff --git a/classWidget-members.html b/classWidget-members.html
index cd5fa4fe..bd54665d 100644
--- a/classWidget-members.html
+++ b/classWidget-members.html
@@ -102,7 +102,7 @@ $(function() {
diff --git a/classWidget.html b/classWidget.html
index d72c8b87..65a98690 100644
--- a/classWidget.html
+++ b/classWidget.html
@@ -915,7 +915,7 @@ class TopLevelWidget
diff --git a/classWindow-members.html b/classWindow-members.html
index 2f956993..8116adfa 100644
--- a/classWindow-members.html
+++ b/classWindow-members.html
@@ -119,7 +119,7 @@ $(function() {
diff --git a/classWindow.html b/classWindow.html
index d440e19e..6463bfe8 100644
--- a/classWindow.html
+++ b/classWindow.html
@@ -1423,7 +1423,7 @@ class | TopLevelWidget
diff --git a/classes.html b/classes.html
index 7eeb1f02..c183322b 100644
--- a/classes.html
+++ b/classes.html
@@ -69,159 +69,161 @@ $(function() {
diff --git a/dir_37257469cca17bab24b582e18a78eb75.html b/dir_37257469cca17bab24b582e18a78eb75.html
index 8f9278fe..a00e7044 100644
--- a/dir_37257469cca17bab24b582e18a78eb75.html
+++ b/dir_37257469cca17bab24b582e18a78eb75.html
@@ -76,7 +76,7 @@ Directories |
diff --git a/dir_99893ac99dd47c2a73745483a12a725f.html b/dir_99893ac99dd47c2a73745483a12a725f.html
index b093a82c..547e86bc 100644
--- a/dir_99893ac99dd47c2a73745483a12a725f.html
+++ b/dir_99893ac99dd47c2a73745483a12a725f.html
@@ -72,7 +72,7 @@ $(function() {
diff --git a/dir_b1be46be7d80596b116b2b4ac973f2f0.html b/dir_b1be46be7d80596b116b2b4ac973f2f0.html
index 562af08d..745f345a 100644
--- a/dir_b1be46be7d80596b116b2b4ac973f2f0.html
+++ b/dir_b1be46be7d80596b116b2b4ac973f2f0.html
@@ -72,7 +72,7 @@ $(function() {
diff --git a/files.html b/files.html
index bc2253f5..d377c865 100644
--- a/files.html
+++ b/files.html
@@ -72,45 +72,46 @@ $(function() {
Base.hpp | |
Cairo.hpp | |
Color.hpp | |
- Geometry.hpp | |
- Image.hpp | |
- ImageBase.hpp | |
- ImageBaseWidgets.hpp | |
- ImageWidgets.hpp | |
- NanoVG.hpp | |
- OpenGL.hpp | |
- StandaloneWindow.hpp | |
- SubWidget.hpp | |
- TopLevelWidget.hpp | |
- VstGuiWidget.hpp | |
- Vulkan.hpp | |
- Widget.hpp | |
- Window.hpp | |
- ▼ distrho | |
- ▼ extra | |
- Base64.hpp | |
- ExternalWindow.hpp | |
- LeakDetector.hpp | |
- LibraryUtils.hpp | |
- Mutex.hpp | |
- RingBuffer.hpp | |
- ScopedPointer.hpp | |
- ScopedSafeLocale.hpp | |
- Sleep.hpp | |
- String.hpp | |
- Thread.hpp | |
- DistrhoInfo.hpp | |
- DistrhoPlugin.hpp | |
- DistrhoPluginLV2.hpp | |
- DistrhoPluginUtils.hpp | |
- DistrhoUI.hpp | |
- DistrhoUtils.hpp | |
+ EventHandlers.hpp | |
+ Geometry.hpp | |
+ Image.hpp | |
+ ImageBase.hpp | |
+ ImageBaseWidgets.hpp | |
+ ImageWidgets.hpp | |
+ NanoVG.hpp | |
+ OpenGL.hpp | |
+ StandaloneWindow.hpp | |
+ SubWidget.hpp | |
+ TopLevelWidget.hpp | |
+ VstGuiWidget.hpp | |
+ Vulkan.hpp | |
+ Widget.hpp | |
+ Window.hpp | |
+ ▼ distrho | |
+ ▼ extra | |
+ Base64.hpp | |
+ ExternalWindow.hpp | |
+ LeakDetector.hpp | |
+ LibraryUtils.hpp | |
+ Mutex.hpp | |
+ RingBuffer.hpp | |
+ ScopedPointer.hpp | |
+ ScopedSafeLocale.hpp | |
+ Sleep.hpp | |
+ String.hpp | |
+ Thread.hpp | |
+ DistrhoInfo.hpp | |
+ DistrhoPlugin.hpp | |
+ DistrhoPluginLV2.hpp | |
+ DistrhoPluginUtils.hpp | |
+ DistrhoUI.hpp | |
+ DistrhoUtils.hpp | |
diff --git a/functions.html b/functions.html
index 1e8870b3..e504e56d 100644
--- a/functions.html
+++ b/functions.html
@@ -90,7 +90,7 @@ $(function() {
diff --git a/functions_b.html b/functions_b.html
index 0a1be4f6..705dd067 100644
--- a/functions_b.html
+++ b/functions_b.html
@@ -116,7 +116,7 @@ $(function() {
diff --git a/functions_c.html b/functions_c.html
index fd8d93f4..59d1923c 100644
--- a/functions_c.html
+++ b/functions_c.html
@@ -154,7 +154,7 @@ $(function() {
diff --git a/functions_d.html b/functions_d.html
index 5d3afbf0..95edd9b9 100644
--- a/functions_d.html
+++ b/functions_d.html
@@ -108,7 +108,7 @@ $(function() {
diff --git a/functions_e.html b/functions_e.html
index 4e1fb082..c71efd2a 100644
--- a/functions_e.html
+++ b/functions_e.html
@@ -84,7 +84,7 @@ $(function() {
diff --git a/functions_enum.html b/functions_enum.html
index 09b7d016..2053a498 100644
--- a/functions_enum.html
+++ b/functions_enum.html
@@ -72,7 +72,7 @@ $(function() {
diff --git a/functions_eval.html b/functions_eval.html
index 79c901e3..2b63baa2 100644
--- a/functions_eval.html
+++ b/functions_eval.html
@@ -75,7 +75,7 @@ $(function() {
diff --git a/functions_f.html b/functions_f.html
index 383cb3a7..41926a1f 100644
--- a/functions_f.html
+++ b/functions_f.html
@@ -120,7 +120,7 @@ $(function() {
diff --git a/functions_func.html b/functions_func.html
index d650c1f3..b9b11b8b 100644
--- a/functions_func.html
+++ b/functions_func.html
@@ -90,7 +90,7 @@ $(function() {
diff --git a/functions_func_b.html b/functions_func_b.html
index 3b9531df..0332fc66 100644
--- a/functions_func_b.html
+++ b/functions_func_b.html
@@ -92,7 +92,7 @@ $(function() {
diff --git a/functions_func_c.html b/functions_func_c.html
index 8b2e57dd..0c04cf14 100644
--- a/functions_func_c.html
+++ b/functions_func_c.html
@@ -139,7 +139,7 @@ $(function() {
diff --git a/functions_func_d.html b/functions_func_d.html
index 198aa6ef..4c41f7bd 100644
--- a/functions_func_d.html
+++ b/functions_func_d.html
@@ -96,7 +96,7 @@ $(function() {
diff --git a/functions_func_e.html b/functions_func_e.html
index 21883edf..f91629ac 100644
--- a/functions_func_e.html
+++ b/functions_func_e.html
@@ -81,7 +81,7 @@ $(function() {
diff --git a/functions_func_f.html b/functions_func_f.html
index a08dd33d..31ba763e 100644
--- a/functions_func_f.html
+++ b/functions_func_f.html
@@ -116,7 +116,7 @@ $(function() {
diff --git a/functions_func_g.html b/functions_func_g.html
index c8172239..cab98f64 100644
--- a/functions_func_g.html
+++ b/functions_func_g.html
@@ -149,6 +149,9 @@ $(function() {