#include <llpaneldirpeople.h>
Inheritance diagram for LLPanelDirPeople:
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 61 of file llpaneldirpeople.cpp.
static void LLPanelDirPeople::onKeystrokeName | ( | LLLineEditor * | line, | |
void * | data | |||
) | [static] |
Reimplemented from LLPanelDirBrowser.
void LLPanelDirPeople::performQuery | ( | ) | [virtual] |
Reimplemented from LLPanelDirBrowser.
Definition at line 68 of file llpaneldirpeople.cpp.
References LLPanel::childGetValue(), DFQ_PEOPLE, gMessageSystem, LLPanelDirBrowser::mMinSearchChars, LLPanelDirBrowser::mSearchID, LLPanelDirBrowser::mSearchStart, LLPanelDirBrowser::sendDirFindQuery(), and LLPanelDirBrowser::setupNewSearch().
BOOL LLPanelDirPeople::postBuild | ( | ) | [virtual] |
Reimplemented from LLPanelDirBrowser.
Definition at line 48 of file llpaneldirpeople.cpp.
References LLPanel::childDisable(), LLPanel::childSetAction(), LLPanel::childSetKeystrokeCallback(), LLPanelDirBrowser::onClickSearchCore(), LLPanelDirBrowser::onKeystrokeName(), LLPanelDirBrowser::postBuild(), LLPanel::setDefaultBtn(), and TRUE.