#include <Wnd.h>
Public Member Functions | |
template<class Archive> | |
void | serialize (Archive &ar, const unsigned int version) |
Public Attributes | |
int | time |
boost::shared_ptr< BrowseInfoWnd > | wnd |
std::string | text |
Though browse_text will not apply to all browse info schemes, it is nevertheless part of BrowseInfoMode, since it will surely be the most common data displayed in a BrowseInfoWnd.
Definition at line 173 of file Wnd.h.
the time the cursor must linger over the Wnd before this mode becomes active, in ms
Definition at line 175 of file Wnd.h.
Referenced by serialize().
boost::shared_ptr<BrowseInfoWnd> GG::Wnd::BrowseInfoMode::wnd |
the BrowseInfoWnd used to display the browse info for this mode
Definition at line 176 of file Wnd.h.
Referenced by serialize().
std::string GG::Wnd::BrowseInfoMode::text |
the text to display in the BrowseInfoWnd shown for this mode
Definition at line 177 of file Wnd.h.
Referenced by serialize().