Ignore:
Timestamp:
02/14/13 19:09:26 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 3 'hg:/home/ivaradi/xplane/hg/xplra' '/'>, 'public')
Message:

Added initial support for the menu

File:
1 edited

Legend:

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

    r38 r42  
    105105
    106106    /**
     107     * Indicate if the message window should be shown
     108     */
     109    bool showForced;
     110
     111    /**
    107112     * The currently displayed message.
    108113     */
     
    144149     */
    145150    ~MessageWindow();
     151
     152    /**
     153     * Force showing the message window.
     154     */
     155    void show();
     156
     157    /**
     158     * Hide the message window if it does not have to display an
     159     * actual message.
     160     */
     161    void hide();
    146162
    147163private:
Note: See TracChangeset for help on using the changeset viewer.