#include <nsSystemTrayIconWin.h>
Public Member Functions | |
| nsSystemTrayIconWin () | |
| ~nsSystemTrayIconWin () | |
Public Member Functions inherited from nsSystemTrayIconBase | |
| nsSystemTrayIconBase () | |
| ~nsSystemTrayIconBase () | |
| nsresult | SetImageFromURI (nsIURI *aURI) |
| nsresult | SetEventTarget (nsIDOMEventTarget *aEventTarget) |
Public Attributes | |
| HICON | mIcon |
Protected Member Functions | |
| nsPoint | GetPopupPosition () |
Protected Member Functions inherited from nsSystemTrayIconBase | |
| void | DispatchEvent (const nsAString &aType, PRUint16 aButton, PRInt32 aDetail, PRBool aCtrlKey, PRBool aAltKey, PRBool aShiftKey, PRBool aMetaKey) |
Additional Inherited Members | |
Protected Attributes inherited from nsSystemTrayIconBase | |
| nsCOMPtr< imgIRequest > | mRequest |
| nsCOMPtr< nsIDOMEventTarget > | mEventTarget |
Definition at line 46 of file nsSystemTrayIconWin.h.
| nsSystemTrayIconWin::nsSystemTrayIconWin | ( | ) |
| nsSystemTrayIconWin::~nsSystemTrayIconWin | ( | ) |
|
protectedvirtual |
Implements nsSystemTrayIconBase.
Definition at line 44 of file nsSystemTrayIconWin.cpp.
| HICON nsSystemTrayIconWin::mIcon |
Definition at line 53 of file nsSystemTrayIconWin.h.