mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 10:19:59 +01:00
Source creation by origin: File, software and hardware. Separate source
classes for Media and Session sources. Update of file dialog accordingly.
This commit is contained in:
@@ -33,8 +33,6 @@ class Navigator
|
||||
void RenderNewPannel();
|
||||
void RenderMainPannel();
|
||||
|
||||
char media_path_[1024];
|
||||
|
||||
public:
|
||||
Navigator();
|
||||
|
||||
@@ -43,7 +41,6 @@ public:
|
||||
void showPannelSource(int index);
|
||||
void Render();
|
||||
|
||||
void setMediaUri(std::string path);
|
||||
};
|
||||
|
||||
class ToolBox
|
||||
|
||||
Reference in New Issue
Block a user