#include <llstartup.h>
Collaboration diagram for LLStartUp:
Static Public Member Functions | |
static bool | canGoFullscreen () |
static void | setStartupState (S32 state) |
static S32 | getStartupState () |
static bool | dispatchURL () |
Static Public Attributes | |
static std::string | sSLURLCommand |
Static Protected Attributes | |
static S32 | gStartupState = STATE_FIRST |
Definition at line 80 of file llstartup.h.
bool LLStartUp::canGoFullscreen | ( | ) | [static] |
Definition at line 3759 of file llstartup.cpp.
References gStartupState, and STATE_WORLD_INIT.
Referenced by LLViewerWindow::changeDisplaySettings(), and LLViewerWindow::checkSettings().
bool LLStartUp::dispatchURL | ( | ) | [static] |
Definition at line 3764 of file llstartup.cpp.
References LLURLDispatcher::dispatch(), gAgent, LLViewerRegion::getName(), LLAgent::getPositionAgent(), LLAgent::getRegion(), LLURLSimString::getURL(), LLVector3::mV, LLURLSimString::parse(), LLURLSimString::sInstance, sSLURLCommand, VX, and VY.
Referenced by idle_startup().
static S32 LLStartUp::getStartupState | ( | ) | [inline, static] |
Definition at line 89 of file llstartup.h.
References gStartupState.
Referenced by app_request_quit(), LLPanelDisplay2::apply(), LLPanelDisplay::applyResolution(), check_offer_throttle(), LLURLDispatcherImpl::dispatchRegion(), display(), do_disconnect(), LLConsole::draw(), BaseCapabilitiesComplete::error(), LLViewerWindow::handleActivate(), idle(), idle_startup(), main_loop(), LLFloaterTOS::onContinue(), process_keystrokes_async(), and BaseCapabilitiesComplete::result().
Definition at line 3734 of file llstartup.cpp.
References gStartupState, and llinfos.
Referenced by BaseCapabilitiesComplete::error(), idle_startup(), login_callback(), LLFloaterTOS::onCancel(), LLFloaterTOS::onContinue(), reset_login(), BaseCapabilitiesComplete::result(), LLHTTPUpdateResponder::result(), update_check_failure_dialog_callback(), and update_dialog_callback().
S32 LLStartUp::gStartupState = STATE_FIRST [static, protected] |
Definition at line 100 of file llstartup.h.
Referenced by canGoFullscreen(), getStartupState(), and setStartupState().
std::string LLStartUp::sSLURLCommand [static] |