~ubuntu-branches/ubuntu/natty/plee-the-bear/natty

« back to all changes in this revision

Viewing changes to bear-factory/model-editor/src/bf/snapshot_date_frame.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Julien Jorge, Julien Jorge
  • Date: 2010-11-17 20:13:34 UTC
  • mfrom: (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20101117201334-o4dp7uq437to7oxb
Tags: 0.5.1-1
[ Julien Jorge ]
* New upstream release (Closes: #565062, #546514).
* Add armhf architecture (Closes: #604689).
* Remove patches integrated upstream: rpath-editors.diff, rpath-game.diff,
  editors-menu-section.diff.
* Bump the Standard-Version, no changes.
* Update my email address.
* Set build dependency of libclaw to 1.6.0.
* Add the missing ${misc:Depends} in debian/control.
* List gettext translations in bear-factory.install and plee-the-bear.install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
    Bear Engine - Model editor
3
3
 
4
 
    Copyright (C) 2005-2009 Julien Jorge, Sebastien Angibaud
 
4
    Copyright (C) 2005-2010 Julien Jorge, Sebastien Angibaud
5
5
 
6
6
    This program is free software; you can redistribute it and/or modify it
7
7
    under the terms of the GNU General Public License as published by the
32
32
#include <wx/wx.h>
33
33
#include <wx/textctrl.h>
34
34
 
35
 
#include "bf/snapshot.hpp"
36
35
#include "bf/spin_ctrl.hpp"
37
36
 
38
37
namespace bf
39
38
{
40
39
  class action;
 
40
  class snapshot;
41
41
 
42
42
  /**
43
43
   * \brief The snapshot_date window of our program.
50
50
    snapshot_date_frame( wxWindow* parent, const action* a );
51
51
 
52
52
    double get_date() const;
53
 
    
 
53
 
54
54
    void fill_from( const snapshot* a );
55
55
 
56
56
  private:
59
59
    void create_controls();
60
60
    void create_member_controls();
61
61
    void create_sizer_controls();
62
 
    
 
62
 
63
63
    void on_ok(wxCommandEvent& event);
64
64
 
65
65
  private: