Home
last modified time | relevance | path

Searched refs:current_notification_ (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/
H A Dwinwatchtowerdriver.h
H A Dwinwatchtowerdriver.cpp
/glogg/src/
H A Dwinwatchtowerdriver.h69 { return list_->current_notification_; }
72 { return &( list_->current_notification_ ); }
76 return list_->current_notification_;
80 WinNotificationInfo tmp { list_->current_notification_ };
104 WinNotificationInfo current_notification_; variable
H A Dwinwatchtowerdriver.cpp68 current_notification_ = WinNotificationInfo( int_to_action.at( action ), file_name ); in updateCurrentNotification()