ManaPlus
|
#include "test/testlauncher.h"
#include "graphicsmanager.h"
#include "settings.h"
#include "soundmanager.h"
#include "fs/virtfs/rwops.h"
#include "gui/skin.h"
#include "gui/theme.h"
#include "gui/fonts/font.h"
#include "utils/pnglib.h"
#include "utils/stringutils.h"
#include "render/graphics.h"
#include "render/vertexes/imagecollection.h"
#include "resources/openglimagehelper.h"
#include "resources/screenshothelper.h"
#include "resources/surfaceimagehelper.h"
#include "resources/wallpaper.h"
#include "resources/dye/dye.h"
#include "resources/image/image.h"
#include <SDL_gfxBlitFunc.h>
#include <unistd.h>
#include <sys/time.h>
#include "localconsts.h"
#include "resources/sdlgfxblitfunc.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
PRAGMA45 (GCC diagnostic push) PRAGMA45(GCC diagnostic ignored "-Wunused-result") int TestLauncher | |
Variables | |
Font * | boldFont |
PRAGMA45 | ( | GCC diagnostic | push | ) |
Definition at line 182 of file testlauncher.cpp.
References TestLauncher::calcFps(), Graphics::drawImage(), TestLauncher::file, Theme::getImageFromTheme(), Wallpaper::getWallpaper(), Wallpaper::loadWallpapers(), mainGraphics, TestLauncher::mTest, anonymous_namespace{stringutils.cpp}::start, Graphics::updateScreen(), x, and y.
Referenced by LocalPlayer::attributeChanged(), StatsPageBasic::attributeChanged(), ChatWindow::attributeChanged(), KillStats::attributeChanged(), MiniStatusWindow::attributeChanged(), StatusWindow::attributeChanged(), SDLInput::convertKeyCharacter(), WhoIsOnline::downloadThread(), Net::Download::downloadThread(), Client::gameExec(), TextField::handleCtrlKeys(), TextField::handleNormalKeys(), DropDown::keyPressed(), TextBox::keyPressed(), CharCreateDialog::keyPressed(), CharSelectDialog::keyPressed(), QuitDialog::keyPressed(), ServerDialog::keyPressed(), and Setup_Colors::valueChanged().
|
extern |
Bolded text font
Definition at line 112 of file gui.cpp.
Referenced by StaticBrowserBox::addRow(), Game::addWatermark(), Setup_Theme::apply(), BeingPopup::BeingPopup(), BrowserBox::calcHeight(), Gui::clearFonts(), BrowserBox::draw(), ServersListBox::draw(), StaticBrowserBox::draw(), AvatarListBox::draw(), TouchManager::drawText(), ItemPopup::ItemPopup(), Theme::loadInfo(), Gui::postInit(), AvatarListBox::safeDraw(), BeingPopup::show(), Being::showName(), SkillPopup::SkillPopup(), Gui::slowLogic(), SpeechBubble::SpeechBubble(), SpellPopup::SpellPopup(), TestLauncher::testDraw(), Gui::updateFonts(), StaticBrowserBox::updateHeight(), Setup_Colors::valueChanged(), Window::Window(), and Gui::~Gui().