|  | 
| Resource * | org_kde_plasma_window_allocate () override | 
|  | 
| void | org_kde_plasma_window_set_state (Resource *resource, uint32_t flags, uint32_t state) override | 
|  | 
| void | org_kde_plasma_window_set_virtual_desktop (Resource *resource, uint32_t number) override | 
|  | 
| void | org_kde_plasma_window_set_minimized_geometry (Resource *resource, wl_resource *panel, uint32_t x, uint32_t y, uint32_t width, uint32_t height) override | 
|  | 
| void | org_kde_plasma_window_unset_minimized_geometry (Resource *resource, wl_resource *panel) override | 
|  | 
| void | org_kde_plasma_window_close (Resource *resource) override | 
|  | 
| void | org_kde_plasma_window_request_move (Resource *resource) override | 
|  | 
| void | org_kde_plasma_window_request_resize (Resource *resource) override | 
|  | 
| void | org_kde_plasma_window_destroy (Resource *resource) override | 
|  | 
| void | org_kde_plasma_window_get_icon (Resource *resource, int32_t fd) override | 
|  | 
| void | org_kde_plasma_window_request_enter_virtual_desktop (Resource *resource, const QString &id) override | 
|  | 
| void | org_kde_plasma_window_request_enter_new_virtual_desktop (Resource *resource) override | 
|  | 
| void | org_kde_plasma_window_request_leave_virtual_desktop (Resource *resource, const QString &id) override | 
|  | 
| void | org_kde_plasma_window_request_enter_activity (Resource *resource, const QString &id) override | 
|  | 
| void | org_kde_plasma_window_request_leave_activity (Resource *resource, const QString &id) override | 
|  | 
| void | org_kde_plasma_window_send_to_output (Resource *resource, struct wl_resource *output) override | 
|  | 
Definition at line 56 of file plasmawindowmanagement.cpp.
 
◆ PlasmaWindowInterfacePrivate()
◆ ~PlasmaWindowInterfacePrivate()
      
        
          | KWin::PlasmaWindowInterfacePrivate::~PlasmaWindowInterfacePrivate | ( |  | ) |  | 
      
 
 
◆ org_kde_plasma_window_allocate()
  
  | 
        
          | QtWaylandServer::org_kde_plasma_window::Resource * KWin::PlasmaWindowInterfacePrivate::org_kde_plasma_window_allocate | ( |  | ) |  |  | overrideprotected | 
 
 
◆ org_kde_plasma_window_close()
  
  | 
        
          | void KWin::PlasmaWindowInterfacePrivate::org_kde_plasma_window_close | ( | Resource * | resource | ) |  |  | overrideprotected | 
 
 
◆ org_kde_plasma_window_destroy()
  
  | 
        
          | void KWin::PlasmaWindowInterfacePrivate::org_kde_plasma_window_destroy | ( | Resource * | resource | ) |  |  | overrideprotected | 
 
 
◆ org_kde_plasma_window_get_icon()
  
  | 
        
          | void KWin::PlasmaWindowInterfacePrivate::org_kde_plasma_window_get_icon | ( | Resource * | resource, |  
          |  |  | int32_t | fd ) |  | overrideprotected | 
 
 
◆ org_kde_plasma_window_request_enter_activity()
  
  | 
        
          | void KWin::PlasmaWindowInterfacePrivate::org_kde_plasma_window_request_enter_activity | ( | Resource * | resource, |  
          |  |  | const QString & | id ) |  | overrideprotected | 
 
 
◆ org_kde_plasma_window_request_enter_new_virtual_desktop()
  
  | 
        
          | void KWin::PlasmaWindowInterfacePrivate::org_kde_plasma_window_request_enter_new_virtual_desktop | ( | Resource * | resource | ) |  |  | overrideprotected | 
 
 
