AliRoot Core  3abf5b4 (3abf5b4)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliStorageAdministratorPanel.cxx File Reference
#include "AliStorageAdministratorPanel.h"
#include "AliStorageAdministratorPanelMarkEvent.h"
#include "AliStorageAdministratorPanelListEvents.h"
#include "AliStorageAdministratorPanelSetStorageParams.h"
#include "AliESDEvent.h"
#include <fstream>
#include <iostream>
#include <TGMenu.h>
Include dependency graph for AliStorageAdministratorPanel.cxx:

Go to the source code of this file.

Macros

#define WINDOWS_WIDTH   500
 
#define WINDOWS_HEIGHT   350
 

Enumerations

enum  TOOLBUTTON { TOOLBUTTON_START =1, TOOLBUTTON_STOP, TOOLBUTTON_PREFERENCES, TOOLBUTTON_EXIT }
 
enum  MENUBAR {
  MENUBAR_CLIENT_SET_PARAMS =1, MENUBAR_SERVER_LIST_EVENTS, MENUBAR_SERVER_MARK_EVENT, MENUBAR_SERVER_MARK_ALL_EVENTS,
  MENUBAR_SERVER_GET_EVENT, MENUBAR_SERVER_GET_NEXT_EVENT, MENUBAR_SERVER_GET_LAST_EVENT
}
 
enum  FRAME { CLIENT_FRAME =1, SERVER_FRAME }
 

Functions

 ClassImp (AliStorageAdministratorPanel)
 

Macro Definition Documentation

#define WINDOWS_HEIGHT   350
#define WINDOWS_WIDTH   500

Enumeration Type Documentation

enum FRAME
Enumerator
CLIENT_FRAME 
SERVER_FRAME 

Definition at line 36 of file AliStorageAdministratorPanel.cxx.

enum MENUBAR
Enumerator
MENUBAR_CLIENT_SET_PARAMS 
MENUBAR_SERVER_LIST_EVENTS 
MENUBAR_SERVER_MARK_EVENT 
MENUBAR_SERVER_MARK_ALL_EVENTS 
MENUBAR_SERVER_GET_EVENT 
MENUBAR_SERVER_GET_NEXT_EVENT 
MENUBAR_SERVER_GET_LAST_EVENT 

Definition at line 26 of file AliStorageAdministratorPanel.cxx.

enum TOOLBUTTON
Enumerator
TOOLBUTTON_START 
TOOLBUTTON_STOP 
TOOLBUTTON_PREFERENCES 
TOOLBUTTON_EXIT 

Definition at line 19 of file AliStorageAdministratorPanel.cxx.

Function Documentation