notifications.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef KWIN_NOTIFICATIONS_H
00013 #define KWIN_NOTIFICATIONS_H
00014
00015 namespace KWinInternal
00016 {
00017
00018 class Notify
00019 {
00020 public:
00021
00022 enum Event
00023 {
00024 Activate,
00025 Close,
00026 Minimize,
00027 UnMinimize,
00028 Maximize,
00029 UnMaximize,
00030 OnAllDesktops,
00031 NotOnAllDesktops,
00032 New,
00033 Delete,
00034 TransNew,
00035 TransDelete,
00036 ShadeUp,
00037 ShadeDown,
00038 MoveStart,
00039 MoveEnd,
00040 ResizeStart,
00041 ResizeEnd,
00042 DesktopChange = 100
00043 };
00044
00045 static void raise( Event );
00046 };
00047
00048 }
00049
00050 #endif
This file is part of the documentation for kwin Library Version 3.4.3.