KWin
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Friends | List of all members
KWin::SlideInterface Class Reference

#include <slide.h>

Inheritance diagram for KWin::SlideInterface:

Public Types

enum  Location { Left = 0 , Top = 1 , Right = 2 , Bottom = 3 }
 

Public Member Functions

 ~SlideInterface () override
 
Location location () const
 
qint32 offset () const
 

Friends

class SlideManagerInterfacePrivate
 

Detailed Description

Definition at line 35 of file slide.h.

Member Enumeration Documentation

◆ Location

Enumerator
Left 

Slide from the left edge of the screen

Top 

Slide from the top edge of the screen

Right 

Slide from the bottom edge of the screen

Bottom 

Slide from the bottom edge of the screen

Definition at line 39 of file slide.h.

Constructor & Destructor Documentation

◆ ~SlideInterface()

KWin::SlideInterface::~SlideInterface ( )
overridedefault

Member Function Documentation

◆ location()

SlideInterface::Location KWin::SlideInterface::location ( ) const
Returns
the location the window will be slided from

Definition at line 143 of file slide.cpp.

◆ offset()

qint32 KWin::SlideInterface::offset ( ) const
Returns
the offset from the screen edge the window will be slided from

Definition at line 148 of file slide.cpp.

Friends And Related Symbol Documentation

◆ SlideManagerInterfacePrivate

friend class SlideManagerInterfacePrivate
friend

Definition at line 61 of file slide.h.


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