LibreOffice Module sd (master) 1
Classes | Namespaces | Enumerations
IdleDetection.hxx File Reference
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for IdleDetection.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags<::sd::tools::IdleState >
 
class  sd::tools::IdleDetection
 Detect whether the system is idle and some time consuming operation may be carried out. More...
 

Namespaces

namespace  vcl
 
namespace  sd
 
namespace  sd::tools
 
namespace  o3tl
 

Enumerations

enum class  sd::tools::IdleState {
  sd::tools::Idle = 0x0000 ,
  sd::tools::SystemEventPending = 0x0001 ,
  sd::tools::FullScreenShowActive = 0x0002 ,
  sd::tools::WindowShowActive = 0x0004 ,
  sd::tools::WindowPainting = 0x0008
}