◆ org_kde_plasma_window_request_enter_virtual_desktop()
  
  | 
        
          | void KWin::PlasmaWindowInterfacePrivate::org_kde_plasma_window_request_enter_virtual_desktop | ( | Resource * | resource, |  
          |  |  | const QString & | id ) |  | overrideprotected | 
 
 
◆ org_kde_plasma_window_request_leave_activity()
  
  | 
        
          | void KWin::PlasmaWindowInterfacePrivate::org_kde_plasma_window_request_leave_activity | ( | Resource * | resource, |  
          |  |  | const QString & | id ) |  | overrideprotected | 
 
 
◆ org_kde_plasma_window_request_leave_virtual_desktop()
  
  | 
        
          | void KWin::PlasmaWindowInterfacePrivate::org_kde_plasma_window_request_leave_virtual_desktop | ( | Resource * | resource, |  
          |  |  | const QString & | id ) |  | overrideprotected | 
 
 
◆ org_kde_plasma_window_request_move()
  
  | 
        
          | void KWin::PlasmaWindowInterfacePrivate::org_kde_plasma_window_request_move | ( | Resource * | resource | ) |  |  | overrideprotected | 
 
 
◆ org_kde_plasma_window_request_resize()
  
  | 
        
          | void KWin::PlasmaWindowInterfacePrivate::org_kde_plasma_window_request_resize | ( | Resource * | resource | ) |  |  | overrideprotected | 
 
 
◆ org_kde_plasma_window_send_to_output()
  
  | 
        
          | void KWin::PlasmaWindowInterfacePrivate::org_kde_plasma_window_send_to_output | ( | Resource * | resource, |  
          |  |  | struct wl_resource * | output ) |  | overrideprotected | 
 
 
◆ org_kde_plasma_window_set_minimized_geometry()
  
  | 
        
          | void KWin::PlasmaWindowInterfacePrivate::org_kde_plasma_window_set_minimized_geometry | ( | Resource * | resource, |  
          |  |  | wl_resource * | panel, |  
          |  |  | uint32_t | x, |  
          |  |  | uint32_t | y, |  
          |  |  | uint32_t | width, |  
          |  |  | uint32_t | height ) |  | overrideprotected | 
 
 
◆ org_kde_plasma_window_set_state()
  
  | 
        
          | void KWin::PlasmaWindowInterfacePrivate::org_kde_plasma_window_set_state | ( | Resource * | resource, |  
          |  |  | uint32_t | flags, |  
          |  |  | uint32_t | state ) |  | overrideprotected | 
 
 
◆ org_kde_plasma_window_set_virtual_desktop()
  
  | 
        
          | void KWin::PlasmaWindowInterfacePrivate::org_kde_plasma_window_set_virtual_desktop | ( | Resource * | resource, |  
          |  |  | uint32_t | number ) |  | overrideprotected | 
 
 
◆ org_kde_plasma_window_unset_minimized_geometry()
  
  | 
        
          | void KWin::PlasmaWindowInterfacePrivate::org_kde_plasma_window_unset_minimized_geometry | ( | Resource * | resource, |  
          |  |  | wl_resource * | panel ) |  | overrideprotected | 
 
 
◆ resourceForParent()
      
        
          | wl_resource * KWin::PlasmaWindowInterfacePrivate::resourceForParent | ( | PlasmaWindowInterface * | parent, | 
        
          |  |  | Resource * | child ) const | 
      
 
 
◆ sendInitialState()
      
        
          | void KWin::PlasmaWindowInterfacePrivate::sendInitialState | ( | Resource * | resource | ) |  | 
      
 
 
◆ setAppId()
      
        
          | void KWin::PlasmaWindowInterfacePrivate::setAppId | ( | const QString & | appId | ) |  | 
      
 
 
◆ setApplicationMenuPaths()
      
        
          | void KWin::PlasmaWindowInterfacePrivate::setApplicationMenuPaths | ( | const QString & | service, | 
        
          |  |  | const QString & | object ) | 
      
 
 
