aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-08 15:15:36 -0600
committerJacek Antonelli2008-12-08 15:15:36 -0600
commit65c4afc07c28d0a36c9d89f1cd2a0697a5e3ba8c (patch)
treee4e7e498097e294bcda68b8860145c494d752507 /linden
parentLLInventoryView uses new inventory type. (diff)
downloadmeta-impy-65c4afc07c28d0a36c9d89f1cd2a0697a5e3ba8c.zip
meta-impy-65c4afc07c28d0a36c9d89f1cd2a0697a5e3ba8c.tar.gz
meta-impy-65c4afc07c28d0a36c9d89f1cd2a0697a5e3ba8c.tar.bz2
meta-impy-65c4afc07c28d0a36c9d89f1cd2a0697a5e3ba8c.tar.xz
Added LLFolderViewEventListener::getNInventoryType()
Pure virtual method, overridden in derived classes.
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/newview/llfolderview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llfolderview.h b/linden/indra/newview/llfolderview.h
index 7978386..324a15b 100644
--- a/linden/indra/newview/llfolderview.h
+++ b/linden/indra/newview/llfolderview.h
@@ -103,6 +103,7 @@ public:
103 virtual BOOL isUpToDate() const = 0; 103 virtual BOOL isUpToDate() const = 0;
104 virtual BOOL hasChildren() const = 0; 104 virtual BOOL hasChildren() const = 0;
105 virtual LLInventoryType::EType getInventoryType() const = 0; 105 virtual LLInventoryType::EType getInventoryType() const = 0;
106 virtual LLInventoryType::NType getNInventoryType() const = 0;
106 virtual void performAction(LLFolderView* folder, LLInventoryModel* model, std::string action) {} 107 virtual void performAction(LLFolderView* folder, LLInventoryModel* model, std::string action) {}
107 108
108 // This method should be called when a drag begins. returns TRUE 109 // This method should be called when a drag begins. returns TRUE