#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... | |
ClassDefOverride (CmsShowSearchFiles, 0) | |
CmsShowSearchFiles (const char *filename, const char *windowname, const TGWindow *p=nullptr, 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 () |
~CmsShowSearchFiles () override | |
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 = nullptr , |
||
UInt_t | w = 1 , |
||
UInt_t | h = 1 |
||
) |
Definition at line 51 of file CmsShowSearchFiles.cc.
References fwLog, fwlog::kInfo, m_choosePrefix, m_file, m_openButton, m_prefixMenu, m_webFile, castor_dqm_sourceclient_file_cfg::path, sendToWebBrowser(), AlCaHLTBitMon_QueryRunRegistry::string, and fireworks::supportedDataFormatsVersion().
|
override |
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 318 of file CmsShowSearchFiles.cc.
References m_file, m_openCalled, and AlCaHLTBitMon_QueryRunRegistry::string.
CmsShowSearchFiles::ClassDefOverride | ( | CmsShowSearchFiles | , |
0 | |||
) |
void CmsShowSearchFiles::fileEntryChanged | ( | const char * | iFileName | ) |
Definition at line 124 of file CmsShowSearchFiles.cc.
References MillePedeFileConverter_cfg::fileName, m_openButton, nano_postproc::postfix, s_rootPostfix(), and AlCaHLTBitMon_QueryRunRegistry::string.
void CmsShowSearchFiles::hyperlinkClicked | ( | const char * | iLink | ) |
Definition at line 147 of file CmsShowSearchFiles.cc.
References FWHtml::addToVisited(), MillePedeFileConverter_cfg::fileName, m_file, m_webFile, openClicked(), nano_postproc::postfix, s_rootPostfix(), AlCaHLTBitMon_QueryRunRegistry::string, and updateBrowser().
void CmsShowSearchFiles::openClicked | ( | ) |
Definition at line 164 of file CmsShowSearchFiles.cc.
References m_openCalled.
Referenced by hyperlinkClicked().
void CmsShowSearchFiles::prefixChoosen | ( | Int_t | iIndex | ) |
Definition at line 105 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 269 of file CmsShowSearchFiles.cc.
References mps_fire::i, and m_webFile.
Referenced by sendToWebBrowser().
|
private |
Definition at line 286 of file CmsShowSearchFiles.cc.
References mps_fire::i, m_webFile, and fireworks::supportedDataFormatsVersion().
Referenced by sendToWebBrowser().
|
private |
Definition at line 232 of file CmsShowSearchFiles.cc.
References edmScanValgrind::buffer, MillePedeFileConverter_cfg::fileName, m_webFile, hcallasereventfilter2012_cfi::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 171 of file CmsShowSearchFiles.cc.
References ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, m_choosePrefix, m_prefixComplete, m_prefixes, m_prefixMenu, hcallasereventfilter2012_cfi::prefix, s_columns, s_filePrefix(), s_httpPrefix(), s_prefixes, and AlCaHLTBitMon_QueryRunRegistry::string.
void CmsShowSearchFiles::updateBrowser | ( | ) |
Definition at line 140 of file CmsShowSearchFiles.cc.
References m_file, dqmiodumpmetadata::n, sendToWebBrowser(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by hyperlinkClicked(), and prefixChoosen().
|
private |
Definition at line 60 of file CmsShowSearchFiles.h.
Referenced by CmsShowSearchFiles(), prefixChoosen(), and showPrefixes().
|
private |
Definition at line 62 of file CmsShowSearchFiles.h.
Referenced by chooseFileFromURL(), CmsShowSearchFiles(), hyperlinkClicked(), prefixChoosen(), and updateBrowser().
|
private |
Definition at line 66 of file CmsShowSearchFiles.h.
Referenced by CmsShowSearchFiles(), fileEntryChanged(), and prefixChoosen().
|
private |
Definition at line 67 of file CmsShowSearchFiles.h.
Referenced by chooseFileFromURL(), and openClicked().
|
private |
Definition at line 65 of file CmsShowSearchFiles.h.
Referenced by prefixChoosen(), and showPrefixes().
|
private |
Definition at line 64 of file CmsShowSearchFiles.h.
Referenced by prefixChoosen(), and showPrefixes().
|
private |
Definition at line 61 of file CmsShowSearchFiles.h.
Referenced by CmsShowSearchFiles(), showPrefixes(), and ~CmsShowSearchFiles().
|
private |
Definition at line 63 of file CmsShowSearchFiles.h.
Referenced by CmsShowSearchFiles(), hyperlinkClicked(), prefixChoosen(), readError(), readInfo(), and sendToWebBrowser().