#include <llfloaterhtml.h>
Inheritance diagram for LLFloaterHtml:


| Public Member Functions | |
| virtual | ~LLFloaterHtml () | 
| virtual void | draw () | 
| virtual void | onClose (bool app_quitting) | 
| void | show (LLString content_id) | 
| void | show (std::string start_url, std::string title) | 
| Static Public Member Functions | |
| static LLFloaterHtml * | getInstance () | 
| static void | onClickClose (void *data) | 
| static void | onClickBack (void *data) | 
| static void | onClickHome (void *data) | 
| static void | onClickForward (void *data) | 
| static void | onCommitUrlEdit (LLUICtrl *ctrl, void *user_data) | 
| static void | onClickGo (void *data) | 
| Private Member Functions | |
| LLFloaterHtml () | |
| Private Attributes | |
| LLButton * | mCloseButton | 
| Static Private Attributes | |
| static LLFloaterHtml * | sInstance = 0 | 
Definition at line 40 of file llfloaterhtml.h.
| LLFloaterHtml::~LLFloaterHtml | ( | ) |  [virtual] | 
Definition at line 96 of file llfloaterhtml.cpp.
References gSavedSettings, LLView::mRect, LLControlGroup::setRect(), and sInstance.
| LLFloaterHtml::LLFloaterHtml | ( | ) |  [private] | 
Definition at line 57 of file llfloaterhtml.cpp.
References LLUICtrlFactory::buildFloater(), LLPanel::childSetAction(), LLPanel::childSetCommitCallback(), FALSE, LLRectBase< Type >::getHeight(), LLControlGroup::getRect(), LLViewerUICtrlFactory::getWebBrowserByName(), LLRectBase< Type >::getWidth(), gSavedSettings, gUICtrlFactory, onClickBack(), onClickClose(), onClickForward(), onClickGo(), onClickHome(), onCommitUrlEdit(), LLView::reshape(), and LLView::setRect().
| void LLFloaterHtml::draw | ( | ) |  [virtual] | 
Reimplemented from LLFloater.
Definition at line 106 of file llfloaterhtml.cpp.
References LLPanel::childSetEnabled(), and LLFloater::draw().
| LLFloaterHtml * LLFloaterHtml::getInstance | ( | ) |  [static] | 
Definition at line 47 of file llfloaterhtml.cpp.
References sInstance.
Referenced by handle_slurl_test(), and LLShowFloater::handleEvent().
Reimplemented from LLFloater.
Definition at line 162 of file llfloaterhtml.cpp.
Referenced by LLFloaterHtml().
Definition at line 187 of file llfloaterhtml.cpp.
References llendl, and llwarns.
Referenced by LLFloaterHtml().
| void LLFloaterHtml::onClose | ( | bool | app_quitting | ) |  [virtual] | 
Reimplemented from LLFloater.
Definition at line 155 of file llfloaterhtml.cpp.
References LLFloater::setVisible().
Definition at line 228 of file llfloaterhtml.cpp.
References LLLineEditor::getText().
Referenced by LLFloaterHtml().
| void LLFloaterHtml::show | ( | std::string | start_url, | |
| std::string | title | |||
| ) | 
Definition at line 138 of file llfloaterhtml.cpp.
References LLFloater::setTitle(), and LLFloater::setVisibleAndFrontmost().
Definition at line 125 of file llfloaterhtml.cpp.
References LLSD::asString(), and LLPanel::childGetValue().
Referenced by handle_slurl_test(), and LLShowFloater::handleEvent().
| LLButton* LLFloaterHtml::mCloseButton  [private] | 
Definition at line 69 of file llfloaterhtml.h.
| LLFloaterHtml * LLFloaterHtml::sInstance = 0  [static, private] | 
 1.4.7
 1.4.7