ngl-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ngl-commits] fixed the resource location problem in nuiTopLevel


From: Sebastien Metrot <address@hidden>
Subject: [ngl-commits] fixed the resource location problem in nuiTopLevel
Date: Fri, 24 Oct 2003 06:29:51 -0400

Commit from meeloo 2003-10-24 06:29 EDT
fixed the resource location problem in nuiTopLevel
Module File name Revision
nui include/nuiTopLevel.h 1.1 >>> 1.2
nui src/core/nuiMainWindow.cpp 1.95 >>> 1.96
nui src/core/nuiTopLevel.cpp 1.2 >>> 1.3

nui/include/nuiTopLevel.h   1.1 >>> 1.2
Line 62
  public:
    /** @name Life */
    //@{
-   nuiTopLevel(); ///< Create an nuiTopLevel.
+   nuiTopLevel(const nglPath& rPath); ///< Create an nuiTopLevel.
    nuiTopLevel(nuiXMLNode* pNode); ///< Create an nuiObject from an XML description.
    virtual ~nuiTopLevel(); 
    //@}
Line 121
    void CallMouseMove (nglMouseInfo& rInfo);
    void GetMouseInfo(nglMouseInfo& rMouseInfo);
 
+   nglPath GetResourcePath(); ///< Return the resource path used by this TopLevel object.
+
  protected:
    void SetDrawContext(nuiDrawContext* pDrawContext);
 
Line 140
 
    std::list<nuiWidgetPtr> mpGrabStack;
 
+   nglPath mResPath;
  private:
    /* @name Trash management */
    //@{



reply via email to

[Prev in Thread] Current Thread [Next in Thread]