~ubuntu-branches/ubuntu/trusty/manaplus/trusty-proposed

« back to all changes in this revision

Viewing changes to src/gui/popups/speechbubble.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2014-01-10 11:00:12 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20140110110012-4mt9zewufrl9bbtj
Tags: 1.4.1.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 *  Copyright (C) 2008  The Legend of Mazzeroth Development Team
4
4
 *  Copyright (C) 2008-2009  The Mana World Development Team
5
5
 *  Copyright (C) 2009-2010  The Mana Developers
6
 
 *  Copyright (C) 2011-2013  The ManaPlus Developers
 
6
 *  Copyright (C) 2011-2014  The ManaPlus Developers
7
7
 *
8
8
 *  This file is part of The ManaPlus Client.
9
9
 *
57
57
         */
58
58
        void setText(const std::string &text, const bool showName = true);
59
59
 
 
60
        void requestMoveToBackground();
 
61
 
60
62
    private:
61
63
        std::string mText;
62
64
        int mSpacing;