[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/kue
From:       Ryan Cumming <ryan () kde ! org>
Date:       2002-12-10 9:19:08
[Download RAW message or body]

CVS commit by cumming: 

While we're fiddling with public interfaces, this could be useful


  M +1 -0      point.h   1.2


--- kdenonbeta/kue/point.h  #1.1.1.1:1.2
@@ -17,4 +17,5 @@ class point {
         void setPositionX(double new_pos) {_pos_x = new_pos;}
         void setPositionY(double new_pos) {_pos_y = new_pos;}
+        void setPosition(double new_x, double new_y) {_pos_x = new_x; _pos_y = new_y; }
 
         // Finds the distance between us and another point


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic