LLFloaterDirectory Class Reference

#include <llfloaterdirectory.h>

Inheritance diagram for LLFloaterDirectory:

Inheritance graph
[legend]
Collaboration diagram for LLFloaterDirectory:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 LLFloaterDirectory (const std::string &name)
 ~LLFloaterDirectory ()
void setVisible (BOOL visible)
void hideAllDetailPanels ()

Static Public Member Functions

static void requestClassifieds ()
static void showFindAll (const std::string &search_text)
static void showClassified (const LLUUID &classified_id)
static void showEvents (S32 event_id)
static void showLandForSale (const LLUUID &parcel_id)
static void showGroups ()
static void refreshGroup (const LLUUID &group_id)
static void hide (void *)
static void toggleEvents (void *)
static void toggleFind (void *)
static void onTabChanged (void *, bool)

Public Attributes

LLPanelAvatarmPanelAvatarp
LLPanelEventmPanelEventp
LLPanelGroupmPanelGroupp
LLPanelmPanelGroupHolderp
LLPanelPlacemPanelPlacep
LLPanelPlacemPanelPlaceSmallp
LLPanelClassifiedmPanelClassifiedp

Static Public Attributes

static S32 sOldSearchCount = 0
static S32 sNewSearchCount = 0

Private Member Functions

void onClose (bool app_quitting)
void focusCurrentPanel ()

Static Private Member Functions

static void showPanel (const std::string &tabname)
static void * createFindAll (void *userdata)
static void * createClassified (void *userdata)
static void * createEvents (void *userdata)
static void * createShowcase (void *userdata)
static void * createPlaces (void *userdata)
static void * createLand (void *userdata)
static void * createPeople (void *userdata)
static void * createGroups (void *userdata)
static void * createClassifiedDetail (void *userdata)
static void * createAvatarDetail (void *userdata)
static void * createEventDetail (void *userdata)
static void * createGroupDetail (void *userdata)
static void * createGroupDetailHolder (void *userdata)
static void * createPlaceDetail (void *userdata)
static void * createPlaceDetailSmall (void *userdata)
static void * createPanelAvatar (void *data)

Private Attributes

LLPanelDirFindAllmFindAllPanel
LLPanelDirClassifiedmClassifiedPanel
LLPanelDirEventsmEventsPanel
LLPanelDirLandmLandPanel
bool mMinimizing

Static Private Attributes

static LLFloaterDirectorysInstance = NULL


Detailed Description

Definition at line 59 of file llfloaterdirectory.h.


Constructor & Destructor Documentation

LLFloaterDirectory::LLFloaterDirectory ( const std::string &  name  ) 

LLFloaterDirectory::~LLFloaterDirectory (  ) 


Member Function Documentation

void LLFloaterDirectory::setVisible ( BOOL  visible  )  [virtual]

Reimplemented from LLFloater.

Definition at line 455 of file llfloaterdirectory.cpp.

References gSavedSettings, LLControlGroup::setBOOL(), and LLFloater::setVisible().

Referenced by onClose().

Here is the call graph for this function:

Here is the caller graph for this function:

void LLFloaterDirectory::requestClassifieds (  )  [static]

Definition at line 287 of file llfloaterdirectory.cpp.

References mClassifiedPanel, LLPanelDirClassified::performQuery(), and sInstance.

Referenced by set_god_level().

Here is the call graph for this function:

Here is the caller graph for this function:

void LLFloaterDirectory::showFindAll ( const std::string &  search_text  )  [static]

Definition at line 295 of file llfloaterdirectory.cpp.

References mFindAllPanel, LLPanelDirFindAllInterface::search(), showPanel(), and sInstance.

Referenced by LLStatusBar::onClickSearch().

Here is the call graph for this function:

Here is the caller graph for this function:

void LLFloaterDirectory::showClassified ( const LLUUID classified_id  )  [static]

Definition at line 302 of file llfloaterdirectory.cpp.

References mClassifiedPanel, LLPanelDirBrowser::selectByUUID(), showPanel(), and sInstance.

Referenced by LLWorldMapView::handleDoubleClick().

Here is the call graph for this function:

Here is the caller graph for this function:

void LLFloaterDirectory::showEvents ( S32  event_id  )  [static]

Definition at line 314 of file llfloaterdirectory.cpp.

References mEventsPanel, LLPanelDirEvents::performQuery(), LLPanelDirBrowser::selectEventByID(), LLPanelDirEvents::setDay(), showPanel(), and sInstance.

Referenced by LLWorldMapView::handleDoubleClick(), LLEventNotifier::notifyCallback(), and toggleEvents().

Here is the call graph for this function:

Here is the caller graph for this function:

void LLFloaterDirectory::showLandForSale ( const LLUUID parcel_id  )  [static]

