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

Method ~CTrayIcon

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

Source from the content-addressed store, hash-verified

91 CTrayIcon() {}
92 CTrayIcon(LPCTSTR szTip, HICON hIcon) {Create(szTip, hIcon);}
93 virtual ~CTrayIcon() {
94 RemoveIcon();
95 DestroyWindow();
96 }
97
98 CString GetTooltipText() const {return NID.szTip;}
99 BOOL SetTooltipText(LPCTSTR szTip){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected