|
LMMS
|
#include "pugl.hpp"#include <cassert>#include <cmath>#include <cstdlib>#include <cstdio>#include <cstring>#include <ctime>#include "../../distrho/extra/FileBrowserDialogImpl.hpp"#include "../../distrho/extra/FileBrowserDialogImpl.cpp"#include "pugl-upstream/src/common.c"#include "pugl-upstream/src/internal.c"Macros | |
| #define | FILE_BROWSER_DIALOG_DGL_NAMESPACE |
| #define | FILE_BROWSER_DIALOG_NAMESPACE DGL_NAMESPACE |
| #define | DGL_FILE_BROWSER_DIALOG_HPP_INCLUDED |
Functions | |
| START_NAMESPACE_DGL END_NAMESPACE_DGL START_NAMESPACE_DGL bool | puglBackendEnter (PuglView *const view) |
| bool | puglBackendLeave (PuglView *const view) |
| void | puglSetMatchingBackendForCurrentBuild (PuglView *const view) |
| void | puglRaiseWindow (PuglView *const view) |
| double | puglGetScaleFactorFromParent (const PuglView *const view) |
| PuglStatus | puglSetGeometryConstraints (PuglView *const view, const uint width, const uint height, const bool aspect) |
| void | puglSetResizable (PuglView *const view, const bool resizable) |
| PuglStatus | puglSetSizeAndDefault (PuglView *view, uint width, uint height) |
| void | puglOnDisplayPrepare (PuglView *) |
| void | puglFallbackOnResize (PuglView *const view) |
| #define DGL_FILE_BROWSER_DIALOG_HPP_INCLUDED |
| #define FILE_BROWSER_DIALOG_DGL_NAMESPACE |
| #define FILE_BROWSER_DIALOG_NAMESPACE DGL_NAMESPACE |
| START_NAMESPACE_DGL END_NAMESPACE_DGL START_NAMESPACE_DGL bool puglBackendEnter | ( | PuglView *const | view | ) |
| PuglStatus puglSetGeometryConstraints | ( | PuglView *const | view, |
| const uint | width, | ||
| const uint | height, | ||
| const bool | aspect ) |
| PuglStatus puglSetSizeAndDefault | ( | PuglView * | view, |
| uint | width, | ||
| uint | height ) |