GG::Wnd::BrowseInfoMode Struct Reference

The data necessary to represent a browse info mode. More...

#include <Wnd.h>

List of all members.

Public Member Functions

template<class Archive>
void serialize (Archive &ar, const unsigned int version)

Public Attributes

int time
boost::shared_ptr< BrowseInfoWndwnd
std::string text


Detailed Description

The data necessary to represent a browse info mode.

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.


Member Data Documentation

int GG::Wnd::BrowseInfoMode::time

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().


The documentation for this struct was generated from the following file:
Generated on Wed Mar 26 14:35:43 2008 for GG by  doxygen 1.5.2