#include <gtk/gtk.h>#include "kino_common.h"#include "smiltime.h"Include dependency graph for storyboard.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| Storyboard * | GetStoryboard () |
|
|
Definition at line 820 of file storyboard.cc. References common. Referenced by KinoCommon::activateWidgets(), KinoCommon::newFile(), on_name_edited(), PageEditor::ResetBar(), KinoCommon::setCurrentScene(), and KinoCommon::setTimeFormat(). 00821 {
00822 static Storyboard * singleton = new Storyboard( common );
00823 return singleton;
00824 }
|
1.4.2