#include <Fireworks/Core/interface/CmsShowSearchFiles.h>
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 |
FWHtml * | m_webFile |
Description: <one line="" class="" summary>="">
Usage: <usage>
Definition at line 35 of file CmsShowSearchFiles.h.
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.
References fwLog, fwlog::kInfo, m_choosePrefix, m_file, m_openButton, m_prefixMenu, m_webFile, cmsHarvester::path, sendToWebBrowser(), AlCaHLTBitMon_QueryRunRegistry::string, and fireworks::supportedDataFormatsVersion().
|
virtual |
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.
References m_file, m_openCalled, and AlCaHLTBitMon_QueryRunRegistry::string.
CmsShowSearchFiles::ClassDef | ( | CmsShowSearchFiles | , |
0 | |||
) |
void CmsShowSearchFiles::fileEntryChanged | ( | const char * | iFileName | ) |
Definition at line 161 of file CmsShowSearchFiles.cc.
References MillePedeFileConverter_cfg::fileName, cmsHarvester::index, m_openButton, s_rootPostfix(), and AlCaHLTBitMon_QueryRunRegistry::string.
void CmsShowSearchFiles::hyperlinkClicked | ( | const char * | iLink | ) |
Definition at line 189 of file CmsShowSearchFiles.cc.
References FWHtml::addToVisited(), MillePedeFileConverter_cfg::fileName, cmsHarvester::index, m_file, m_webFile, openClicked(), s_rootPostfix(), AlCaHLTBitMon_QueryRunRegistry::string, and updateBrowser().
void CmsShowSearchFiles::openClicked | ( | ) |
Definition at line 208 of file CmsShowSearchFiles.cc.
References m_openCalled.
Referenced by hyperlinkClicked().
void CmsShowSearchFiles::prefixChoosen | ( | Int_t | iIndex | ) |
Definition at line 139 of file CmsShowSearchFiles.cc.
References m_choosePrefix, m_file, m_openButton, m_prefixComplete, m_prefixes, m_webFile, AlCaHLTBitMon_ParallelJobs::p, sendToWebBrowser(), AlCaHLTBitMon_QueryRunRegistry::string, and updateBrowser().
|
private |
Definition at line 326 of file CmsShowSearchFiles.cc.
Referenced by sendToWebBrowser().
|
private |
Definition at line 346 of file CmsShowSearchFiles.cc.
References i, m_webFile, and fireworks::supportedDataFormatsVersion().
Referenced by sendToWebBrowser().
|
private |
Definition at line 286 of file CmsShowSearchFiles.cc.
References cmsHarvester::index, m_webFile, prof2calltree::prefix, readError(), readInfo(), readRemote(), s_httpPrefix(), AlCaHLTBitMon_QueryRunRegistry::string, and relmon_authenticated_wget::url.
Referenced by CmsShowSearchFiles(), prefixChoosen(), and updateBrowser().
void CmsShowSearchFiles::showPrefixes | ( | ) |
Definition at line 217 of file CmsShowSearchFiles.cc.
References cmsHarvester::index, m_choosePrefix, m_prefixComplete, m_prefixes, m_prefixMenu, prof2calltree::prefix, s_columns, s_filePrefix(), s_httpPrefix(), s_prefixes, and AlCaHLTBitMon_QueryRunRegistry::string.
void CmsShowSearchFiles::updateBrowser | ( | ) |
Definition at line 179 of file CmsShowSearchFiles.cc.
References m_file, gen::n, sendToWebBrowser(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by hyperlinkClicked(), and prefixChoosen().
|
private |
Definition at line 63 of file CmsShowSearchFiles.h.
Referenced by CmsShowSearchFiles(), prefixChoosen(), and showPrefixes().
|
private |
Definition at line 65 of file CmsShowSearchFiles.h.
Referenced by chooseFileFromURL(), CmsShowSearchFiles(), hyperlinkClicked(), prefixChoosen(), and updateBrowser().
|
private |
Definition at line 69 of file CmsShowSearchFiles.h.
Referenced by CmsShowSearchFiles(), fileEntryChanged(), and prefixChoosen().
|
private |
Definition at line 70 of file CmsShowSearchFiles.h.
Referenced by chooseFileFromURL(), and openClicked().
|
private |
Definition at line 68 of file CmsShowSearchFiles.h.
Referenced by prefixChoosen(), and showPrefixes().
|
private |
Definition at line 67 of file CmsShowSearchFiles.h.
Referenced by prefixChoosen(), and showPrefixes().
|
private |
Definition at line 64 of file CmsShowSearchFiles.h.
Referenced by CmsShowSearchFiles(), showPrefixes(), and ~CmsShowSearchFiles().
|
private |
Definition at line 66 of file CmsShowSearchFiles.h.
Referenced by CmsShowSearchFiles(), hyperlinkClicked(), prefixChoosen(), readError(), readInfo(), and sendToWebBrowser().