◆ setGeometry()
      
        
          | void KWin::PlasmaWindowInterfacePrivate::setGeometry | ( | const QRect & | geometry | ) |  | 
      
 
 
◆ setIcon()
      
        
          | void KWin::PlasmaWindowInterfacePrivate::setIcon | ( | const QIcon & | icon | ) |  | 
      
 
 
◆ setParentWindow()
◆ setPid()
      
        
          | void KWin::PlasmaWindowInterfacePrivate::setPid | ( | quint32 | pid | ) |  | 
      
 
 
◆ setResourceName()
      
        
          | void KWin::PlasmaWindowInterfacePrivate::setResourceName | ( | const QString & | resourceName | ) |  | 
      
 
 
◆ setState()
      
        
          | void KWin::PlasmaWindowInterfacePrivate::setState | ( | org_kde_plasma_window_management_state | flag, | 
        
          |  |  | bool | set ) | 
      
 
 
◆ setThemedIconName()
      
        
          | void KWin::PlasmaWindowInterfacePrivate::setThemedIconName | ( | const QString & | iconName | ) |  | 
      
 
 
◆ setTitle()
      
        
          | void KWin::PlasmaWindowInterfacePrivate::setTitle | ( | const QString & | title | ) |  | 
      
 
 
◆ unmap()
      
        
          | void KWin::PlasmaWindowInterfacePrivate::unmap | ( |  | ) |  | 
      
 
 
◆ geometry
      
        
          | QRect KWin::PlasmaWindowInterfacePrivate::geometry | 
      
 
 
◆ m_appId
      
        
          | QString KWin::PlasmaWindowInterfacePrivate::m_appId | 
      
 
 
◆ m_appObjectPath
      
        
          | QString KWin::PlasmaWindowInterfacePrivate::m_appObjectPath | 
      
 
 
◆ m_appServiceName
      
        
          | QString KWin::PlasmaWindowInterfacePrivate::m_appServiceName | 
      
 
 
◆ m_icon
      
        
          | QIcon KWin::PlasmaWindowInterfacePrivate::m_icon | 
      
 
 
◆ m_pid
      
        
          | quint32 KWin::PlasmaWindowInterfacePrivate::m_pid = 0 | 
      
 
 
◆ m_resourceName
      
        
          | QString KWin::PlasmaWindowInterfacePrivate::m_resourceName | 
      
 
 
◆ m_state
      
        
          | quint32 KWin::PlasmaWindowInterfacePrivate::m_state = 0 | 
      
 
 
◆ m_themedIconName
      
        
          | QString KWin::PlasmaWindowInterfacePrivate::m_themedIconName | 
      
 
 
◆ m_title
      
        
          | QString KWin::PlasmaWindowInterfacePrivate::m_title | 
      
 
 
◆ minimizedGeometries
      
        
          | QHash<SurfaceInterface *, QRect> KWin::PlasmaWindowInterfacePrivate::minimizedGeometries | 
      
 
 
◆ parentWindow
◆ parentWindowDestroyConnection
      
        
          | QMetaObject::Connection KWin::PlasmaWindowInterfacePrivate::parentWindowDestroyConnection | 
      
 
 
◆ plasmaActivities
      
        
          | QStringList KWin::PlasmaWindowInterfacePrivate::plasmaActivities | 
      
 
 
◆ plasmaVirtualDesktops
      
        
          | QStringList KWin::PlasmaWindowInterfacePrivate::plasmaVirtualDesktops | 
      
 
 
◆ unmapped
      
        
          | bool KWin::PlasmaWindowInterfacePrivate::unmapped = false | 
      
 
 
◆ uuid
      
        
          | QString KWin::PlasmaWindowInterfacePrivate::uuid | 
      
 
 
◆ windowId
      
        
          | quint32 KWin::PlasmaWindowInterfacePrivate::windowId = 0 | 
      
 
 
◆ wm
The documentation for this class was generated from the following file: