____ _ __
/ __ )____ _____ | | / /___ ___________
/ __ / __ \/ ___/ | | /| / / __ `/ ___/ ___/
/ /_/ / /_/ (__ ) | |/ |/ / /_/ / / (__ )
/_____/\____/____/ |__/|__/\__,_/_/ /____/
A futuristic real-time strategy game.
This file is part of Bos Wars.
(C) Copyright 2001-2007 by the Bos Wars and Stratagus Project.
Distributed under the "GNU General Public License"#include <string>#include "guichan/platform.h"Go to the source code of this file.
Namespaces | |
| namespace | gcn |
Classes | |
| class | gcn::Exception |
Defines | |
| #define | __FUNCTION__ "?" |
| #define | GCN_EXCEPTION(mess) |
| #define __FUNCTION__ "?" |
Definition at line 64 of file exception.h.
| #define GCN_EXCEPTION | ( | mess | ) |
Value:
gcn::Exception(mess, \ __FUNCTION__, \ __FILE__, \ __LINE__)
Definition at line 73 of file exception.h.
Referenced by gcn::ScrollArea::_announceDeath(), gcn::DropDown::_announceDeath(), gcn::Container::_announceDeath(), gcn::Widget::_keyInputMessage(), gcn::DropDown::_keyInputMessage(), gcn::Widget::_mouseInputMessage(), gcn::DropDown::_mouseInputMessage(), gcn::ImageFont::addGlyph(), gcn::DropDown::adjustHeight(), gcn::FocusHandler::applyChanges(), gcn::ScrollArea::checkPolicies(), gcn::SDLInput::convertMouseButton(), gcn::SDLInput::dequeueKeyInput(), gcn::SDLInput::dequeueMouseInput(), gcn::Window::draw(), MultiLineLabel::draw(), ImageButton::draw(), gcn::Label::draw(), gcn::Gui::draw(), gcn::DropDown::draw(), gcn::Button::draw(), gcn::Graphics::drawText(), gcn::Graphics::getCurrentClipArea(), gcn::Window::getDrawSize(), gcn::ScrollArea::getDrawSize(), gcn::DropDown::getDrawSize(), gcn::Container::getDrawSize(), gcn::DropDown::getListModel(), gcn::GetNext(), gcn::DropDown::getSelected(), gcn::Widget::hasModalFocus(), gcn::Image::Image(), gcn::ImageFont::ImageFont(), gcn::Widget::isDragged(), gcn::TextField::keyPress(), gcn::DropDown::keyPress(), gcn::Gui::logic(), gcn::DropDown::logic(), gcn::Window::moveToBottom(), gcn::ScrollArea::moveToBottom(), gcn::Container::moveToBottom(), gcn::Window::moveToTop(), gcn::ScrollArea::moveToTop(), gcn::Container::moveToTop(), gcn::Graphics::popClipArea(), gcn::Container::remove(), gcn::Widget::requestFocus(), gcn::Widget::requestModalFocus(), gcn::FocusHandler::requestModalFocus(), gcn::Widget::setHotKey(), gcn::DropDown::setListModel(), gcn::ScrollArea::setScrollbarWidth(), and gcn::DropDown::setSelected().
1.5.6