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
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
juce::XWindowSystemUtilities::GetXProperty Struct Reference

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 chardata
 
unsigned long numItems
 
unsigned long bytesLeft
 
Atom actualType
 
int actualFormat
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ GetXProperty()

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.

◆ ~GetXProperty()

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

Definition at line 175 of file juce_XWindowSystem_linux.cpp.

Member Data Documentation

◆ actualFormat

int juce::XWindowSystemUtilities::GetXProperty::actualFormat

Definition at line 60 of file juce_XWindowSystem_linux.h.

◆ actualType

Atom juce::XWindowSystemUtilities::GetXProperty::actualType

Definition at line 59 of file juce_XWindowSystem_linux.h.

◆ bytesLeft

unsigned long juce::XWindowSystemUtilities::GetXProperty::bytesLeft

Definition at line 58 of file juce_XWindowSystem_linux.h.

◆ data

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

Definition at line 57 of file juce_XWindowSystem_linux.h.

◆ numItems

unsigned long juce::XWindowSystemUtilities::GetXProperty::numItems

Definition at line 58 of file juce_XWindowSystem_linux.h.

◆ success

bool juce::XWindowSystemUtilities::GetXProperty::success

Definition at line 56 of file juce_XWindowSystem_linux.h.


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