_________ __                 __
        /   _____//  |_____________ _/  |______     ____  __ __  ______
        \_____  \\   __\_  __ \__  \\   __\__  \   / ___\|  |  \/  ___/
        /        \|  |  |  | \// __ \|  |  / __ \_/ /_/  >  |  /\___ \
       /_______  /|__|  |__|  (____  /__| (____  /\___  /|____//____  >
               \/                  \/          \//_____/            \/
    ______________________                           ______________________
                          T H E   W A R   B E G I N S
                   Stratagus - A free fantasy real time strategy game engine

Public Member Functions | Public Attributes | List of all members
CursorConfig Class Reference

Cursor config reference. More...

#include <cursor.h>

Public Member Functions

 CursorConfig ()
 
ui.cpp - The user interface globals.
void Load ()
 

Public Attributes

std::string Name
 
CCursorCursor
 Config cursor-type name. More...
 

Detailed Description

Cursor config reference.

#include "cursor.h"

This structure contains all information to reference/use a cursor. It is normally used in other config structures.

CursorConfig::Name

Name to reference this cursor-type. Used while initialization. (See CCursor::Ident)

CursorConfig::Cursor

Pointer to this cursor-type. Used while runtime.

Constructor & Destructor Documentation

◆ CursorConfig()

CursorConfig::CursorConfig ( )
inline

Member Function Documentation

◆ Load()

void CursorConfig::Load ( )

Load Cursor.

Member Data Documentation

◆ Cursor

CCursor* CursorConfig::Cursor

Config cursor-type name.

◆ Name

std::string CursorConfig::Name

The documentation for this class was generated from the following files:
(C) Copyright 1998-2012 by The Stratagus Project under the GNU General Public License.
All trademarks and copyrights on this page are owned by their respective owners.