GG
Public Attributes | List of all members
GG::Wnd::BrowseInfoMode Struct Reference

#include <Wnd.h>

Public Attributes

unsigned 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 228 of file Wnd.h.

Member Data Documentation

unsigned int GG::Wnd::BrowseInfoMode::time

The time the cursor must linger over the Wnd before this mode becomes active, in ms.

Definition at line 232 of file Wnd.h.

boost::shared_ptr<BrowseInfoWnd> GG::Wnd::BrowseInfoMode::wnd

The BrowseInfoWnd used to display the browse info for this mode.

Definition at line 236 of file Wnd.h.

std::string GG::Wnd::BrowseInfoMode::text

The text to display in the BrowseInfoWnd shown for this mode.

Definition at line 239 of file Wnd.h.


The documentation for this struct was generated from the following file: