JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::XWindowSystemUtilities::GetXProperty Struct Reference

Gets a specified window property and stores its associated data, freeing it on deletion. More...

#include <juce_linux_XWindowSystem.h>

Collaboration diagram for juce::XWindowSystemUtilities::GetXProperty:

Public Member Functions

 GetXProperty (::Display *display, ::Window windowH, Atom property, long offset, long length, bool shouldDelete, Atom requestedType)
 
 ~GetXProperty ()
 

Public Attributes

int actualFormat = -1
 
Atom actualType
 
unsigned long bytesLeft = 0
 
unsigned char * data = nullptr
 
unsigned long numItems = 0
 
bool success = false
 

Detailed Description

Gets a specified window property and stores its associated data, freeing it on deletion.

@tags{GUI}

Constructor & Destructor Documentation

◆ GetXProperty()

juce::XWindowSystemUtilities::GetXProperty::GetXProperty ( ::Display *  display,
::Window  windowH,
Atom  property,
long  offset,
long  length,
bool  shouldDelete,
Atom  requestedType 
)

◆ ~GetXProperty()

juce::XWindowSystemUtilities::GetXProperty::~GetXProperty ( )

Member Data Documentation

◆ actualFormat

int juce::XWindowSystemUtilities::GetXProperty::actualFormat = -1

◆ actualType

Atom juce::XWindowSystemUtilities::GetXProperty::actualType

◆ bytesLeft

unsigned long juce::XWindowSystemUtilities::GetXProperty::bytesLeft = 0

◆ data

unsigned char* juce::XWindowSystemUtilities::GetXProperty::data = nullptr

◆ numItems

unsigned long juce::XWindowSystemUtilities::GetXProperty::numItems = 0

◆ success

bool juce::XWindowSystemUtilities::GetXProperty::success = false

The documentation for this struct was generated from the following file: