![]() |
AliRoot Core
a565103 (a565103)
|
#include <AliStorageAdministratorPanelSetStorageParams.h>
Public Member Functions | |
void | Setup (storageSockets socket, int maxStorageSize, int maxOccupation, int removeEvents, int eventsInChunk) |
Static Public Member Functions | |
static AliStorageAdministratorPanelSetStorageParams * | GetInstance () |
Private Member Functions | |
AliStorageAdministratorPanelSetStorageParams () | |
virtual | ~AliStorageAdministratorPanelSetStorageParams () |
void | InitWindow () |
void | onCloseButton () |
void | onSetParamsButton () |
void | onExit () |
virtual Bool_t | ProcessMessage (Long_t msg, Long_t parm1, Long_t) |
void | CloseWindow () |
AliStorageAdministratorPanelSetStorageParams (const AliStorageAdministratorPanelSetStorageParams &) | |
AliStorageAdministratorPanelSetStorageParams & | operator= (const AliStorageAdministratorPanelSetStorageParams &) |
ClassDef (AliStorageAdministratorPanelSetStorageParams, 0) | |
Private Attributes | |
TGLabel * | fStatusLabel |
TGNumberEntry * | fMaxStorageSizeEntry |
TGNumberEntry * | fMaxOccupationEntry |
TGNumberEntry * | fRemoveEventsEntry |
TGNumberEntry * | fEventsInChunkEntry |
storageSockets | fClientSocket |
AliZMQManager * | fEventManager |
Static Private Attributes | |
static AliStorageAdministratorPanelSetStorageParams * | fInstance =0 |
Definition at line 10 of file AliStorageAdministratorPanelSetStorageParams.h.
|
private |
Definition at line 30 of file AliStorageAdministratorPanelSetStorageParams.cxx.
Referenced by GetInstance().
|
privatevirtual |
Definition at line 44 of file AliStorageAdministratorPanelSetStorageParams.cxx.
|
private |
|
private |
|
private |
Definition at line 161 of file AliStorageAdministratorPanelSetStorageParams.cxx.
|
static |
Definition at line 46 of file AliStorageAdministratorPanelSetStorageParams.cxx.
Referenced by AliStorageAdministratorPanel::onClientSetParams().
|
private |
Definition at line 61 of file AliStorageAdministratorPanelSetStorageParams.cxx.
Referenced by AliStorageAdministratorPanelSetStorageParams().
|
private |
Definition at line 160 of file AliStorageAdministratorPanelSetStorageParams.cxx.
Referenced by ProcessMessage().
|
private |
Definition at line 163 of file AliStorageAdministratorPanelSetStorageParams.cxx.
Referenced by CloseWindow(), and onCloseButton().
|
private |
Definition at line 133 of file AliStorageAdministratorPanelSetStorageParams.cxx.
Referenced by ProcessMessage().
|
private |
|
privatevirtual |
Definition at line 170 of file AliStorageAdministratorPanelSetStorageParams.cxx.
void AliStorageAdministratorPanelSetStorageParams::Setup | ( | storageSockets | socket, |
int | maxStorageSize, | ||
int | maxOccupation, | ||
int | removeEvents, | ||
int | eventsInChunk | ||
) |
Definition at line 52 of file AliStorageAdministratorPanelSetStorageParams.cxx.
Referenced by AliStorageAdministratorPanel::onClientSetParams().
|
private |
Definition at line 40 of file AliStorageAdministratorPanelSetStorageParams.h.
Referenced by onSetParamsButton(), and Setup().
|
private |
Definition at line 41 of file AliStorageAdministratorPanelSetStorageParams.h.
Referenced by AliStorageAdministratorPanelSetStorageParams(), and onSetParamsButton().
|
private |
Definition at line 30 of file AliStorageAdministratorPanelSetStorageParams.h.
Referenced by InitWindow(), onSetParamsButton(), and Setup().
|
staticprivate |
Definition at line 23 of file AliStorageAdministratorPanelSetStorageParams.h.
Referenced by GetInstance(), and onExit().
|
private |
Definition at line 28 of file AliStorageAdministratorPanelSetStorageParams.h.
Referenced by InitWindow(), onSetParamsButton(), and Setup().
|
private |
Definition at line 27 of file AliStorageAdministratorPanelSetStorageParams.h.
Referenced by InitWindow(), onSetParamsButton(), and Setup().
|
private |
Definition at line 29 of file AliStorageAdministratorPanelSetStorageParams.h.
Referenced by InitWindow(), onSetParamsButton(), and Setup().
|
private |
Definition at line 26 of file AliStorageAdministratorPanelSetStorageParams.h.
Referenced by InitWindow(), and onSetParamsButton().