Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

export.cc File Reference

#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)


Function Documentation

static void on_tool_change GtkOptionMenu *  optionmenu,
gpointer  user_data
[static]
 

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 }


Generated on Sun Mar 11 22:11:56 2007 for Kino by  doxygen 1.4.2