mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Improved creation of source: selection of file generates a new source,
displayed in preview, and inserted when validated.
This commit is contained in:
5
Source.h
5
Source.h
@@ -38,8 +38,11 @@ public:
|
||||
// cloning mechanism
|
||||
virtual CloneSource *clone();
|
||||
|
||||
// make visible or hidden
|
||||
void setVisible(bool on);
|
||||
|
||||
// an overlay can be displayed on top of the source
|
||||
virtual void setOverlayVisible(bool on);
|
||||
void setOverlayVisible(bool on);
|
||||
|
||||
// get handle on the node used to manipulate the source in a view
|
||||
inline Group *group(View::Mode m) const { return groups_.at(m); }
|
||||
|
||||
Reference in New Issue
Block a user