Definition at line 331 of file llfloaterdirectory.cpp.

References mLandPanel, LLPanelDirBrowser::selectByUUID(), showPanel(), and sInstance.

Referenced by LLWorldMapView::handleDoubleClick().

Here is the call graph for this function:

Here is the caller graph for this function:

void LLFloaterDirectory::showGroups (  )  [static]

Definition at line 342 of file llfloaterdirectory.cpp.

References showPanel().

Referenced by LLPanelGroups::search().

Here is the call graph for this function:

Here is the caller graph for this function:

void LLFloaterDirectory::refreshGroup ( const LLUUID group_id  )  [static]

Definition at line 348 of file llfloaterdirectory.cpp.

References LLGroupMgrObserver::getID(), mPanelGroupp, LLPanelGroup::refreshData(), and sInstance.

Referenced by LLAgentDropGroupViewerNode::post(), LLAgent::processAgentDropGroup(), LLGroupMgr::processJoinGroupReply(), and LLGroupMgr::processLeaveGroupReply().

Here is the call graph for this function:

Here is the caller graph for this function:

void LLFloaterDirectory::hide ( void *   )  [static]

Definition at line 446 of file llfloaterdirectory.cpp.

References LLFloater::close(), and sInstance.

Referenced by handle_track_avatar(), and LLAgent::teleportCore().

Here is the call graph for this function:

Here is the caller graph for this function:

void LLFloaterDirectory::toggleEvents ( void *   )  [static]

Definition at line 417 of file llfloaterdirectory.cpp.

References LLPanel::childGetVisibleTab(), LLFloater::close(), LLView::getVisible(), mEventsPanel, LLFloater::open(), showEvents(), and sInstance.

Referenced by handle_events().

Here is the call graph for this function:

Here is the caller graph for this function:

void LLFloaterDirectory::toggleFind ( void *   )  [static]

Definition at line 384 of file llfloaterdirectory.cpp.

References LLFloater::close(), focusCurrentPanel(), LLControlGroup::getString(), LLView::getVisible(), gSavedSettings, mEventsPanel, NULL, LLFloater::open(), LLPanelDirEvents::setDay(), showPanel(), and sInstance.

Referenced by handle_find(), and LLEditSearch::handleEvent().

Here is the call graph for this function:

Here is the caller graph for this function:

void LLFloaterDirectory::onTabChanged ( void *  data,
bool  from_click 
) [static]

Definition at line 467 of file llfloaterdirectory.cpp.

References LLView::getName(), gSavedSettings, and LLControlGroup::setString().

Referenced by LLFloaterDirectory().

Here is the call graph for this function:

Here is the caller graph for this function:

void LLFloaterDirectory::hideAllDetailPanels (  ) 

Definition at line 479 of file llfloaterdirectory.cpp.

References FALSE, mPanelAvatarp, mPanelClassifiedp, mPanelEventp, mPanelGroupHolderp, mPanelGroupp, mPanelPlacep, mPanelPlaceSmallp, and LLView::setVisible().

Referenced by LLPanelDirFind::onVisibilityChange(), LLPanelDirBrowser::setupNewSearch(), and LLPanelDirBrowser::showEvent().

Here is the call graph for this function:

Here is the caller graph for this function:

void LLFloaterDirectory::showPanel ( const std::string &  tabname  )  [static, private]

Definition at line 369 of file llfloaterdirectory.cpp.

References LLPanel::childShowTab(), focusCurrentPanel(), LLFloaterDirectory(), LLFloater::open(), and sInstance.

Referenced by showClassified(), showEvents(), showFindAll(), showGroups(), showLandForSale(), and toggleFind().

Here is the call graph for this function:

Here is the caller graph for this function:

void LLFloaterDirectory::onClose ( bool  app_quitting  )  [private, virtual]

Reimplemented from LLFloater.

Definition at line 461 of file llfloaterdirectory.cpp.

References FALSE, and setVisible().

Here is the call graph for this function:

void LLFloaterDirectory::focusCurrentPanel (  )  [private]

Definition at line 357 of file llfloaterdirectory.cpp.

References LLTabContainer::getCurrentPanel(), LLPanel::setFocus(), and TRUE.

Referenced by showPanel(), and toggleFind().

Here is the call graph for this function:

Here is the caller graph for this function:

void * LLFloaterDirectory::createFindAll ( void *  userdata  )  [static, private]

Definition at line 151 of file llfloaterdirectory.cpp.

References LLPanelDirFindAllInterface::create().

Referenced by LLFloaterDirectory().

Here is the call graph for this function:

Here is the caller graph for this function:

void * LLFloaterDirectory::createClassified ( void *  userdata  )  [static, private]

Definition at line 159 of file llfloaterdirectory.cpp.

Referenced by LLFloaterDirectory().

Here is the caller graph for this function:

