InfoVis 2013  1.0
Information Visualisation project - "Mapping Text with Phrase Nets"
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
main.h File Reference
#include <windows.h>
#include <GL/glew.h>
#include <GL/glfw.h>
#include <string>

Go to the source code of this file.

Functions

int run ()
 
int initGlfw ()
 
int initGlew ()
 
void deinitGlfw ()
 
void initGlfwCallbacks ()
 
void setUniqueWindowTitle ()
 
void initApplication ()
 
void deinitApplication ()
 
void applicationLoop ()
 
std::wstring stringToWideString (const std::string &s)
 
void GLFWCALL glfwKeyCallback (int key, int action)
 
void GLFWCALL glfwCharCallback (int character, int action)
 
void GLFWCALL glfwMouseButtonCallback (int key, int action)
 
void GLFWCALL glfwMouseWheelCallback (int position)
 
void GLFWCALL glfwMousePosCallback (int x, int y)
 
int GLFWCALL glfwWindowCloseCallback ()
 
void GLFWCALL glfwWindowResizeCallback (int width, int height)
 

Function Documentation

void applicationLoop ( )
void deinitApplication ( )
void deinitGlfw ( )
void GLFWCALL glfwCharCallback ( int  character,
int  action 
)
void GLFWCALL glfwKeyCallback ( int  key,
int  action 
)
void GLFWCALL glfwMouseButtonCallback ( int  key,
int  action 
)
void GLFWCALL glfwMousePosCallback ( int  x,
int  y 
)
void GLFWCALL glfwMouseWheelCallback ( int  position)
int GLFWCALL glfwWindowCloseCallback ( )
void GLFWCALL glfwWindowResizeCallback ( int  width,
int  height 
)
void initApplication ( )
int initGlew ( )
int initGlfw ( )
void initGlfwCallbacks ( )
int run ( )
void setUniqueWindowTitle ( )
std::wstring stringToWideString ( const std::string &  s)