Home
last modified time | relevance | path

Searched defs:Action (Results 1 – 6 of 6) sorted by relevance

/glogg/glogg/src/
H A Dwinwatchtowerdriver.h
H A Dwinwatchtowerdriver.cpp
/glogg/src/
H A Dwinwatchtowerdriver.h39 enum class Action { UNDEF, enum
192 Action( std::function<void()> function ) : function_ { function } {} in Action() function
H A Dwinwatchtowerdriver.cpp48 using Action = WinNotificationInfo::Action; in updateCurrentNotification() typedef
/glogg/glogg/tests/
H A DwatchtowerTest.cpp
/glogg/tests/
H A DwatchtowerTest.cpp449 using Action = WinNotificationInfo::Action; typedef in WinNotificationInfoListTest