| # | Line 119 | Line 119 | namespace oopse { | |
|---|---|---|
| 119 | bool isSelected(StuntDouble* sd); | |
| 120 | ||
| 121 | private: | |
| 122 | + | std::string trimmedName(const std::string& atomType); |
| 123 | + | std::string baseTypeName(AtomType* at); |
| 124 | + | |
| 125 | SimInfo* info; | |
| 126 | SelectionManager seleMan; | |
| 127 | SelectionEvaluator evaluator; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |