|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Gets a specified window property and stores its associated data, freeing it on deletion. More...
#include "juce_XWindowSystem_linux.h"
Public Member Functions | |
| GetXProperty (::Display *display, ::Window windowH, Atom property, long offset, long length, bool shouldDelete, Atom requestedType) | |
Public Attributes | |
| bool | success |
| unsigned char * | data |
| unsigned long | numItems |
| unsigned long | bytesLeft |
| Atom | actualType |
| int | actualFormat |
Gets a specified window property and stores its associated data, freeing it on deletion.
@tags{GUI}
Definition at line 50 of file juce_XWindowSystem_linux.h.
| juce::XWindowSystemUtilities::GetXProperty::GetXProperty | ( | ::Display * | display, |
| ::Window | windowH, | ||
| Atom | property, | ||
| long | offset, | ||
| long | length, | ||
| bool | shouldDelete, | ||
| Atom | requestedType | ||
| ) |
Definition at line 166 of file juce_XWindowSystem_linux.cpp.
| juce::XWindowSystemUtilities::GetXProperty::~GetXProperty | ( | ) |
Definition at line 175 of file juce_XWindowSystem_linux.cpp.
| int juce::XWindowSystemUtilities::GetXProperty::actualFormat |
Definition at line 60 of file juce_XWindowSystem_linux.h.
| Atom juce::XWindowSystemUtilities::GetXProperty::actualType |
Definition at line 59 of file juce_XWindowSystem_linux.h.
Definition at line 58 of file juce_XWindowSystem_linux.h.
Definition at line 57 of file juce_XWindowSystem_linux.h.
Definition at line 58 of file juce_XWindowSystem_linux.h.
| bool juce::XWindowSystemUtilities::GetXProperty::success |
Definition at line 56 of file juce_XWindowSystem_linux.h.