Ignore:
Timestamp:
02/16/13 09:24:42 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added a menu option to reset the message area

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/plugin/src/xplra/MessageWindow.h

    r42 r47  
    161161    void hide();
    162162
     163    /**
     164     * Reset the location of the message window.
     165     */
     166    void reset();
     167
    163168private:
    164169    /**
     
    192197     */
    193198    void setNewMessage(const std::string& msg, float d);
     199
     200    /**
     201     * Reset the location of the message window.
     202     */
     203    void resetLocation();
    194204
    195205    friend class MessageRequest;
Note: See TracChangeset for help on using the changeset viewer.