MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / ~CAniMenuTrayIcon

Method ~CAniMenuTrayIcon

cppcryptfs/ui/TrayIcon.h:340–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338 CAniMenuTrayIcon() {}
339 CAniMenuTrayIcon(LPCTSTR szTip, HICON hIcon, UINT Menu=0, UINT Default=0, BOOL ByPos=FALSE) : CMenuTrayIcon(szTip, hIcon, Menu, Default, ByPos) {}
340 virtual ~CAniMenuTrayIcon() {StopAnimating();}
341
342 HICON GetIcon() const {return CMenuTrayIcon::GetIcon();}
343 BOOL SetIcon(HICON hIcon) {return CMenuTrayIcon::SetIcon(hIcon);}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected