Further pluggged in LLView::Params. For now just used for a few exclusively hard-coded elements. XUI parsing not yet implemented. New element registry not yet implemented.

This commit is contained in:
Shyotl
2013-05-17 14:45:23 -05:00
parent 182b15aee5
commit b1d69d05c3
18 changed files with 443 additions and 140 deletions

View File

@@ -30,15 +30,15 @@
* $/LicenseInfo$
*/
#ifndef LLROOTVIEW_H
#define LLROOTVIEW_H
#ifndef LL_LLROOTVIEW_H
#define LL_LLROOTVIEW_H
#include "llview.h"
class LLRootView : public LLView
{
public:
LLRootView(const std::string& name, const LLRect& rect, BOOL mouse_opaque, U32 follows=FOLLOWS_NONE);
LLRootView(const Params& p) ;
};
#endif