returns the current component mode
| 243 | |
| 244 | // returns the current component mode |
| 245 | ComponentSelectionMode RadiantSelectionSystem::ComponentMode() const |
| 246 | { |
| 247 | return _componentMode; |
| 248 | } |
| 249 | |
| 250 | sigc::signal<void, SelectionMode>& RadiantSelectionSystem::signal_selectionModeChanged() |
| 251 | { |
no outgoing calls