#include <vector>
#include <map>
#include <deque>
#include "lluictrl.h"
#include "v4color.h"
#include "lldarray.h"
#include "stdenums.h"
#include "llfontgl.h"
#include "lleditmenuhandler.h"
#include "llviewerimage.h"
#include "lldepthstack.h"
#include "lltooldraganddrop.h"
Include dependency graph for llfolderview.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | LLFolderViewEventListener |
class | LLFolderViewListenerFunctor |
class | LLFolderViewFunctor |
class | LLInventoryFilter |
struct | LLInventoryFilter::filter_ops |
class | LLInventorySort |
class | LLFolderViewItem |
class | LLFolderViewFolder |
class | LLFolderView |
Typedefs | |
typedef BOOL(*) | LLFolderSearchFunction (LLFolderViewItem *first_item, const char *find_text, BOOL backward) |
typedef bool(*) | sort_order_f (LLFolderViewItem *a, LLFolderViewItem *b) |
Enumerations | |
enum | EInventorySortGroup { SG_SYSTEM_FOLDER, SG_TRASH_FOLDER, SG_NORMAL_FOLDER, SG_ITEM } |
Functions | |
bool | sort_item_name (LLFolderViewItem *a, LLFolderViewItem *b) |
bool | sort_item_date (LLFolderViewItem *a, LLFolderViewItem *b) |
Variables | |
const U32 | SUPPRESS_OPEN_ITEM = 0x1 |
const U32 | FIRST_SELECTED_ITEM = 0x2 |
Copyright (c) 2001-2007, Linden Research, Inc.
Second Life Viewer Source Code The source code in this file ("Source Code") is provided by Linden Lab to you under the terms of the GNU General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other License"), formally executed by you and Linden Lab. Terms of the GPL can be found in doc/GPL-license.txt in this distribution, or online at http://secondlife.com/developers/opensource/gplv2
There are special exceptions to the terms and conditions of the GPL as it is applied to this Source Code. View the full text of the exception in the file doc/FLOSS-exception.txt in this software distribution, or online at http://secondlife.com/developers/opensource/flossexception
By copying, modifying or distributing this software, you acknowledge that you have read and understood your obligations described above, and agree to abide by those obligations.
ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, COMPLETENESS OR PERFORMANCE. $/LicenseInfo$
Definition in file llfolderview.h.
typedef BOOL(*) LLFolderSearchFunction(LLFolderViewItem *first_item, const char *find_text, BOOL backward) |
Definition at line 73 of file llfolderview.h.
typedef bool(*) sort_order_f(LLFolderViewItem *a, LLFolderViewItem *b) |
Definition at line 532 of file llfolderview.h.
enum EInventorySortGroup |
Definition at line 277 of file llfolderview.h.
bool sort_item_date | ( | LLFolderViewItem * | a, | |
LLFolderViewItem * | b | |||
) |
bool sort_item_name | ( | LLFolderViewItem * | a, | |
LLFolderViewItem * | b | |||
) |
const U32 FIRST_SELECTED_ITEM = 0x2 |
Definition at line 944 of file llfolderview.h.
Referenced by LLWearableBridge::buildContextMenu(), LLInvFVBridge::getClipboardEntries(), and LLFolderView::handleRightMouseDown().
const U32 SUPPRESS_OPEN_ITEM = 0x1 |