LibreOffice Module vcl (master) 1
Classes | Namespaces | Enumerations
unx/salframe.h File Reference
#include <X11/Xlib.h>
#include <unx/saltype.h>
#include <unx/saldisp.hxx>
#include <unx/sessioninhibitor.hxx>
#include <salframe.hxx>
#include <salwtype.hxx>
#include <salinst.hxx>
#include <vcl/ptrstyle.hxx>
#include <vcl/sysdata.hxx>
#include <vcl/timer.hxx>
#include <vclpluginapi.h>
#include <list>
Include dependency graph for unx/salframe.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  X11SalFrame
 

Namespaces

namespace  vcl_sal
 

Enumerations

enum class  X11ShowState {
  Unknown = -1 ,
  Minimized = 0 ,
  Normal = 1 ,
  Hidden = 2
}
 
enum class  WMWindowType {
  Normal ,
  ModelessDialogue ,
  Utility ,
  Splash ,
  Toolbar ,
  Dock
}
 

Enumeration Type Documentation

◆ WMWindowType

enum class WMWindowType
strong
Enumerator
Normal 
ModelessDialogue 
Utility 
Splash 
Toolbar 
Dock 

Definition at line 53 of file unx/salframe.h.

◆ X11ShowState

enum class X11ShowState
strong
Enumerator
Unknown 
Minimized 
Normal 
Hidden 

Definition at line 45 of file unx/salframe.h.