InfoVis 2013
1.0
Information Visualisation project - "Mapping Text with Phrase Nets"
|
#include "main.h"
#include "Application.h"
#include "Timer.h"
#include "CEGUI/Exceptions.h"
#include <stdlib.h>
#include <iostream>
#include <sstream>
Functions | |
int | main () |
int | initGlfw () |
void | deinitGlfw () |
void | setUniqueWindowTitle () |
std::wstring | stringToWideString (const std::string &s) |
void | applicationLoop () |
void | initGlfwCallbacks () |
void | initApplication () |
void | deinitApplication () |
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) |
int | run () |
int | initGlew () |
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 main | ( | ) |
int run | ( | ) |
void setUniqueWindowTitle | ( | ) |
std::wstring stringToWideString | ( | const std::string & | s) |