ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/selection/SelectionManager.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/selection/SelectionManager.hpp (file contents):
Revision 1961 by tim, Tue Feb 1 06:55:00 2005 UTC vs.
Revision 1962 by tim, Tue Feb 1 22:49:23 2005 UTC

# Line 42 | Line 42 | namespace oopse {
42   #ifndef SELECTION_SELECTIONMANAGER_HPP
43   #define SELECTION_SELECTIONMANAGER_HPP
44  
45 + #include "utils/BitSet.hpp"
46 +
47   namespace oopse {
48  
49   /**
# Line 49 | Line 51 | class SelectionManager {
51   * @brief
52   */
53   class SelectionManager {
54 +    public:
55 +        SelectionManager();
56  
57 +
58 +        bool isSelected(StuntDouble* sd);
59 +        
60 +    private:
61 +        
62 +        BitSet bsSelection;
63 +        BitSet bsNull;
64   };
65  
66   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines