|
LMMS
|
#include <juce_linux_XWindowSystem.h>
Public Member Functions | |
| GetXProperty (::Display *display, ::Window windowH, Atom property, long offset, long length, bool shouldDelete, Atom requestedType) | |
| ~GetXProperty () | |
Public Attributes | |
| bool | success = false |
| unsigned char * | data = nullptr |
| unsigned long | numItems = 0 |
| unsigned long | bytesLeft = 0 |
| Atom | actualType |
| int | actualFormat = -1 |
Gets a specified window property and stores its associated data, freeing it on deletion.
@tags{GUI}
| juce::XWindowSystemUtilities::GetXProperty::GetXProperty | ( | ::Display * | display, |
| ::Window | windowH, | ||
| Atom | property, | ||
| long | offset, | ||
| long | length, | ||
| bool | shouldDelete, | ||
| Atom | requestedType ) |
| juce::XWindowSystemUtilities::GetXProperty::~GetXProperty | ( | ) |
| int juce::XWindowSystemUtilities::GetXProperty::actualFormat = -1 |
| Atom juce::XWindowSystemUtilities::GetXProperty::actualType |
| unsigned long juce::XWindowSystemUtilities::GetXProperty::bytesLeft = 0 |
| unsigned char* juce::XWindowSystemUtilities::GetXProperty::data = nullptr |
| unsigned long juce::XWindowSystemUtilities::GetXProperty::numItems = 0 |
| bool juce::XWindowSystemUtilities::GetXProperty::success = false |