ManaPlus
|
#include <tab.h>
Public Types | |
enum | { TAB_STANDARD = 0 , TAB_HIGHLIGHTED = 1 , TAB_SELECTED = 2 , TAB_UNUSED = 3 , TAB_COUNT = 4 } |
Public Member Functions | |
Tab (const Widget2 *const widget) | |
~Tab () | |
void | updateAlpha () |
void | draw (Graphics *const graphics) |
void | safeDraw (Graphics *const graphics) |
void | setTabColor (const Color *const color1, const Color *const color2) |
void | setHighlightedTabColor (const Color *const color1, const Color *const color2) |
void | setSelectedTabColor (const Color *const color1, const Color *const color2) |
void | setFlashTabColor (const Color *const color1, const Color *const color2) |
void | setPlayerFlashTabColor (const Color *const color1, const Color *const color2) |
void | setFlash (const int flash) |
int | getFlash () const |
void | widgetResized (const Event &event) |
void | widgetMoved (const Event &event) |
void | setLabelFont (Font *const font) |
Label * | getLabel () const |
void | adjustSize () |
void | setTabbedArea (TabbedArea *tabbedArea) |
TabbedArea * | getTabbedArea () const |
void | setCaption (const std::string &caption) |
const std::string & | getCaption () const |
void | mouseEntered (MouseEvent &event) |
void | mouseExited (MouseEvent &event) |
void | setImage (Image *const image) |
Public Member Functions inherited from BasicContainer | |
BasicContainer (const Widget2 *const widget) | |
~BasicContainer () | |
void | showWidgetPart (Widget *const widget, const Rect &area) |
void | moveToTop (Widget *const widget) |
void | moveToBottom (Widget *const widget) |
Rect | getChildrenArea () |
void | focusNext () |
void | focusPrevious () |
void | logic () |
void | setFocusHandler (FocusHandler *const focusHandler) |
void | setInternalFocusHandler (FocusHandler *const focusHandler) |
Widget * | getWidgetAt (int x, int y) |
void | death (const Event &event) |
Widget * | findFirstWidget (const std::set< Widget * > &list) |
void | add (Widget *const widget) |
virtual void | remove (Widget *const widget) |
virtual void | clear () |
Public Member Functions inherited from Widget | |
Widget (const Widget2 *const widget) | |
~Widget () | |
virtual void | drawFrame (Graphics *graphics) |
virtual void | safeDrawFrame (Graphics *graphics) |
void | setFrameSize (const unsigned int frameSize) |
unsigned int | getFrameSize () const |
Widget * | getParent () const |
void | setWidth (const int width) |
int | getWidth () const |
void | setHeight (const int height) |
int | getHeight () const |
void | setSize (const int width, const int height) |
void | setX (const int x) |
int | getX () const |
void | setY (const int y) |
int | getY () const |
void | setPosition (const int x, const int y) |
void | setDimension (const Rect &dimension) |
const Rect & | getDimension () const |
void | setFocusable (const bool focusable) |
bool | isFocusable () const |
virtual bool | isFocused () const |
void | setEnabled (const bool enabled) |
bool | isEnabled () const |
void | setVisible (Visible visible) |
bool | isVisible () const |
void | setBaseColor (const Color &color) |
const Color & | getBaseColor () const |
void | setForegroundColor (const Color &color) |
const Color & | getForegroundColor () const |
void | setBackgroundColor (const Color &color) |
const Color & | getBackgroundColor () const |
virtual void | requestFocus () |
virtual void | requestMoveToTop () |
virtual void | requestMoveToBottom () |
FocusHandler * | getFocusHandler () |
void | addActionListener (ActionListener *const actionListener) |
void | removeActionListener (ActionListener *const actionListener) |
void | addDeathListener (WidgetDeathListener *const deathListener) |
void | removeDeathListener (WidgetDeathListener *const deathListener) |
void | addMouseListener (MouseListener *const mouseListener) |
void | removeMouseListener (MouseListener *const mouseListener) |
void | addKeyListener (KeyListener *const keyListener) |
void | removeKeyListener (KeyListener *const keyListener) |
void | addFocusListener (FocusListener *const focusListener) |
void | removeFocusListener (FocusListener *const focusListener) |
void | addWidgetListener (WidgetListener *const widgetListener) |
void | removeWidgetListener (WidgetListener *const widgetListener) |
void | setActionEventId (const std::string &actionEventId) |
const std::string & | getActionEventId () const |
virtual void | getAbsolutePosition (int &x, int &y) const |
virtual void | setParent (Widget *parent) |
Font * | getFont () const |
void | setFont (Font *const font) |
virtual void | fontChanged () |
bool | isTabInEnabled () const |
void | setTabInEnabled (const bool enabled) |
bool | isTabOutEnabled () const |
void | setTabOutEnabled (const bool enabled) |
void | requestModalFocus () |
virtual void | requestModalMouseInputFocus () |
virtual void | releaseModalFocus () |
virtual void | releaseModalMouseInputFocus () |
virtual bool | isModalFocused () const |
virtual bool | isModalMouseInputFocused () const |
const std::list< MouseListener * > & | getMouseListeners () const A_CONST |
const std::list< KeyListener * > & | getKeyListeners () const A_CONST |
const std::list< FocusListener * > & | getFocusListeners () const A_CONST |
virtual FocusHandler * | getInternalFocusHandler () |
void | setInternalFocusHandler (FocusHandler *const internalFocusHandler) |
void | setId (const std::string &id) |
const std::string & | getId () const |
virtual void | showPart (const Rect &rectangle) |
bool | isAllowLogic () const |
void | setMouseConsume (const bool b) |
bool | isMouseConsume () const |
void | setRedraw (const bool b) |
virtual bool | isSelectable () const |
void | setSelectable (const bool selectable) |
void | windowResized () |
virtual void | postInit () |
Public Member Functions inherited from Widget2 | |
virtual | ~Widget2 () |
const Color & | getThemeColor (const ThemeColorIdT type, const unsigned int alpha) const A_INLINE |
const Color & | getThemeCharColor (const signed char c, bool &valid) const A_INLINE |
virtual void | setWidget2 (const Widget2 *const widget) |
void | setPalette (int palette) |
void | checkPalette () |
void | setForegroundColor2 (const Color &color) |
Widget * | getWindow () const |
virtual void | setWindow (Widget *const window) |
Public Member Functions inherited from WidgetDeathListener | |
virtual | ~WidgetDeathListener () |
Public Member Functions inherited from MouseListener | |
virtual | ~MouseListener () |
virtual void | mousePressed (MouseEvent &event) |
virtual void | mouseReleased (MouseEvent &event) |
virtual void | mouseClicked (MouseEvent &event) |
virtual void | mouseWheelMovedUp (MouseEvent &event) |
virtual void | mouseWheelMovedDown (MouseEvent &event) |
virtual void | mouseMoved (MouseEvent &event) |
virtual void | mouseDragged (MouseEvent &event) |
Public Member Functions inherited from WidgetListener | |
virtual | ~WidgetListener () |
virtual void | widgetHidden (const Event &event) |
virtual void | widgetShown (const Event &event) |
Static Public Member Functions | |
static void | finalCleanup () |
Static Public Member Functions inherited from Widget | |
static void | setGlobalFont (Font *const font) |
static Font * | getGloablFont () |
static void | cleanGlobalFont () |
static bool | widgetExists (const Widget *const widget) |
static void | distributeWindowResizeEvent () |
static Widget * | callPostInit (Widget *const widget) |
Protected Member Functions | |
virtual void | setCurrent () |
Protected Member Functions inherited from BasicContainer | |
virtual void | drawChildren (Graphics *const graphics) |
virtual void | safeDrawChildren (Graphics *const graphics) |
virtual void | logicChildren () |
Protected Member Functions inherited from Widget | |
void | distributeActionEvent () |
void | distributeResizedEvent () |
void | distributeMovedEvent () |
void | distributeHiddenEvent () |
void | distributeShownEvent () |
Protected Member Functions inherited from Widget2 | |
Widget2 (const Widget2 *const widget) | |
Protected Member Functions inherited from WidgetDeathListener | |
WidgetDeathListener () | |
Protected Member Functions inherited from MouseListener | |
MouseListener () | |
Protected Member Functions inherited from WidgetListener | |
WidgetListener () | |
Protected Attributes | |
Label * | mLabel |
TabbedArea * | mTabbedArea |
bool | mHasMouse |
Protected Attributes inherited from BasicContainer | |
WidgetList | mWidgets |
WidgetList | mLogicWidgets |
Protected Attributes inherited from Widget | |
MouseListenerList | mMouseListeners |
KeyListenerList | mKeyListeners |
ActionListenerList | mActionListeners |
WidgetDeathListenerList | mDeathListeners |
FocusListenerList | mFocusListeners |
WidgetListenerList | mWidgetListeners |
Color | mForegroundColor |
Color | mBackgroundColor |
Color | mBaseColor |
Rect | mDimension |
std::string | mActionEventId |
std::string | mId |
FocusHandler * | mFocusHandler |
FocusHandler * | mInternalFocusHandler |
Widget * | mParent |
Font * | mCurrentFont |
unsigned int | mFrameSize |
bool | mFocusable |
bool | mTabIn |
bool | mTabOut |
bool | mEnabled |
bool | mAllowLogic |
bool | mMouseConsume |
bool | mRedraw |
bool | mSelectable |
Protected Attributes inherited from Widget2 | |
int | mPaletteOffset |
Widget * | mWindow |
Color | mForegroundColor2 |
Private Member Functions | |
void | init () |
Private Attributes | |
const Color * | mTabColor |
const Color * | mTabOutlineColor |
const Color * | mTabHighlightedColor |
const Color * | mTabHighlightedOutlineColor |
const Color * | mTabSelectedColor |
const Color * | mTabSelectedOutlineColor |
const Color * | mFlashColor |
const Color * | mFlashOutlineColor |
const Color * | mPlayerFlashColor |
const Color * | mPlayerFlashOutlineColor |
int | mFlash |
ImageCollection * | mVertexes |
Image * | mImage |
int | mMode |
int | mLabelMode |
Static Private Attributes | |
static Skin * | tabImg [TAB_COUNT] |
static int | mInstances = 0 |
static float | mAlpha = 1.0 |
Friends | |
class | TabbedArea |
Additional Inherited Members | |
Data Fields inherited from Widget | |
Visible | mVisible |
Protected Types inherited from BasicContainer | |
typedef std::vector< Widget * > | WidgetList |
typedef WidgetList::iterator | WidgetListIterator |
typedef WidgetList::const_iterator | WidgetListConstIterator |
typedef WidgetList::reverse_iterator | WidgetListReverseIterator |
typedef WidgetList::const_reverse_iterator | WidgetListCReverseIterator |
Protected Types inherited from Widget | |
typedef std::list< MouseListener * > | MouseListenerList |
typedef MouseListenerList::iterator | MouseListenerIterator |
typedef std::list< KeyListener * > | KeyListenerList |
typedef KeyListenerList::iterator | KeyListenerIterator |
typedef std::list< ActionListener * > | ActionListenerList |
typedef ActionListenerList::iterator | ActionListenerIterator |
typedef std::list< WidgetDeathListener * > | WidgetDeathListenerList |
typedef WidgetDeathListenerList::iterator | WidgetDeathListenerIterator |
typedef std::list< FocusListener * > | FocusListenerList |
typedef FocusListenerList::iterator | FocusListenerIterator |
typedef std::list< WidgetListener * > | WidgetListenerList |
typedef WidgetListenerList::iterator | WidgetListenerIterator |
Static Protected Attributes inherited from Widget | |
static Font * | mGlobalFont = 0 |
anonymous enum |
|
explicit |
Definition at line 103 of file tab.cpp.
References init().
Tab::~Tab | ( | ) |
Definition at line 132 of file tab.cpp.
References delete2, gui, mImage, mInstances, mLabel, mVertexes, Gui::removeDragged(), TAB_COUNT, tabImg, theme, and Theme::unload().
void Tab::adjustSize | ( | ) |
Definition at line 426 of file tab.cpp.
References TabbedArea::adjustTabPositions(), Widget::getHeight(), Skin::getPadding(), Widget::getWidth(), mImage, mLabel, mTabbedArea, Widget::setSize(), TAB_STANDARD, and tabImg.
Referenced by setCaption(), setImage(), and setLabelFont().
|
virtual |
Draw the tabbed area.
Implements Widget.
Definition at line 215 of file tab.cpp.
References BLOCK_END, BLOCK_START, Graphics::calcTileCollection(), Graphics::calcWindow(), ImageCollection::clear(), BasicContainer::drawChildren(), Graphics::drawTileCollection(), Graphics::finalize(), Skin::getBorder(), Skin::getPadding(), Graphics::getRedraw(), Rect::height, TabbedArea::isTabSelected(), Widget::mDimension, mFlash, mFlashColor, mFlashOutlineColor, mHasMouse, mImage, mLabel, mLabelMode, mMode, mPlayerFlashColor, mPlayerFlashOutlineColor, Widget::mRedraw, mTabbedArea, mTabColor, mTabHighlightedColor, mTabHighlightedOutlineColor, mTabOutlineColor, mTabSelectedColor, mTabSelectedOutlineColor, mVertexes, Label::setForegroundColorAll(), TAB_HIGHLIGHTED, TAB_SELECTED, TAB_STANDARD, tabImg, updateAlpha(), and Rect::width.
|
static |
const std::string & Tab::getCaption | ( | ) | const |
Definition at line 473 of file tab.cpp.
References Label::getCaption(), and mLabel.
Referenced by TabbedArea::getCurrentWidget().
|
inline |
|
inline |
TabbedArea * Tab::getTabbedArea | ( | ) | const |
|
private |
Load images if no other instances exist yet
Definition at line 154 of file tab.cpp.
References BasicContainer::add(), Widget::addMouseListener(), Widget::addWidgetListener(), data, Skin::getPadding(), Theme::getThemePath(), Theme::load(), mFlash, mInstances, mLabel, Widget::setFocusable(), Widget::setFrameSize(), Widget::setPosition(), TAB_COUNT, TAB_STANDARD, tabImg, theme, and updateAlpha().
Referenced by Tab().
|
virtual |
Called when the mouse has entered into the widget area.
event | Describes the event. |
Reimplemented from MouseListener.
Definition at line 478 of file tab.cpp.
References mHasMouse.
|
virtual |
Called when the mouse has exited the widget area.
event | Describes the event. |
Reimplemented from MouseListener.
Definition at line 483 of file tab.cpp.
References mHasMouse.
|
virtual |
Implements Widget.
Definition at line 318 of file tab.cpp.
References BLOCK_END, BLOCK_START, Graphics::drawImage(), Graphics::drawImageRect(), Skin::getBorder(), Skin::getPadding(), Rect::height, TabbedArea::isTabSelected(), Widget::mDimension, mFlash, mFlashColor, mFlashOutlineColor, mHasMouse, mImage, mLabel, mLabelMode, mPlayerFlashColor, mPlayerFlashOutlineColor, mTabbedArea, mTabColor, mTabHighlightedColor, mTabHighlightedOutlineColor, mTabOutlineColor, mTabSelectedColor, mTabSelectedOutlineColor, BasicContainer::safeDrawChildren(), Label::setForegroundColorAll(), TAB_HIGHLIGHTED, TAB_SELECTED, TAB_STANDARD, tabImg, updateAlpha(), and Rect::width.
void Tab::setCaption | ( | const std::string & | caption | ) |
Definition at line 458 of file tab.cpp.
References Label::adjustSize(), adjustSize(), mLabel, and Label::setCaption().
Referenced by TabbedArea::addTab(), ChatTab::ChatTab(), ChatWindow::joinRoom(), ShortcutTab::ShortcutTab(), SkillTab::SkillTab(), SocialAttackTab::SocialAttackTab(), SocialFriendsTab::SocialFriendsTab(), SocialGuildTab::SocialGuildTab(), SocialGuildTab2::SocialGuildTab2(), SocialNavigationTab::SocialNavigationTab(), SocialPartyTab::SocialPartyTab(), SocialPickupTab::SocialPickupTab(), and SocialPlayersTab::SocialPlayersTab().
|
inlineprotectedvirtual |
|
inline |
Set tab flashing state
Definition at line 175 of file tab.h.
References mFlash, and Widget::mRedraw.
Referenced by ChatTab::chatLog(), and ChatTab::setCurrent().
Set the flash color for the tab's text.
Definition at line 153 of file tab.h.
References mFlashColor, mFlashOutlineColor, and Widget::mRedraw.
Set the highlighted color for the tab's text.
Definition at line 131 of file tab.h.
References Widget::mRedraw, mTabHighlightedColor, and mTabHighlightedOutlineColor.
Referenced by SocialGuildTab::SocialGuildTab(), SocialGuildTab2::SocialGuildTab2(), and SocialPartyTab::SocialPartyTab().
void Tab::setImage | ( | Image *const | image | ) |
Definition at line 465 of file tab.cpp.
References adjustSize(), and mImage.
Referenced by TabbedArea::addTab().
void Tab::setLabelFont | ( | Font *const | font | ) |
Definition at line 414 of file tab.cpp.
References Label::adjustSize(), adjustSize(), mLabel, Widget::mRedraw, and Widget::setFont().
Referenced by ChatWindow::addWhisperTab().
Set the player flash color for the tab's text.
Definition at line 164 of file tab.h.
References mPlayerFlashColor, mPlayerFlashOutlineColor, and Widget::mRedraw.
Set the selected color for the tab's text.
Definition at line 142 of file tab.h.
References Widget::mRedraw, mTabSelectedColor, and mTabSelectedOutlineColor.
Referenced by SocialGuildTab::SocialGuildTab(), SocialGuildTab2::SocialGuildTab2(), and SocialPartyTab::SocialPartyTab().
void Tab::setTabbedArea | ( | TabbedArea * | tabbedArea | ) |
Set the normal color for the tab's text.
Definition at line 120 of file tab.h.
References Widget::mRedraw, mTabColor, and mTabOutlineColor.
Referenced by SocialGuildTab::SocialGuildTab(), SocialGuildTab2::SocialGuildTab2(), and SocialPartyTab::SocialPartyTab().
void Tab::updateAlpha | ( | ) |
Update the alpha value to the graphic components.
Definition at line 190 of file tab.cpp.
References Skin::getBorder(), Theme::getMinimumOpacity(), ImageRect::grid, Settings::guiAlpha, mAlpha, settings, TAB_COUNT, tabImg, and theme.
Referenced by draw(), init(), and safeDraw().
|
virtual |
Invoked when a widget is moved.
event | Describes the event. |
Reimplemented from WidgetListener.
Definition at line 409 of file tab.cpp.
References Widget::mRedraw.
|
virtual |
Invoked when a widget changes its size.
event | Describes the event. |
Reimplemented from WidgetListener.
Definition at line 404 of file tab.cpp.
References Widget::mRedraw.
|
friend |
|
staticprivate |
Definition at line 224 of file tab.h.
Referenced by updateAlpha().
|
private |
Definition at line 236 of file tab.h.
Referenced by draw(), getFlash(), init(), safeDraw(), and setFlash().
|
private |
Definition at line 232 of file tab.h.
Referenced by draw(), safeDraw(), and setFlashTabColor().
|
private |
Definition at line 233 of file tab.h.
Referenced by draw(), safeDraw(), and setFlashTabColor().
|
protected |
Definition at line 243 of file tab.h.
Referenced by draw(), mouseEntered(), mouseExited(), and safeDraw().
|
private |
Definition at line 238 of file tab.h.
Referenced by adjustSize(), draw(), safeDraw(), setImage(), and ~Tab().
|
staticprivate |
|
protected |
Definition at line 214 of file tab.h.
Referenced by adjustSize(), draw(), getCaption(), getLabel(), init(), safeDraw(), setCaption(), setLabelFont(), and ~Tab().
|
private |
Definition at line 240 of file tab.h.
Referenced by draw(), and safeDraw().
|
private |
Definition at line 234 of file tab.h.
Referenced by draw(), safeDraw(), and setPlayerFlashTabColor().
|
private |
Definition at line 235 of file tab.h.
Referenced by draw(), safeDraw(), and setPlayerFlashTabColor().
|
protected |
Definition at line 216 of file tab.h.
Referenced by adjustSize(), draw(), getTabbedArea(), safeDraw(), and setTabbedArea().
|
private |
Definition at line 226 of file tab.h.
Referenced by draw(), safeDraw(), and setTabColor().
|
private |
Definition at line 228 of file tab.h.
Referenced by draw(), safeDraw(), and setHighlightedTabColor().
|
private |
Definition at line 229 of file tab.h.
Referenced by draw(), safeDraw(), and setHighlightedTabColor().
|
private |
Definition at line 227 of file tab.h.
Referenced by draw(), safeDraw(), and setTabColor().
|
private |
Definition at line 230 of file tab.h.
Referenced by draw(), safeDraw(), and setSelectedTabColor().
|
private |
Definition at line 231 of file tab.h.
Referenced by draw(), safeDraw(), and setSelectedTabColor().
|
private |
|
staticprivate |
Tab state graphics
Definition at line 222 of file tab.h.
Referenced by adjustSize(), draw(), finalCleanup(), init(), safeDraw(), updateAlpha(), and ~Tab().