Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 51589 | Differences between
and this patch

Collapse All | Expand All

(-)/tmp/cdrdao-1.1.8/xdao/Project.h (-3 / +4 lines)
Lines 51-69 Link Here
51
  virtual void createToolbar() = 0;
51
  virtual void createToolbar() = 0;
52
  virtual void createStatusbar();
52
  virtual void createStatusbar();
53
  void updateWindowTitle();
53
  void updateWindowTitle();
54
  void saveProject();
54
  //void saveProject();
55
  void saveAsProject();
55
  void saveAsProject();
56
  Gtk::FileSelection *saveFileSelector_;
56
  Gtk::FileSelection *saveFileSelector_;
57
  void saveFileSelectorOKCB();
57
  void saveFileSelectorOKCB();
58
  void saveFileSelectorCancelCB();
58
  void saveFileSelectorCancelCB();
59
59
60
  virtual bool on_delete_event(GdkEventAny *event);
60
  virtual bool on_delete_event(GdkEventAny *event);
61
  virtual void recordToc2CD() = 0;
61
  //virtual void recordToc2CD() = 0;
62
  virtual void projectInfo() = 0;
62
  virtual void projectInfo() = 0;
63
63
64
public:
64
public:
65
  Project();
65
  Project();
66
66
  void saveProject();
67
  virtual void recordToc2CD() = 0;
67
  void readToc(char *name);
68
  void readToc(char *name);
68
  void statusMessage(const char *fmt, ...);
69
  void statusMessage(const char *fmt, ...);
69
  void tocBlockedMsg(const char *);
70
  void tocBlockedMsg(const char *);

Return to bug 51589