#include <lldirpicker.h>

Public Member Functions | |
| BOOL | getDir (LLString *filename) |
| LLString | getDirName () |
| void | reset () |
| LLDirPicker () | |
| ~LLDirPicker () | |
Static Public Member Functions | |
| static LLDirPicker & | instance (void) |
Private Types | |
| enum | { SINGLE_DIRNAME_BUFFER_SIZE = 1024, DIRNAME_BUFFER_SIZE = 65000 } |
Private Member Functions | |
| void | buildDirname (void) |
Private Attributes | |
| char | mDirs [DIRNAME_BUFFER_SIZE] |
| LLString * | mFileName |
| LLString | mDir |
| BOOL | mLocked |
Static Private Attributes | |
| static LLDirPicker | sInstance |
Definition at line 61 of file lldirpicker.h.
anonymous enum [private] |
Definition at line 75 of file lldirpicker.h.
| LLDirPicker::LLDirPicker | ( | ) |
Definition at line 318 of file lldirpicker.cpp.
References reset().

| LLDirPicker::~LLDirPicker | ( | ) |
Definition at line 323 of file lldirpicker.cpp.
| static LLDirPicker& LLDirPicker::instance | ( | void | ) | [inline, static] |
Definition at line 65 of file lldirpicker.h.
References sInstance.
Referenced by LLPrefsIMImpl::onClickLogPath(), and LLPanelNetwork::onClickSetCache().

Definition at line 332 of file lldirpicker.cpp.
References FALSE.
Referenced by LLPanelNetwork::onClickSetCache().

| LLString LLDirPicker::getDirName | ( | ) |
Definition at line 337 of file lldirpicker.cpp.
Referenced by LLPanelNetwork::onClickSetCache().

| void LLDirPicker::reset | ( | ) |
Definition at line 328 of file lldirpicker.cpp.
Referenced by LLDirPicker().

| void LLDirPicker::buildDirname | ( | void | ) | [private] |
char LLDirPicker::mDirs[DIRNAME_BUFFER_SIZE] [private] |
Definition at line 97 of file lldirpicker.h.
LLString* LLDirPicker::mFileName [private] |
Definition at line 98 of file lldirpicker.h.
LLString LLDirPicker::mDir [private] |
Definition at line 99 of file lldirpicker.h.
BOOL LLDirPicker::mLocked [private] |
Definition at line 100 of file lldirpicker.h.
LLDirPicker LLDirPicker::sInstance [static, private] |
1.5.5