My Project
Public Member Functions | List of all members
Application Class Reference

#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)
 

Detailed Description

Definition at line 5 of file application.h.

Constructor & Destructor Documentation

§ Application() [1/2]

Application::Application ( )

Definition at line 6 of file application.cpp.

§ Application() [2/2]

Application::Application ( HWND  hWnd,
int  x,
int  y,
int  width,
int  height 
)

Definition at line 10 of file application.cpp.

§ ~Application()

Application::~Application ( )

Definition at line 27 of file application.cpp.

Member Function Documentation

§ call()

void Application::call ( Action act,
int  id 
)

Definition at line 35 of file application.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: