ROOT_Application  2.0
C++ Core modules and GUIStock
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
GUIStock.cxx File Reference

Main function for running the GUI application. More...

#include "../src_cpp/StockManager.h"
#include "../src_cpp/TCPServer.h"
#include "GUIMainController.h"
#include <TRint.h>
#include <TROOT.h>
#include <TGClient.h>
#include <TStyle.h>
Include dependency graph for GUIStock.cxx:

Go to the source code of this file.

Functions

void MyStyle ()
 
int main (int argc, char **argv)
 

Detailed Description

Main function for running the GUI application.

Last modif

Id:
GUIStock.cxx 514 2014-12-19 21:52:42Z martinml

Definition in file GUIStock.cxx.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 65 of file GUIStock.cxx.

References StockManager::getInstance(), Utils::GetPathData(), StockManager::GetStatus(), StockManager::killInstance(), MyStyle(), and TCPServer::StartServer().

Here is the call graph for this function:

void MyStyle ( )

Definition at line 21 of file GUIStock.cxx.

Referenced by main().

Here is the caller graph for this function: