usata-commits
[Top][All Lists]
Advanced

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

[Usata-commits] Changes to usata2/src/objects/top-nodes.cpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/objects/top-nodes.cpp
Date: Fri, 07 Jan 2005 01:35:11 -0500

Index: usata2/src/objects/top-nodes.cpp
diff -u usata2/src/objects/top-nodes.cpp:1.1 
usata2/src/objects/top-nodes.cpp:1.2
--- usata2/src/objects/top-nodes.cpp:1.1        Mon Jan  3 07:43:50 2005
+++ usata2/src/objects/top-nodes.cpp    Fri Jan  7 06:13:11 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: top-nodes.cpp,v 1.1 2005/01/03 07:43:50 skunix Exp $
+// $Id: top-nodes.cpp,v 1.2 2005/01/07 06:13:11 skunix Exp $
 
 
 #include "top-nodes.hpp"
@@ -106,7 +106,7 @@
 void
 GuiNode::draw()
 {
-       
+
 }
 
 void
@@ -114,7 +114,19 @@
 {
 
 }
+bool
+GuiNode::query(Node::Query qtype, int& i)
+{
+       bool retval(true);
 
+       if (qtype == Node::QUERY_DRAW_ORDER)
+       {
+               i = USATA_DRAW_ORDER_LAST;
+               return retval;
+       }
+       retval=false;
+       return retval;
+}
 GuiNode::GuiNode(NodeInterface* XP)
 {
        Object_sp mesp(this);




reply via email to

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