Manages Locallab spot opacity according to selected one

This commit is contained in:
Pandagrapher
2019-04-02 19:09:10 +02:00
parent 1725a53f93
commit 0225a7f109
4 changed files with 33 additions and 11 deletions

View File

@@ -248,6 +248,7 @@ private:
void addControlSpotCurve(Gtk::TreeModel::Row row);
void updateControlSpotCurve(Gtk::TreeModel::Row row);
void deleteControlSpotCurve(Gtk::TreeModel::Row row);
void updateCurveOpacity(Gtk::TreeModel::Row selectedRow);
CursorShape getCursor(int objectID) const;
bool mouseOver(int modifierKey);
bool button1Pressed(int modifierKey);