ROOT_Application
2.0
C++ Core modules and GUIStock
|
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>
Go to the source code of this file.
Functions | |
void | MyStyle () |
int | main (int argc, char **argv) |
Main function for running the GUI application.
Last modif
Definition in file GUIStock.cxx.
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().
void MyStyle | ( | ) |
Definition at line 21 of file GUIStock.cxx.
Referenced by main().