diff --git a/Cairo_8hpp_source.html b/Cairo_8hpp_source.html
new file mode 100644
index 00000000..aaddb9ed
--- /dev/null
+++ b/Cairo_8hpp_source.html
@@ -0,0 +1,139 @@
+
+
+
+
+
+
This is the complete list of members for ImageBase, including all inherited members.
+
+
+
+
+
diff --git a/classImageBase.html b/classImageBase.html
new file mode 100644
index 00000000..314d8663
--- /dev/null
+++ b/classImageBase.html
@@ -0,0 +1,531 @@
+
+
+
+
+
+
#include <ImageBase.hpp>
+
+
+
+

+
+
+
+ |
+
+const char * | fRawData |
+ |
+
+Size< uint > | fSize |
+ |
+
+
+
Base DGL Image class.
+
This is an Image class that handles raw image data in pixels. It is an abstract class that provides the common methods to build on top. Cairo and OpenGL Image classes are based upon this one.
+
- See Also
- Image
+
+
+
+
+
+
+
+
+
+ ImageBase::ImageBase |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+protected |
+
+
+
+
Constructor for a null Image.
+
+
+
+
+
+
+
+
+
+
+
+ ImageBase::ImageBase |
+ ( |
+ const char *const |
+ rawData, |
+
+
+ |
+ |
+ const uint |
+ width, |
+
+
+ |
+ |
+ const uint |
+ height |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+protected |
+
+
+
+
Constructor using raw image data.
+
- Note
- rawData must remain valid for the lifetime of this Image.
+
+
+
+
+
+
+
+
+
+
+
+ ImageBase::ImageBase |
+ ( |
+ const char *const |
+ rawData, |
+
+
+ |
+ |
+ const Size< uint > & |
+ size |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+protected |
+
+
+
+
Constructor using raw image data.
+
- Note
- rawData must remain valid for the lifetime of this Image.
+
+
+
+
+
+
+
+
+
+
+
+ ImageBase::ImageBase |
+ ( |
+ const ImageBase & |
+ image | ) |
+ |
+
+
+ |
+
+protected |
+
+
+
+
Constructor using another image data.
+
+
+
+
+
+
+
+
+
+
+
+ virtual ImageBase::~ImageBase |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+virtual |
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool ImageBase::isValid |
+ ( |
+ | ) |
+ const |
+
+
+ |
+
+noexcept |
+
+
+
+
Check if this image is valid.
+
+
+
+
+
+
+
+
+
+
+
+ uint ImageBase::getWidth |
+ ( |
+ | ) |
+ const |
+
+
+ |
+
+noexcept |
+
+
+
+
+
+
+
+
+
+
+
+
+ uint ImageBase::getHeight |
+ ( |
+ | ) |
+ const |
+
+
+ |
+
+noexcept |
+
+
+
+
+
+
+
+
+
+
+
+
+ const Size<uint>& ImageBase::getSize |
+ ( |
+ | ) |
+ const |
+
+
+ |
+
+noexcept |
+
+
+
+
+
+
+
+
+
+
+
+
+ const char* ImageBase::getRawData |
+ ( |
+ | ) |
+ const |
+
+
+ |
+
+noexcept |
+
+
+
+
Get the raw image data.
+
+
+
+
+
+
+
+
+ void ImageBase::draw |
+ ( |
+ | ) |
+ |
+
+
+
+
Draw this image at (0, 0) point.
+
+
+
+
+
+
+
+
+ void ImageBase::drawAt |
+ ( |
+ const int |
+ x, |
+
+
+ |
+ |
+ const int |
+ y |
+
+
+ |
+ ) |
+ | |
+
+
+
+
Draw this image at (x, y) point.
+
+
+
+
+
+
+
+
+ void ImageBase::drawAt |
+ ( |
+ const Point< int > & |
+ pos | ) |
+ |
+
+
+
+
Draw this image at position pos.
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classImageBase.png b/classImageBase.png
new file mode 100644
index 00000000..26b2ea22
Binary files /dev/null and b/classImageBase.png differ
diff --git a/classVstGuiWidget-members.html b/classVstGuiWidget-members.html
new file mode 100644
index 00000000..0b47ce33
--- /dev/null
+++ b/classVstGuiWidget-members.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
This is the complete list of members for VstGuiWidget, including all inherited members.
+
+
+
+
+
diff --git a/classVstGuiWidget.html b/classVstGuiWidget.html
new file mode 100644
index 00000000..e9b865d7
--- /dev/null
+++ b/classVstGuiWidget.html
@@ -0,0 +1,143 @@
+
+
+
+
+
+ |
+
+ | VstGuiWidget (const uint w=1, const uint h=1, const char *const t="") |
+ |
+
+uint | getWidth () const noexcept |
+ |
+
+uint | getHeight () const noexcept |
+ |
+
+const char * | getTitle () const noexcept |
+ |
+
+uintptr_t | getTransientWinId () const noexcept |
+ |
+
+bool | isVisible () const noexcept |
+ |
+
+bool | isRunning () noexcept |
+ |
+
+virtual void | idle () |
+ |
+
+virtual void | setSize (uint w, uint h) |
+ |
+
+virtual void | setTitle (const char *const t) |
+ |
+
+virtual void | setTransientWinId (const uintptr_t winId) |
+ |
+
+virtual void | setVisible (const bool yesNo) |
+ |
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/ftv2blank.png b/ftv2blank.png
new file mode 100644
index 00000000..63c605bb
Binary files /dev/null and b/ftv2blank.png differ
diff --git a/ftv2cl.png b/ftv2cl.png
new file mode 100644
index 00000000..132f6577
Binary files /dev/null and b/ftv2cl.png differ
diff --git a/ftv2doc.png b/ftv2doc.png
new file mode 100644
index 00000000..17edabff
Binary files /dev/null and b/ftv2doc.png differ
diff --git a/ftv2folderclosed.png b/ftv2folderclosed.png
new file mode 100644
index 00000000..bb8ab35e
Binary files /dev/null and b/ftv2folderclosed.png differ
diff --git a/ftv2folderopen.png b/ftv2folderopen.png
new file mode 100644
index 00000000..d6c7f676
Binary files /dev/null and b/ftv2folderopen.png differ
diff --git a/ftv2lastnode.png b/ftv2lastnode.png
new file mode 100644
index 00000000..63c605bb
Binary files /dev/null and b/ftv2lastnode.png differ
diff --git a/ftv2link.png b/ftv2link.png
new file mode 100644
index 00000000..17edabff
Binary files /dev/null and b/ftv2link.png differ
diff --git a/ftv2mlastnode.png b/ftv2mlastnode.png
new file mode 100644
index 00000000..0b63f6d3
Binary files /dev/null and b/ftv2mlastnode.png differ
diff --git a/ftv2mnode.png b/ftv2mnode.png
new file mode 100644
index 00000000..0b63f6d3
Binary files /dev/null and b/ftv2mnode.png differ
diff --git a/ftv2mo.png b/ftv2mo.png
new file mode 100644
index 00000000..4bfb80f7
Binary files /dev/null and b/ftv2mo.png differ
diff --git a/ftv2node.png b/ftv2node.png
new file mode 100644
index 00000000..63c605bb
Binary files /dev/null and b/ftv2node.png differ
diff --git a/ftv2ns.png b/ftv2ns.png
new file mode 100644
index 00000000..72e3d71c
Binary files /dev/null and b/ftv2ns.png differ
diff --git a/ftv2plastnode.png b/ftv2plastnode.png
new file mode 100644
index 00000000..c6ee22f9
Binary files /dev/null and b/ftv2plastnode.png differ
diff --git a/ftv2pnode.png b/ftv2pnode.png
new file mode 100644
index 00000000..c6ee22f9
Binary files /dev/null and b/ftv2pnode.png differ
diff --git a/ftv2splitbar.png b/ftv2splitbar.png
new file mode 100644
index 00000000..fe895f2c
Binary files /dev/null and b/ftv2splitbar.png differ
diff --git a/ftv2vertline.png b/ftv2vertline.png
new file mode 100644
index 00000000..63c605bb
Binary files /dev/null and b/ftv2vertline.png differ
diff --git a/functions_func_~.html b/functions_func_~.html
new file mode 100644
index 00000000..8ab75903
--- /dev/null
+++ b/functions_func_~.html
@@ -0,0 +1,168 @@
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- ~ -
+
+
+
+
+
diff --git a/search/classes_11.html b/search/classes_11.html
new file mode 100644
index 00000000..519b2399
--- /dev/null
+++ b/search/classes_11.html
@@ -0,0 +1,26 @@
+
+
+
+
This is the complete list of members for GraphicsContext, including all inherited members.
+
+
+
+
+
diff --git a/structGraphicsContext.html b/structGraphicsContext.html
new file mode 100644
index 00000000..a4d81842
--- /dev/null
+++ b/structGraphicsContext.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
#include <Cairo.hpp>
+
+
+
The documentation for this struct was generated from the following file:
+
+
+
+
+