#include "instanceselectionmode.hpp" CSVRender::InstanceSelectionMode::InstanceSelectionMode (CSVWidget::SceneToolbar *parent) : CSVWidget::SceneToolMode (parent, "Selection Mode") { addButton (":placeholder", "cube-centre", "Centred cube" "" "Not implemented yet"); addButton (":placeholder", "cube-corner", "Cube corner to corner" "" "Not implemented yet"); addButton (":placeholder", "sphere", "Centred sphere" "" "Not implemented yet"); }