MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / CMenuTrayIcon

Method CMenuTrayIcon

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

Source from the content-addressed store, hash-verified

165class CMenuTrayIcon : public CTrayIcon {
166public:
167 CMenuTrayIcon() : DoubleClicked(false) {}
168 CMenuTrayIcon(LPCTSTR szTip, HICON hIcon, UINT Menu=0, UINT Default=0, BOOL ByPos=FALSE) : DoubleClicked(false) {Create(szTip, hIcon, Menu, Default, ByPos);}
169 void Create(LPCTSTR szTip, HICON hIcon, UINT Menu=0, UINT Default=0, BOOL ByPos=FALSE) {
170 CTrayIcon::Create(szTip, hIcon, Menu);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected