#include <llpaneldirpeople.h>


Public Member Functions | |
| LLPanelDirPeople (const std::string &name, LLFloaterDirectory *floater) | |
| virtual | ~LLPanelDirPeople () |
| BOOL | postBuild () |
| void | performQuery () |
Static Public Member Functions | |
| static void | onClickSearch (void *userdata) |
| static void | onKeystrokeName (LLLineEditor *line, void *data) |
Definition at line 38 of file llpaneldirpeople.h.
| LLPanelDirPeople::LLPanelDirPeople | ( | const std::string & | name, | |
| LLFloaterDirectory * | floater | |||
| ) |
| LLPanelDirPeople::~LLPanelDirPeople | ( | ) | [virtual] |
Definition at line 62 of file llpaneldirpeople.cpp.
| BOOL LLPanelDirPeople::postBuild | ( | void | ) | [virtual] |
Reimplemented from LLPanelDirBrowser.
Definition at line 49 of file llpaneldirpeople.cpp.
References LLPanel::childDisable(), LLPanel::childSetAction(), LLPanel::childSetKeystrokeCallback(), LLPanelDirBrowser::onClickSearchCore(), LLPanelDirBrowser::onKeystrokeName(), LLPanelDirBrowser::postBuild(), LLPanel::setDefaultBtn(), and TRUE.

| void LLPanelDirPeople::performQuery | ( | ) | [virtual] |
Reimplemented from LLPanelDirBrowser.
Definition at line 69 of file llpaneldirpeople.cpp.
References LLViewerWindow::alertXml(), LLPanel::childGetValue(), DFQ_PEOPLE, LLPanelDirBrowser::filterShortWords(), gMessageSystem, gViewerWindow, LLPanelDirBrowser::mMinSearchChars, LLPanelDirBrowser::mSearchID, LLPanelDirBrowser::mSearchStart, S32, LLPanelDirBrowser::sendDirFindQuery(), and LLPanelDirBrowser::setupNewSearch().

| static void LLPanelDirPeople::onClickSearch | ( | void * | userdata | ) | [static] |
| static void LLPanelDirPeople::onKeystrokeName | ( | LLLineEditor * | line, | |
| void * | data | |||
| ) | [static] |
Reimplemented from LLPanelDirBrowser.
1.5.5