CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
CmsShowSearchFiles Class Reference

#include <Fireworks/Core/interface/CmsShowSearchFiles.h>

Inheritance diagram for CmsShowSearchFiles:

Public Member Functions

std::string chooseFileFromURL ()
 This opens the dialog window and returns once the user has choosen, returns an empty string if canceled. More...
 
 ClassDef (CmsShowSearchFiles, 0)
 
 CmsShowSearchFiles (const char *filename, const char *windowname, const TGWindow *p=0, UInt_t w=1, UInt_t h=1)
 
void fileEntryChanged (const char *)
 
void hyperlinkClicked (const char *)
 
void openClicked ()
 
void prefixChoosen (Int_t)
 
void showPrefixes ()
 
void updateBrowser ()
 
virtual ~CmsShowSearchFiles ()
 

Private Member Functions

void readError ()
 
void readInfo ()
 
void sendToWebBrowser (std::string &iWebFile)
 

Private Attributes

TGTextButton * m_choosePrefix
 
TGTextEntry * m_file
 
TGTextButton * m_openButton
 
bool m_openCalled
 
std::vector< bool > m_prefixComplete
 
std::vector< std::string > m_prefixes
 
TGPopupMenu * m_prefixMenu
 
FWHtmlm_webFile
 

Detailed Description

Description: <one line="" class="" summary>="">

Usage: <usage>

Definition at line 35 of file CmsShowSearchFiles.h.

Constructor & Destructor Documentation

CmsShowSearchFiles::CmsShowSearchFiles ( const char *  filename,
const char *  windowname,
const TGWindow *  p = 0,
UInt_t  w = 1,
UInt_t  h = 1 
)

Definition at line 72 of file CmsShowSearchFiles.cc.

CmsShowSearchFiles::~CmsShowSearchFiles ( )
virtual

Definition at line 131 of file CmsShowSearchFiles.cc.

Member Function Documentation

std::string CmsShowSearchFiles::chooseFileFromURL ( )

This opens the dialog window and returns once the user has choosen, returns an empty string if canceled.

Definition at line 375 of file CmsShowSearchFiles.cc.

CmsShowSearchFiles::ClassDef ( CmsShowSearchFiles  ,
 
)
void CmsShowSearchFiles::fileEntryChanged ( const char *  iFileName)

Definition at line 161 of file CmsShowSearchFiles.cc.

void CmsShowSearchFiles::hyperlinkClicked ( const char *  iLink)

Definition at line 189 of file CmsShowSearchFiles.cc.

void CmsShowSearchFiles::openClicked ( )

Definition at line 208 of file CmsShowSearchFiles.cc.

void CmsShowSearchFiles::prefixChoosen ( Int_t  iIndex)

Definition at line 139 of file CmsShowSearchFiles.cc.

void CmsShowSearchFiles::readError ( )
private

Definition at line 326 of file CmsShowSearchFiles.cc.

void CmsShowSearchFiles::readInfo ( )
private

Definition at line 346 of file CmsShowSearchFiles.cc.

void CmsShowSearchFiles::sendToWebBrowser ( std::string &  iWebFile)
private

Definition at line 286 of file CmsShowSearchFiles.cc.

void CmsShowSearchFiles::showPrefixes ( )

Definition at line 217 of file CmsShowSearchFiles.cc.

void CmsShowSearchFiles::updateBrowser ( )

Definition at line 179 of file CmsShowSearchFiles.cc.

Member Data Documentation

TGTextButton* CmsShowSearchFiles::m_choosePrefix
private

Definition at line 63 of file CmsShowSearchFiles.h.

TGTextEntry* CmsShowSearchFiles::m_file
private

Definition at line 65 of file CmsShowSearchFiles.h.

TGTextButton* CmsShowSearchFiles::m_openButton
private

Definition at line 69 of file CmsShowSearchFiles.h.

bool CmsShowSearchFiles::m_openCalled
private

Definition at line 70 of file CmsShowSearchFiles.h.

std::vector<bool> CmsShowSearchFiles::m_prefixComplete
private

Definition at line 68 of file CmsShowSearchFiles.h.

std::vector<std::string> CmsShowSearchFiles::m_prefixes
private

Definition at line 67 of file CmsShowSearchFiles.h.

TGPopupMenu* CmsShowSearchFiles::m_prefixMenu
private

Definition at line 64 of file CmsShowSearchFiles.h.

FWHtml* CmsShowSearchFiles::m_webFile
private

Definition at line 66 of file CmsShowSearchFiles.h.