Olive
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions | Variables
panels.h File Reference
#include "timeline.h"
#include "effectcontrols.h"
#include "viewer.h"
#include "grapheditor.h"
#include "project.h"

Go to the source code of this file.

Functions

void update_ui (bool modified)
 
QDockWidget * get_focused_panel (bool force_hover=false)
 
void alloc_panels (QWidget *parent)
 
void free_panels ()
 
void scroll_to_frame_internal (QScrollBar *bar, long frame, double zoom, int area_width)
 

Variables

Projectpanel_project
 
EffectControlspanel_effect_controls
 
Viewerpanel_sequence_viewer
 
Viewerpanel_footage_viewer
 
Timelinepanel_timeline
 
GraphEditorpanel_graph_editor
 

Function Documentation

void alloc_panels ( QWidget *  parent)
void free_panels ( )
QDockWidget* get_focused_panel ( bool  force_hover = false)
void scroll_to_frame_internal ( QScrollBar *  bar,
long  frame,
double  zoom,
int  area_width 
)
void update_ui ( bool  modified)

Variable Documentation

EffectControls* panel_effect_controls
Viewer* panel_footage_viewer
GraphEditor* panel_graph_editor
Project* panel_project
Viewer* panel_sequence_viewer
Timeline* panel_timeline