HoverRace  2.0
Public Member Functions | List of all members
HoverRace::Player::RenamableProfile Class Referenceabstract

Interface for profiles than can be renamed. More...

#include <EditableProfile.h>

+ Inheritance diagram for HoverRace::Player::RenamableProfile:

Public Member Functions

virtual void Rename (const std::string &name)=0
 Attempt to rename the profile. More...
 

Detailed Description

Interface for profiles than can be renamed.

Author
Michael Imamura

Member Function Documentation

virtual void HoverRace::Player::RenamableProfile::Rename ( const std::string &  name)
pure virtual

Attempt to rename the profile.

This implies saving the profile.

Parameters
nameThe new name (may not be blank).

Implemented in HoverRace::Player::Profile.


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