#include <iostream>#include <vector>#include <math.h>#include <unistd.h>#include "export.h"#include "page_editor.h"Include dependency graph for export.cc:

Go to the source code of this file.
Functions | |
| static void | on_tool_change (GtkOptionMenu *optionmenu, gpointer user_data) |
|
||||||||||||
|
Definition at line 36 of file export.cc. References common, and KinoCommon::getCurrentScene(). Referenced by Export::Export(), and ExportPipe::ExportPipe(). 00037 {
00038 if ( gtk_option_menu_get_history( optionmenu ) == 2 )
00039 ( ( Export * ) user_data ) ->selectScene( common->getCurrentScene( ) );
00040 else
00041 ( ( Export * ) user_data ) ->selectSection( gtk_option_menu_get_history( optionmenu ) );
00042 }
|
1.4.2