~ubuntu-branches/ubuntu/raring/simutrans/raring-proposed

« back to all changes in this revision

Viewing changes to gui/halt_info.h

  • Committer: Package Import Robot
  • Author(s): Ansgar Burchardt
  • Date: 2011-11-03 19:59:02 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20111103195902-uopgwf488mfctb75
Tags: 111.0-1
* New upstream release.
* debian/rules: Update get-orig-source target for new upstream release.
* Use xz compression for source and binary packages.
* Use override_* targets to simplify debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
{
35
35
private:
36
36
        static karte_t *welt;
 
37
 
 
38
        /**
 
39
        * Buffer for freight info text string.
 
40
        * @author Hj. Malthaner
 
41
        */
 
42
        cbuffer_t freight_info;
 
43
        cbuffer_t info_buf;
 
44
 
37
45
        gui_scrollpane_t scrolly;
38
46
        gui_textarea_t text;
39
47
        gui_textinput_t input;
48
56
        halthandle_t halt;
49
57
        char edit_name[256];
50
58
 
51
 
        /**
52
 
        * Buffer for freight info text string.
53
 
        * @author Hj. Malthaner
54
 
        */
55
 
        cbuffer_t freight_info;
56
 
        cbuffer_t info_buf;
57
 
 
58
59
        void show_hide_statistics( bool show );
59
60
 
60
61
public:
83
84
         */
84
85
        virtual void set_fenstergroesse(koord groesse);
85
86
 
 
87
        virtual koord3d get_weltpos();
 
88
 
86
89
        /**
87
90
         * This method is called if an action is triggered
88
91
         * @author Hj. Malthaner