#include <windows.h>#include "MyMenu.h"#include "resource.h"#include "systray.h"#include "valueEditor.h"#include "controlEngine.h"#include "communTools.h"Go to the source code of this file.
Defines | |
| #define | WM_REFRESH WM_USER+1973 |
| #define | WM_REFRESH_EDIT WM_USER+1974 |
| #define | WM_REFRESH_SPIN WM_USER+1975 |
| #define | WM_READ_FROM_EDIT WM_USER+1976 |
Functions | |
| LRESULT WINAPI | SysTrayProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
| LRESULT WINAPI | AboutProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
| BOOL | SetSpinPos (HWND hWnd, int id, int pos) |
| BOOL | SetSpinRange (HWND hWnd, int id, int minPos, int maxPos, int delta) |
| int | GetSpinPos (HWND hWnd) |
| LRESULT WINAPI | ConfigProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
Variables | |
| ControlEngine | ce |
|
|
Definition at line 176 of file systray.cpp. Referenced by ConfigProc(). |
|
|
Definition at line 173 of file systray.cpp. Referenced by ConfigProc(). |
|
|
Definition at line 174 of file systray.cpp. Referenced by ConfigProc(). |
|
|
Definition at line 175 of file systray.cpp. Referenced by ConfigProc(). |
|
||||||||||||||||||||
|
Definition at line 134 of file systray.cpp. References MyString::Format(), IDC_BUTTON_FORUM, IDC_BUTTON_LICENCE, IDC_BUTTON_MAILME, IDC_BUTTON_URL, IDC_STATIC_VERSION, MAIL_ADRESS, MailTo(), MyOpenBrowser(), URL_3D_CONTROLS, URL_FORUM, URL_LICENCE, and VERSION. Referenced by SysTrayProc(). |
|
||||||||||||||||||||
|
|
Definition at line 188 of file systray.cpp. References BOOL(). Referenced by ConfigProc(). |
|
||||||||||||||||
|
Definition at line 178 of file systray.cpp. References BOOL(). Referenced by ConfigProc(). |
|
||||||||||||||||||||||||
|
Definition at line 183 of file systray.cpp. References BOOL(). Referenced by ConfigProc(). |
|
||||||||||||||||||||
|
Definition at line 29 of file systray.cpp. References AboutProc(), CMyMenu::AddTitle(), ce, ConfigProc(), DebugStructProc(), CMyMenu::DrawItem(), ErrorMessage(), ControlEngine::hInst, ID_POPUP_ABOUT, ID_POPUP_CONFIG, ID_POPUP_DEBUGER, ID_POPUP_EXIT, ID_POPUP_HELP, IDC_MENU, IDD_ABOUT, IDD_CONFIG, IDD_DEBUG_STRUCT, IDI_ICON_SYSTRAY, CMyMenu::MeasureItem(), MyOpenBrowser(), TITLE_NAME, and URL_3D_CONTROLS. Referenced by ControlEngine::Start(). |
|
|
Definition at line 27 of file systray.cpp. |
1.3.6