#include <llappviewermacosx.h>


Public Member Functions | |
| LLAppViewerMacOSX () | |
| virtual | ~LLAppViewerMacOSX () |
| virtual bool | init () |
Protected Member Functions | |
| virtual void | handleCrashReporting () |
| virtual void | handleSyncCrashTrace () |
| std::string | generateSerialNumber () |
| virtual bool | initParseCommandLine (LLCommandLineParser &clp) |
Definition at line 39 of file llappviewermacosx.h.
| LLAppViewerMacOSX::LLAppViewerMacOSX | ( | ) |
Definition at line 105 of file llappviewermacosx.cpp.
| LLAppViewerMacOSX::~LLAppViewerMacOSX | ( | ) | [virtual] |
Definition at line 109 of file llappviewermacosx.cpp.
| bool LLAppViewerMacOSX::init | ( | void | ) | [virtual] |
Reimplemented from LLAppViewer.
Definition at line 113 of file llappviewermacosx.cpp.
References LLAppViewer::init().
Referenced by main().


| void LLAppViewerMacOSX::handleCrashReporting | ( | ) | [protected, virtual] |
Implements LLAppViewer.
Definition at line 196 of file llappviewermacosx.cpp.
References clear_signals(), llendl, and llinfos.

| void LLAppViewerMacOSX::handleSyncCrashTrace | ( | ) | [protected, virtual] |
| std::string LLAppViewerMacOSX::generateSerialNumber | ( | ) | [protected, virtual] |
Implements LLAppViewer.
Definition at line 209 of file llappviewermacosx.cpp.
References LLMD5::hex_digest(), MAX_STRING, MD5HEX_STR_SIZE, and NULL.

| bool LLAppViewerMacOSX::initParseCommandLine | ( | LLCommandLineParser & | clp | ) | [protected, virtual] |
Reimplemented from LLAppViewer.
Definition at line 136 of file llappviewermacosx.cpp.
References _read_file_into_string(), LLCommandLineParser::addOptionDesc(), gArgC, gArgV, LLControlGroup::getControl(), gSavedSettings, llendl, llifstream, llwarns, NULL, parse_psn(), LLCommandLineParser::parseCommandLine(), LLCommandLineParser::parseCommandLineFile(), LLCommandLineParser::setCustomParser(), and LLControlVariable::setValue().

1.5.5