|
My Project
|
#include <application.h>
Public Member Functions | |
| Application () | |
| Application (HWND hWnd, int x, int y, int width, int height) | |
| ~Application () | |
| void | call (Action &act, int id) |
Definition at line 5 of file application.h.
| Application::Application | ( | ) |
Definition at line 6 of file application.cpp.
| Application::Application | ( | HWND | hWnd, |
| int | x, | ||
| int | y, | ||
| int | width, | ||
| int | height | ||
| ) |
Definition at line 10 of file application.cpp.
| Application::~Application | ( | ) |
Definition at line 27 of file application.cpp.
| void Application::call | ( | Action & | act, |
| int | id | ||
| ) |
Definition at line 35 of file application.cpp.


1.8.12