KWinInternal::Rules Class Reference
List of all members.Detailed Description
Definition at line 81 of file rules.h.
Public Member Functions | |
| Rules () | |
| Rules (KConfig &) | |
| Rules (const QString &, bool temporary) | |
| void | write (KConfig &) const |
| bool | isEmpty () const |
| void | discardUsed (bool withdrawn) |
| bool | match (const Client *c) const |
| bool | update (Client *) |
| bool | isTemporary () const |
| bool | discardTemporary (bool force) |
| bool | applyPlacement (Placement::Policy &placement) const |
| bool | applyGeometry (QRect &rect, bool init) const |
| bool | applyPosition (QPoint &pos, bool init) const |
| bool | applySize (QSize &s, bool init) const |
| bool | applyMinSize (QSize &s) const |
| bool | applyMaxSize (QSize &s) const |
| bool | applyOpacityActive (int &s) const |
| bool | applyOpacityInactive (int &s) const |
| bool | applyIgnoreGeometry (bool &ignore) const |
| bool | applyDesktop (int &desktop, bool init) const |
| bool | applyType (NET::WindowType &type) const |
| bool | applyMaximizeVert (MaximizeMode &mode, bool init) const |
| bool | applyMaximizeHoriz (MaximizeMode &mode, bool init) const |
| bool | applyMinimize (bool &minimized, bool init) const |
| bool | applyShade (ShadeMode &shade, bool init) const |
| bool | applySkipTaskbar (bool &skip, bool init) const |
| bool | applySkipPager (bool &skip, bool init) const |
| bool | applyKeepAbove (bool &above, bool init) const |
| bool | applyKeepBelow (bool &below, bool init) const |
| bool | applyFullScreen (bool &fs, bool init) const |
| bool | applyNoBorder (bool &noborder, bool init) const |
| bool | applyFSP (int &fsp) const |
| bool | applyAcceptFocus (bool &focus) const |
| bool | applyMoveResizeMode (Options::MoveResizeMode &mode) const |
| bool | applyCloseable (bool &closeable) const |
| bool | applyStrictGeometry (bool &strict) const |
| bool | applyShortcut (QString &shortcut, bool init) const |
| bool | applyDisableGlobalShortcuts (bool &disable) const |
| bool | applyIgnorePosition (bool &ignore) const |
Friends | |
| kdbgstream & | operator<< (kdbgstream &stream, const Rules *) |
The documentation for this class was generated from the following files:

