~ubuntu-branches/ubuntu/maverick/lordsawar/maverick

« back to all changes in this revision

Viewing changes to src/gui/load-scenario-dialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2010-04-10 09:29:33 UTC
  • mfrom: (1.1.9 upstream) (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100410092933-23uq4dxig30kmtcw
Tags: 0.1.8-1
* New upstream release.
* Add misc:Depends for -data package.
* Bump Standards Version to 3.8.4. (No changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <sigc++/signal.h>
26
26
#include <gtkmm.h>
27
27
 
28
 
class XML_Helper;
29
 
 
30
28
#include "decorated.h"
31
29
// dialog for choosing a scenario
32
30
class LoadScenarioDialog: public Decorated
65
63
    
66
64
    std::string selected_filename;
67
65
    
68
 
    std::string loaded_scenario_name;
69
 
    int loaded_scenario_player_count;
70
 
    int loaded_scenario_city_count;
71
 
 
72
66
    void on_selection_changed();
73
 
    bool scan_scenario_details(std::string tag, XML_Helper* helper);
74
 
    bool scan_scenario_name(std::string tag, XML_Helper* helper);
75
67
    void add_scenario(std::string filename);
76
68
    void on_add_scenario_clicked();
77
69
    void on_remove_scenario_clicked();