![]() |
![]() |
#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.
|
virtual |
Definition at line 131 of file CmsShowSearchFiles.cc.
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 | , |
0 | |||
) |
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.
|
private |
Definition at line 326 of file CmsShowSearchFiles.cc.
|
private |
Definition at line 346 of file CmsShowSearchFiles.cc.
|
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.
|
private |
Definition at line 63 of file CmsShowSearchFiles.h.
|
private |
Definition at line 65 of file CmsShowSearchFiles.h.
|
private |
Definition at line 69 of file CmsShowSearchFiles.h.
|
private |
Definition at line 70 of file CmsShowSearchFiles.h.
|
private |
Definition at line 68 of file CmsShowSearchFiles.h.
|
private |
Definition at line 67 of file CmsShowSearchFiles.h.
|
private |
Definition at line 64 of file CmsShowSearchFiles.h.
|
private |
Definition at line 66 of file CmsShowSearchFiles.h.