Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

vflow_pref.h

00001 // Copyright (C) 2001 Jean-Marc Valin & Dominic Letourneau
00002 
00003 #ifndef VFLOW_PREF_H
00004 #define VFLOW_PREF_H
00005 
00006 #include <map>
00007 #include <string>
00008 #include "flow_pref.h"
00009 
00010 namespace FD {
00011 
00012 class VFlowPrefDialog {
00013    GtkWidget *propertybox1;
00014    GtkWidget *printout;
00015    GtkWidget *runprocess;
00016    GtkWidget *showallio;
00017    GtkWidget *showtooltip;
00018    GtkWidget *colorpicker1;
00019    GtkWidget *colorpicker2;
00020    GtkWidget *colorpicker3;
00021   public:
00022    VFlowPrefDialog();
00023    ~VFlowPrefDialog();
00024    void apply();
00025    void close();
00026 };
00027 
00028 }//namespace FD
00029 #endif

Generated on Wed Oct 5 14:28:56 2005 for FlowDesigner by  doxygen 1.4.4