more work done on copybootch function, save as xml works for the most part now

This commit is contained in:
Hazim Gazov
2010-05-01 10:24:24 -03:00
parent f0ba217dbe
commit e13f747a05
7 changed files with 94 additions and 5 deletions

View File

@@ -216,6 +216,10 @@ public:
virtual BOOL canSaveAs() const { return FALSE; }
virtual void saveAs() {}
// <edit>
virtual LLUUID getItemID() { return LLUUID::null; }
// </edit>
void setSnapTarget(LLHandle<LLFloater> handle) { mSnappedTo = handle; }
void clearSnapTarget() { mSnappedTo.markDead(); }