ManaPlus
Variables
sound.h File Reference

(986a3bf)

#include <string>

Go to the source code of this file.

Variables

static const std::string SOUND_INFO = "soundinfo"
 
static const std::string SOUND_ERROR = "sounderror"
 
static const std::string SOUND_REQUEST = "soundrequest"
 
static const std::string SOUND_TRADE = "soundtrade"
 
static const std::string SOUND_WHISPER = "soundwhisper"
 
static const std::string SOUND_HIGHLIGHT = "soundhighlight"
 
static const std::string SOUND_GLOBAL = "soundglobal"
 
static const std::string SOUND_GUILD = "soundguild"
 
static const std::string SOUND_PARTY = "soundparty"
 
static const std::string SOUND_CLAN = "soundclan"
 
static const std::string SOUND_SHOW_WINDOW = "soundshowwindow"
 
static const std::string SOUND_HIDE_WINDOW = "soundhidewindow"
 

Variable Documentation

◆ SOUND_CLAN

const std::string SOUND_CLAN = "soundclan"
static

Definition at line 36 of file sound.h.

Referenced by ClanTab::playNewMessageSound().

◆ SOUND_ERROR

const std::string SOUND_ERROR = "sounderror"
static

Definition at line 28 of file sound.h.

Referenced by OkDialog::OkDialog(), and DialogsManager::openErrorDialog().

◆ SOUND_GLOBAL

const std::string SOUND_GLOBAL = "soundglobal"
static

Definition at line 33 of file sound.h.

Referenced by ChatTab::chatLog().

◆ SOUND_GUILD

const std::string SOUND_GUILD = "soundguild"
static

Definition at line 34 of file sound.h.

Referenced by EmulateGuildTab::playNewMessageSound(), and GuildTab::playNewMessageSound().

◆ SOUND_HIDE_WINDOW

const std::string SOUND_HIDE_WINDOW = "soundhidewindow"
static

Definition at line 38 of file sound.h.

Referenced by QuitDialog::action(), and Window::setVisible().

◆ SOUND_HIGHLIGHT

const std::string SOUND_HIGHLIGHT = "soundhighlight"
static

Definition at line 32 of file sound.h.

Referenced by ChatTab::chatLog().

◆ SOUND_INFO

const std::string SOUND_INFO = "soundinfo"
static

Definition at line 27 of file sound.h.

Referenced by LocalPlayer::checkNewName(), and OkDialog::OkDialog().

◆ SOUND_PARTY

const std::string SOUND_PARTY = "soundparty"
static

Definition at line 35 of file sound.h.

Referenced by PartyTab::playNewMessageSound().

◆ SOUND_REQUEST

const std::string SOUND_REQUEST = "soundrequest"
static

◆ SOUND_SHOW_WINDOW

const std::string SOUND_SHOW_WINDOW = "soundshowwindow"
static

Definition at line 37 of file sound.h.

Referenced by NpcDialog::postInit(), QuitDialog::postInit(), and Window::setVisible().

◆ SOUND_TRADE

const std::string SOUND_TRADE = "soundtrade"
static

Definition at line 30 of file sound.h.

Referenced by ShopWindow::processRequest().

◆ SOUND_WHISPER

const std::string SOUND_WHISPER = "soundwhisper"
static

Definition at line 31 of file sound.h.

Referenced by ChatTab::playNewMessageSound().