Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Toplevel

See KWin docs for the explanation what Toplevel is. Basically it is a window. Represents KWin::Toplevel

Hierarchy

Index

Properties

Readonly activities

activities: string[]

On which activities the toplevel is present

activitiesChanged

activitiesChanged: QSignal

TODO: I could not find anything about signal in the KWin source. Probably it does not exist here. It exists in KWin::Window though.

Readonly clientPos

clientPos: QPoint

Client position

Readonly clientSize

clientSize: QSize

Client size

Readonly dialog

dialog: boolean

Whether the window is a dialog window.

frameGeometryChanged

frameGeometryChanged: QSignal

This signal is emitted when the Toplevel's frame geometry changes.

Readonly resourceClass

resourceClass: QByteArray

TODO: ???

Readonly resourceName

resourceName: QByteArray

TODO: ???

Readonly screen

screen: number

On which screen toplevel is

screenChanged

screenChanged: QSignal

Emitted whenever the Toplevel's screen changes. This can happen either in consequence to a screen being removed/added or if the Toplevel's geometry changes.

Readonly splash

splash: boolean

Whether the window is a splashscreen.

Readonly utility

utility: boolean

Whether the window is a utility window, such as a tool window.

Readonly windowId

windowId: number

Window id in KWin

Readonly windowRole

windowRole: QByteArray

Window role property

windowShown

windowShown: QSignal

Emitted when the Toplevel is shown?

Generated using TypeDoc