void * LLFloaterDirectory::createEvents ( void *  userdata  )  [static, private]

Definition at line 167 of file llfloaterdirectory.cpp.

Referenced by LLFloaterDirectory().

Here is the caller graph for this function:

void * LLFloaterDirectory::createShowcase ( void *  userdata  )  [static, private]

Definition at line 175 of file llfloaterdirectory.cpp.

Referenced by LLFloaterDirectory().

Here is the caller graph for this function:

void * LLFloaterDirectory::createPlaces ( void *  userdata  )  [static, private]

Definition at line 182 of file llfloaterdirectory.cpp.

Referenced by LLFloaterDirectory().

Here is the caller graph for this function:

void * LLFloaterDirectory::createLand ( void *  userdata  )  [static, private]

Definition at line 189 of file llfloaterdirectory.cpp.

Referenced by LLFloaterDirectory().

Here is the caller graph for this function:

void * LLFloaterDirectory::createPeople ( void *  userdata  )  [static, private]

Definition at line 198 of file llfloaterdirectory.cpp.

Referenced by LLFloaterDirectory().

Here is the caller graph for this function:

void * LLFloaterDirectory::createGroups ( void *  userdata  )  [static, private]

Definition at line 205 of file llfloaterdirectory.cpp.

Referenced by LLFloaterDirectory().

Here is the caller graph for this function:

void * LLFloaterDirectory::createClassifiedDetail ( void *  userdata  )  [static, private]

Definition at line 212 of file llfloaterdirectory.cpp.

References FALSE.

Referenced by LLFloaterDirectory().

Here is the caller graph for this function:

static void* LLFloaterDirectory::createAvatarDetail ( void *  userdata  )  [static, private]

void * LLFloaterDirectory::createEventDetail ( void *  userdata  )  [static, private]

Definition at line 236 of file llfloaterdirectory.cpp.

References LLUICtrlFactory::buildPanel(), FALSE, and LLSingleton< LLUICtrlFactory >::getInstance().

Referenced by LLFloaterDirectory().

Here is the call graph for this function:

Here is the caller graph for this function:

void * LLFloaterDirectory::createGroupDetail ( void *  userdata  )  [static, private]

Definition at line 246 of file llfloaterdirectory.cpp.

References FALSE, gAgent, and LLAgent::getGroupID().

Referenced by LLFloaterDirectory().

Here is the call graph for this function:

Here is the caller graph for this function:

void * LLFloaterDirectory::createGroupDetailHolder ( void *  userdata  )  [static, private]

Definition at line 258 of file llfloaterdirectory.cpp.

References FALSE, and LLPanel::LLPanel().

Referenced by LLFloaterDirectory().

Here is the call graph for this function:

Here is the caller graph for this function:

void * LLFloaterDirectory::createPlaceDetail ( void *  userdata  )  [static, private]

Definition at line 267 of file llfloaterdirectory.cpp.

References LLUICtrlFactory::buildPanel(), FALSE, and LLSingleton< LLUICtrlFactory >::getInstance().

Referenced by LLFloaterDirectory().

Here is the call graph for this function:

Here is the caller graph for this function:

void * LLFloaterDirectory::createPlaceDetailSmall ( void *  userdata  )  [static, private]

Definition at line 277 of file llfloaterdirectory.cpp.

References LLUICtrlFactory::buildPanel(), FALSE, and LLSingleton< LLUICtrlFactory >::getInstance().

Referenced by LLFloaterDirectory().

Here is the call graph for this function:

Here is the caller graph for this function:

void * LLFloaterDirectory::createPanelAvatar ( void *  data  )  [static, private]

Definition at line 222 of file llfloaterdirectory.cpp.

References FALSE.

Referenced by LLFloaterDirectory().

Here is the caller graph for this function:


Member Data Documentation

Definition at line 95 of file llfloaterdirectory.h.

Referenced by LLFloaterDirectory(), and showFindAll().

Definition at line 96 of file llfloaterdirectory.h.

Referenced by LLFloaterDirectory(), requestClassifieds(), and showClassified().

Definition at line 97 of file llfloaterdirectory.h.

Referenced by LLFloaterDirectory(), showEvents(), toggleEvents(), and toggleFind().

Definition at line 98 of file llfloaterdirectory.h.

Referenced by LLFloaterDirectory(), and showLandForSale().

Definition at line 128 of file llfloaterdirectory.h.

Referenced by LLPanelDirBrowser::onClickSearchCore(), and send_stats().

Definition at line 129 of file llfloaterdirectory.h.

Referenced by LLPanelDirFind::onClickSearch(), and send_stats().

Definition at line 132 of file llfloaterdirectory.h.


The documentation for this class was generated from the following files:

Generated on Fri May 16 08:45:29 2008 for SecondLife by  doxygen 1.5.5