#include <llmediamanager.h>

Public Member Functions | |
| LLMediaManagerData () | |
| void | setBrowserApplicationDir (const std::string &browser_application_dir) |
| std::string & | getBrowserApplicationDir () |
| void | setBrowserComponentDir (const std::string &browser_component_dir) |
| std::string & | getBrowserComponentDir () |
| void | setBrowserParentWindow (void *browser_parent_window) |
| void * | getBrowserParentWindow () |
| void | setBrowserProfileDir (const std::string &browser_profile_dir) |
| std::string & | getBrowserProfileDir () |
| void | setBrowserProfileName (const std::string &browser_profile_name) |
| std::string & | getBrowserProfileName () |
| void | setBrowserUserAgentId (const std::string &browser_user_agent_id) |
| std::string & | getBrowserUserAgentId () |
Private Attributes | |
| void * | mBrowserParentWindow |
| std::string | mBrowserProfileDir |
| std::string | mBrowserProfileName |
| std::string | mBrowserApplicationDir |
| std::string | mBrowserComponentDir |
| std::string | mBrowserUserAgentId |
Definition at line 42 of file llmediamanager.h.
| LLMediaManagerData::LLMediaManagerData | ( | ) | [inline] |
Definition at line 45 of file llmediamanager.h.
| void LLMediaManagerData::setBrowserApplicationDir | ( | const std::string & | browser_application_dir | ) | [inline] |
Definition at line 52 of file llmediamanager.h.
References mBrowserApplicationDir.
Referenced by LLViewerMedia::initClass().

| std::string& LLMediaManagerData::getBrowserApplicationDir | ( | ) | [inline] |
| void LLMediaManagerData::setBrowserComponentDir | ( | const std::string & | browser_component_dir | ) | [inline] |
Definition at line 55 of file llmediamanager.h.
References mBrowserComponentDir.
Referenced by LLViewerMedia::initClass().

| std::string& LLMediaManagerData::getBrowserComponentDir | ( | ) | [inline] |
| void LLMediaManagerData::setBrowserParentWindow | ( | void * | browser_parent_window | ) | [inline] |
Definition at line 58 of file llmediamanager.h.
References mBrowserParentWindow.
Referenced by LLViewerMedia::initClass().

| void* LLMediaManagerData::getBrowserParentWindow | ( | ) | [inline] |
| void LLMediaManagerData::setBrowserProfileDir | ( | const std::string & | browser_profile_dir | ) | [inline] |
Definition at line 61 of file llmediamanager.h.
References mBrowserProfileDir.
Referenced by LLViewerMedia::initClass().

| std::string& LLMediaManagerData::getBrowserProfileDir | ( | ) | [inline] |
| void LLMediaManagerData::setBrowserProfileName | ( | const std::string & | browser_profile_name | ) | [inline] |
Definition at line 64 of file llmediamanager.h.
References mBrowserProfileName.
Referenced by LLViewerMedia::initClass().

| std::string& LLMediaManagerData::getBrowserProfileName | ( | ) | [inline] |
| void LLMediaManagerData::setBrowserUserAgentId | ( | const std::string & | browser_user_agent_id | ) | [inline] |
Definition at line 67 of file llmediamanager.h.
References mBrowserUserAgentId.
Referenced by LLViewerMedia::initClass().

| std::string& LLMediaManagerData::getBrowserUserAgentId | ( | ) | [inline] |
Definition at line 68 of file llmediamanager.h.
void* LLMediaManagerData::mBrowserParentWindow [private] |
Definition at line 68 of file llmediamanager.h.
Referenced by getBrowserParentWindow(), and setBrowserParentWindow().
std::string LLMediaManagerData::mBrowserProfileDir [private] |
Definition at line 72 of file llmediamanager.h.
Referenced by getBrowserProfileDir(), and setBrowserProfileDir().
std::string LLMediaManagerData::mBrowserProfileName [private] |
Definition at line 73 of file llmediamanager.h.
Referenced by getBrowserProfileName(), and setBrowserProfileName().
std::string LLMediaManagerData::mBrowserApplicationDir [private] |
Definition at line 74 of file llmediamanager.h.
Referenced by getBrowserApplicationDir(), and setBrowserApplicationDir().
std::string LLMediaManagerData::mBrowserComponentDir [private] |
Definition at line 75 of file llmediamanager.h.
Referenced by getBrowserComponentDir(), and setBrowserComponentDir().
std::string LLMediaManagerData::mBrowserUserAgentId [private] |
1.5.5