JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::detail::WindowingHelpers Struct Reference

#include <juce_WindowingHelpers.h>

Public Member Functions

 WindowingHelpers ()=delete
 

Static Public Member Functions

static Image createIconForFile (const File &file)
 
static bool isEmbeddedInForegroundProcess (Component *c)
 
static bool isForegroundOrEmbeddedProcess (Component *viewComponent)
 
static bool isWindowOnCurrentVirtualDesktop (void *)
 
template<typename Value >
static BorderSize< int > roundToInt (BorderSize< Value > border)
 

Constructor & Destructor Documentation

◆ WindowingHelpers()

juce::detail::WindowingHelpers::WindowingHelpers ( )
delete

Member Function Documentation

◆ createIconForFile()

static Image juce::detail::WindowingHelpers::createIconForFile ( const File file)
static

◆ isEmbeddedInForegroundProcess()

static bool juce::detail::WindowingHelpers::isEmbeddedInForegroundProcess ( Component c)
static

◆ isForegroundOrEmbeddedProcess()

static bool juce::detail::WindowingHelpers::isForegroundOrEmbeddedProcess ( Component viewComponent)
inlinestatic

◆ isWindowOnCurrentVirtualDesktop()

static bool juce::detail::WindowingHelpers::isWindowOnCurrentVirtualDesktop ( void *  )
static

◆ roundToInt()

template<typename Value >
static BorderSize< int > juce::detail::WindowingHelpers::roundToInt ( BorderSize< Value border)
inlinestatic

References juce::roundToInt().


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