|
LMMS
|
Cross-platform view definition. More...
#include <types.h>
Public Attributes | |
| PuglWorld * | world |
| const PuglBackend * | backend |
| PuglInternals * | impl |
| PuglHandle | handle |
| PuglEventFunc | eventFunc |
| char * | title |
| PuglNativeView | parent |
| uintptr_t | transientParent |
| PuglRect | frame |
| PuglConfigureEvent | lastConfigure |
| PuglHints | hints |
| PuglViewSize | sizeHints [PUGL_NUM_SIZE_HINTS] |
| bool | visible |
Cross-platform view definition.
| const PuglBackend* PuglViewImpl::backend |
| PuglEventFunc PuglViewImpl::eventFunc |
| PuglRect PuglViewImpl::frame |
| PuglHandle PuglViewImpl::handle |
| PuglHints PuglViewImpl::hints |
| PuglInternals* PuglViewImpl::impl |
| PuglConfigureEvent PuglViewImpl::lastConfigure |
| PuglNativeView PuglViewImpl::parent |
| PuglViewSize PuglViewImpl::sizeHints[PUGL_NUM_SIZE_HINTS] |
| char* PuglViewImpl::title |
| uintptr_t PuglViewImpl::transientParent |
| bool PuglViewImpl::visible |
| PuglWorld* PuglViewImpl::world |