~ubuntu-branches/ubuntu/wily/bombono-dvd/wily

« back to all changes in this revision

Viewing changes to src/mgui/project/mconstructor.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-11-04 11:46:25 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101104114625-8xfdhvhpsm51i0nu
Tags: upstream-0.8.0
Import upstream version 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#include <mgui/init.h>
26
26
#include <mlib/dataware.h>
27
 
 
28
 
const int DVD_PACK_SZ  = 2048;
 
27
#include <mlib/resingleton.h>
29
28
 
30
29
namespace Project
31
30
{
36
35
    Gtk::ComboBoxText dvdTypes;
37
36
};
38
37
 
39
 
struct ConstructorApp
 
38
struct ConstructorApp: public ReSingleton<ConstructorApp>
40
39
{
41
40
      Gtk::Window  win;
42
41
             bool  askSaveOnExit;
61
60
          SizeBar  szBar;
62
61
};
63
62
 
 
63
inline ConstructorApp& Application() { return ConstructorApp::Instance(); }
 
64
 
64
65
#define APROJECT_NAME "Bombono DVD"
65
66
 
66
67
// насчет того, что возвращает - см. PackOutput()