|
JG ROOT Tools libraries
version 5.0 - august 2014
|
#include <iostream>#include <fstream>#include <iomanip>#include <string>#include <TGFrame.h>#include <TGLabel.h>#include <TGButton.h>#include "RBaseFunctions.hh"#include "RDico.hh"#include "icc/RGBaseRequester.icc"Go to the source code of this file.
Classes | |
| class | RGBaseRequester |
Enumerations | |
| enum | RGRequestOptions { rgReqVerticalFrame = 0x00000000, rgReqHorizontalFrame = 0x00000001, rgReqFrameType = 0x00000001, rgReqNoExpandX = 0x00000002, rgReqNoExpandY = 0x00000004, rgReqButtonsBottom = 0x00000000, rgReqButtonsRight = 0x00000040, rgReqButtonsRightTop = 0x00000140, rgReqButtonsRightBottom = 0x00000240, rgReqButtonsLeft = 0x000000C0, rgReqButtonsLeftTop = 0x000001C0, rgReqButtonsLeftBottom = 0x000002C0, rgReqButtonsSideTop = 0x00000100, rgReqButtonsSideBottom = 0x00000200, rgReqButtonsSide = 0x00000300, rgReqButtonsPosition = 0x000003C0, rgReqNoWait = 0x00001000 } |
| ! Base requesters otptions. | |
Include file for class RGBaseRequester