/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/EventDisplay/BesVisClient/BesVisClient-00-04-04/src/BesMdcPalette.cxx File Reference

#include "BesVisClient/BesMdcPalette.h"
#include <iostream>
#include <TGLabel.h>
#include <TList.h>
#include <TEnv.h>
#include <TVirtualX.h>
#include <TGButton.h>
#include <TGClient.h>
#include <TGTab.h>
#include <TGLayout.h>
#include <TGListBox.h>
#include <TString.h>
#include <TGIcon.h>
#include <TGPicture.h>
#include <TASImage.h>
#include <stdio.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

 ClassImp (BesMdcPalette) BesMdcPalette

Variables

static char * rcsname = "$Name: BesVisClient-00-04-04 $"
static char * rcsdate = "$Date: 2014/04/18 02:12:32 $"


Function Documentation

ClassImp ( BesMdcPalette   ) 

Definition at line 30 of file BesMdcPalette.cxx.

00039                                                                     :
00040         TGTransientFrame(p, main, 200, 600) {
00041     //
00042     // BesMdcPalette normal constructor
00043     TString filePath = TString(getenv("BESVISLIBROOT"));
00044     filePath += "/icons/MdcPalette.gif";
00045     TASImage asImage(filePath);
00046     this->SetBackgroundPixmap(asImage.GetPixmap());
00047 
00048     // Widget layout
00049     SetWindowName("Mdc Wire Palette");
00050     Resize(GetDefaultSize());
00051     Resize(200,600);
00052     MapWindow();
00053 }


Variable Documentation

char* rcsdate = "$Date: 2014/04/18 02:12:32 $" [static]

Definition at line 6 of file BesMdcPalette.cxx.

char* rcsname = "$Name: BesVisClient-00-04-04 $" [static]

Definition at line 5 of file BesMdcPalette.cxx.


Generated on Tue Nov 29 23:15:41 2016 for BOSS_7.0.2 by  doxygen 1.4.7