Mentions légales du service

Skip to content
Snippets Groups Projects

Feature/show every element

Merged ORDRONNEAU Camille requested to merge cordronn/vite:feature/show-every-element into master
Files
8
+ 15
0
@@ -451,6 +451,21 @@ public:
void selection_information(const std::string &) const override {
}
/*!
* \brief Only use in graphic interface.
*/
void selection_information_clear() const override { }
/*!
* \brief Only use in graphic interface.
*/
void selection_information_show() const override { }
/*!
* \brief Only use in graphic interface.
*/
virtual void selection_information_new_tab(const std::string &) const override { }
/*!
*\brief Set the minimum for export
*\param d The double.
Loading