#include "defs.h"#include <Windows.h>#include "Common.h"#include "WinApp.h"#include "WinGL.h"#include "DialogWindow.h"#include "ViewManager.h"#include "ModelControler.h"#include "win/resource.h"#include "Log.h"#include "fv_txt_utls.h"#include "fv_assert.h"#include <cstdio>#include <cstdarg>#include <iostream>#include <process.h>#include <commctrl.h>#include <strsafe.h>
Namespaces | |
| namespace | FemViewer |
| namespace | FemViewer::Win |
Defines | |
| #define | MAX_LOADSTRING 100 |
Functions | |
| INT_PTR CALLBACK | FemViewer::Win::About (HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | FemViewer::Win::ApproxDlgProc (HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam) |
| LRESULT CALLBACK | FemViewer::Win::WndProcedure (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| void | FemViewer::Win::printError (LPTSTR lpszFunction) |
Variables | |
| const TCHAR | FemViewer::Win::AppName [] = TEXT("FemViewer") |
| #define MAX_LOADSTRING 100 |
1.6.1