![]() |
ManaPlus
|
#include <staticbrowserbox.h>
Public Types | |
| typedef std::list< std::string > | TextRows |
Public Member Functions | |
| StaticBrowserBox (const Widget2 *const widget, const Opaque opaque, const std::string &skin) | |
| ~StaticBrowserBox () | |
| void | setLinkHandler (LinkHandler *linkHandler) |
| void | setOpaque (Opaque opaque) |
| void | addSeparator (const std::string &row) |
| void | addRow (const std::string &row, const bool atTop) |
| void | addRow (const std::string &cmd, const char *const text) |
| void | addImage (const std::string &path) |
| void | clearRows () |
| void | mousePressed (MouseEvent &event) |
| void | mouseMoved (MouseEvent &event) |
| void | mouseExited (MouseEvent &event) |
| void | draw (Graphics *const graphics) |
| void | safeDraw (Graphics *const graphics) |
| void | updateHeight () |
| void | updateSize () |
| TextRows & | getRows () |
| bool | hasRows () const |
| void | setProcessVars (const bool n) |
| void | setEnableImages (const bool n) |
| void | setEnableKeys (const bool n) |
| void | setEnableTabs (const bool n) |
| std::string | getTextAtPos (const int x, const int y) const |
| int | getPadding () const |
| void | setForegroundColorAll (const Color &color1, const Color &color2) |
| void | moveSelectionUp () |
| void | moveSelectionDown () |
| void | selectSelection () |
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 |
| virtual void | logic () |
| 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 () |
| virtual void | setFocusHandler (FocusHandler *const focusHandler) |
| 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 |
| virtual Widget * | getWidgetAt (int x, int y) |
| 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 Rect | getChildrenArea () |
| virtual FocusHandler * | getInternalFocusHandler () |
| void | setInternalFocusHandler (FocusHandler *const internalFocusHandler) |
| virtual void | moveToTop (Widget *widget) |
| virtual void | moveToBottom (Widget *widget) |
| virtual void | focusNext () |
| virtual void | focusPrevious () |
| virtual void | showWidgetPart (Widget *const widget, const Rect &area) |
| 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 MouseListener | |
| virtual | ~MouseListener () |
| virtual void | mouseEntered (MouseEvent &event) |
| virtual void | mouseReleased (MouseEvent &event) |
| virtual void | mouseClicked (MouseEvent &event) |
| virtual void | mouseWheelMovedUp (MouseEvent &event) |
| virtual void | mouseWheelMovedDown (MouseEvent &event) |
| virtual void | mouseDragged (MouseEvent &event) |
Private Types | |
| typedef TextRows::iterator | TextRowIterator |
| typedef TextRows::const_iterator | TextRowCIter |
| typedef std::vector< LinePart > | LinePartList |
| typedef LinePartList::iterator | LinePartIterator |
| typedef LinePartList::const_iterator | LinePartCIter |
| typedef std::vector< BrowserLink > | Links |
| typedef Links::iterator | LinkIterator |
Private Attributes | |
| TextRows | mTextRows |
| std::list< int > | mTextRowLinksCount |
| LinePartList | mLineParts |
| Links | mLinks |
| LinkHandler * | mLinkHandler |
| Skin * | mSkin |
| unsigned int | mHighlightMode |
| int | mSelectedLink |
| int | mHeight |
| int | mWidth |
| int | mYStart |
| int | mPadding |
| unsigned int | mNewLinePadding |
| int | mItemPadding |
| Color | mHighlightColor |
| Color | mHyperLinkColor |
| Color | mColors [2][ColorName::COLORS_MAX] |
| Opaque | mOpaque |
| bool | mUseLinksAndUserColors |
| bool | mUseEmotes |
| bool | mProcessVars |
| bool | mEnableImages |
| bool | mEnableKeys |
| bool | mEnableTabs |
| bool | mSeparator |
Static Private Attributes | |
| static ImageSet * | mEmotes = 0 |
| static int | mInstances = 0 |
A simple browser box able to handle links and forward events to the parent conteiner.
Definition at line 47 of file staticbrowserbox.h.
|
private |
Definition at line 160 of file staticbrowserbox.h.
|
private |
Definition at line 159 of file staticbrowserbox.h.
|
private |
Definition at line 158 of file staticbrowserbox.h.
|
private |
Definition at line 164 of file staticbrowserbox.h.
|
private |
Definition at line 163 of file staticbrowserbox.h.
|
private |
Definition at line 154 of file staticbrowserbox.h.
|
private |
Definition at line 153 of file staticbrowserbox.h.
| typedef std::list<std::string> StaticBrowserBox::TextRows |
Definition at line 117 of file staticbrowserbox.h.
| StaticBrowserBox::StaticBrowserBox | ( | const Widget2 *const | widget, |
| const Opaque | opaque, | ||
| const std::string & | skin | ||
| ) |
Constructor.
Definition at line 61 of file staticbrowserbox.cpp.
References Widget::addMouseListener(), LinkHighlightMode::BACKGROUND, ColorName::BLACK, ColorName::BLUE, ColorName::BROWN, CAST_U32, Loader::getImageSet(), Skin::getOption(), Skin::getPadding(), Widget2::getThemeColor(), Theme::getThemePath(), ColorName::GRAY, ColorName::GREEN, Theme::load(), Widget::mAllowLogic, Widget::mBackgroundColor, mEmotes, Widget::mForegroundColor, Widget2::mForegroundColor2, mHighlightMode, mInstances, mItemPadding, mNewLinePadding, mPadding, mSkin, ColorName::ORANGE, ColorName::PINK, ColorName::PURPLE, readColor(), ColorName::RED, Widget::setFocusable(), theme, LinkHighlightMode::UNDERLINE, and ColorName::YELLOW.
| StaticBrowserBox::~StaticBrowserBox | ( | ) |
Destructor.
Definition at line 139 of file staticbrowserbox.cpp.
References Resource::decRef(), gui, mEmotes, mInstances, mSkin, Gui::removeDragged(), theme, and Theme::unload().
| void StaticBrowserBox::addImage | ( | const std::string & | path | ) |
Definition at line 304 of file staticbrowserbox.cpp.
References mEnableImages, mTextRowLinksCount, and mTextRows.
| void StaticBrowserBox::addRow | ( | const std::string & | cmd, |
| const char *const | text | ||
| ) |
Adds a menu line to the browser.
Definition at line 296 of file staticbrowserbox.cpp.
References addRow(), encodeLinkText(), and strprintf().
| void StaticBrowserBox::addRow | ( | const std::string & | row, |
| const bool | atTop | ||
| ) |
Adds a text row to the browser.
Definition at line 174 of file staticbrowserbox.cpp.
References boldFont, BrowserLink::caption, CAST_S32, CAST_U32, Widget::getFont(), Font::getHeight(), PoDict::getStr(), Widget::getWidth(), Font::getWidth(), BrowserLink::link, mEnableKeys, mEnableTabs, mLinks, mPadding, mProcessVars, mSeparator, mTextRowLinksCount, mTextRows, mUseLinksAndUserColors, BrowserBoxTools::replaceKeys(), BrowserBoxTools::replaceLinkCommands(), BrowserBoxTools::replaceTabs(), BrowserBoxTools::replaceVars(), Widget::setWidth(), STD_MOVE, translator, BrowserLink::x1, BrowserLink::x2, BrowserLink::y1, and BrowserLink::y2.
Referenced by PopupMenu::addBeingMenu(), PopupMenu::addBuySell(), PopupMenu::addBuySellDefault(), PopupMenu::addCatchPetCommands(), PopupMenu::addChat(), PopupMenu::addDrop(), PopupMenu::addFollow(), PopupMenu::addGmCommands(), PopupMenu::addItemMenu(), PopupMenu::addMailCommands(), PopupMenu::addNormalRelations(), PopupMenu::addParty(), PopupMenu::addPartyName(), PopupMenu::addPickupFilter(), PopupMenu::addPlayerMisc(), PopupMenu::addPlayerRelation(), PopupMenu::addProtection(), addRow(), addSeparator(), ServerInfoWindow::addServerComment(), PopupMenu::addSocialMenu(), ServerInfoWindow::addSourcesList(), PopupMenu::addUse(), PopupMenu::addWindowMenu(), Desktop::Desktop(), DidYouKnowWindow::loadFile(), HelpWindow::loadFile(), UpdaterWindow::loadFile(), UpdaterWindow::loadNews(), UpdaterWindow::loadPatch(), UpdaterWindow::logic(), HelpWindow::search(), SpeechBubble::setText(), PopupMenu::showAdoptCommands(), PopupMenu::showAttackMonsterPopup(), PopupMenu::showAttackPopup(), PopupMenu::showChangePos(), PopupMenu::showChatPopup(), PopupMenu::showCraftPopup(), PopupMenu::showDropPopup(), PopupMenu::showEmoteType(), PopupMenu::showFloorItemGMCommands(), PopupMenu::showFriendsPopup(), PopupMenu::showGMPopup(), PopupMenu::showGuildPopup(), PopupMenu::showItemGMCommands(), PopupMenu::showItemPopup(), PopupMenu::showLinkPopup(), PopupMenu::showMapPopup(), PopupMenu::showMonsterGMCommands(), PopupMenu::showMuteCommands(), PopupMenu::showNavigationPopup(), PopupMenu::showNpcDialogPopup(), PopupMenu::showNpcGMCommands(), PopupMenu::showOutfitsWindowPopup(), PopupMenu::showPartyPopup(), PopupMenu::showPickupItemPopup(), PopupMenu::showPickupPopup(), PopupMenu::showPlayerGMCommands(), PopupMenu::showPlayerMenu(), PopupMenu::showPlayerPopup(), PopupMenu::showPlayersPopup(), PopupMenu::showPopup(), ServerInfoWindow::showServerInfo(), PopupMenu::showSkillLevelPopup(), PopupMenu::showSkillOffsetPopup(), PopupMenu::showSkillPopup(), PopupMenu::showSkillTypePopup(), PopupMenu::showSpellPopup(), PopupMenu::showTextFieldPopup(), PopupMenu::showUndressPopup(), PopupMenu::showWindowPopup(), PopupMenu::showWindowsPopup(), and WhoIsOnline::updateWindow().
| void StaticBrowserBox::addSeparator | ( | const std::string & | row | ) |
Definition at line 166 of file staticbrowserbox.cpp.
References addRow(), and mSeparator.
Referenced by PopupMenu::addBuySell(), PopupMenu::addBuySellDefault(), PopupMenu::addChat(), PopupMenu::addDrop(), PopupMenu::addItemMenu(), PopupMenu::addParty(), PopupMenu::addPartyName(), PopupMenu::addProtection(), PopupMenu::addSocialMenu(), PopupMenu::showAttackMonsterPopup(), PopupMenu::showChatPopup(), PopupMenu::showDropPopup(), PopupMenu::showEmoteType(), PopupMenu::showGMPopup(), PopupMenu::showItemGMCommands(), PopupMenu::showItemPopup(), PopupMenu::showLinkPopup(), PopupMenu::showMapPopup(), PopupMenu::showMonsterGMCommands(), PopupMenu::showMuteCommands(), PopupMenu::showNpcDialogPopup(), PopupMenu::showNpcGMCommands(), PopupMenu::showOutfitsWindowPopup(), PopupMenu::showPickupItemPopup(), PopupMenu::showPlayerGMCommands(), PopupMenu::showPlayerPopup(), PopupMenu::showPopup(), PopupMenu::showSkillLevelPopup(), PopupMenu::showSkillPopup(), PopupMenu::showSkillTypePopup(), PopupMenu::showSpellPopup(), PopupMenu::showTextFieldPopup(), PopupMenu::showUndressPopup(), and PopupMenu::showWindowsPopup().
| void StaticBrowserBox::clearRows | ( | ) |
Remove all rows.
Definition at line 313 of file staticbrowserbox.cpp.
References mLinks, mSelectedLink, mTextRowLinksCount, mTextRows, Widget::setHeight(), and Widget::setWidth().
Referenced by PopupMenu::addSocialMenu(), DidYouKnowWindow::loadData(), UpdaterWindow::loadFile(), HelpWindow::loadHelp(), HelpWindow::loadHelpSimple(), WhoIsOnline::loadList(), UpdaterWindow::loadNews(), WhoIsOnline::loadWebList(), HelpWindow::search(), SpeechBubble::setText(), PopupMenu::showAttackMonsterPopup(), PopupMenu::showChangePos(), PopupMenu::showChatPopup(), PopupMenu::showCraftPopup(), PopupMenu::showDropPopup(), PopupMenu::showEmoteType(), PopupMenu::showGMPopup(), PopupMenu::showItemPopup(), PopupMenu::showLinkPopup(), PopupMenu::showMapPopup(), PopupMenu::showMuteCommands(), PopupMenu::showNpcDialogPopup(), PopupMenu::showOutfitsWindowPopup(), PopupMenu::showPickupItemPopup(), PopupMenu::showPlayerMenu(), PopupMenu::showPlayerPopup(), PopupMenu::showPopup(), PopupMenu::showSkillLevelPopup(), PopupMenu::showSkillOffsetPopup(), PopupMenu::showSkillPopup(), PopupMenu::showSkillTypePopup(), PopupMenu::showSpellPopup(), PopupMenu::showTextFieldPopup(), PopupMenu::showUndressPopup(), PopupMenu::showWindowPopup(), and PopupMenu::showWindowsPopup().
|
virtual |
Draws the browser box.
Implements Widget.
Definition at line 352 of file staticbrowserbox.cpp.
References LinkHighlightMode::BACKGROUND, BLOCK_END, BLOCK_START, boldFont, CAST_S32, CAST_SIZE, Graphics::drawImage(), Graphics::drawLine(), Font::drawString(), Graphics::fillRectangle(), FOR_EACH, Widget::getFont(), Graphics::getTopClip(), Rect::height, Widget::mBackgroundColor, LinePart::mBold, LinePart::mColor, LinePart::mColor2, Widget::mDimension, mHighlightColor, mHighlightMode, mHyperLinkColor, LinePart::mImage, mLineParts, mLinks, mOpaque, mSelectedLink, LinePart::mText, LinePart::mType, mWidth, LinePart::mX, LinePart::mY, mYStart, Opaque_true, reportAlways, Graphics::setColor(), LinkHighlightMode::UNDERLINE, updateHeight(), Rect::width, BrowserLink::x1, BrowserLink::x2, Rect::y, BrowserLink::y1, BrowserLink::y2, and ClipRect::yOffset.
Referenced by safeDraw().
|
inline |
|
inline |
| std::string StaticBrowserBox::getTextAtPos | ( | const int | x, |
| const int | y | ||
| ) | const |
Definition at line 719 of file staticbrowserbox.cpp.
References FOR_EACH, Widget::getAbsolutePosition(), mLineParts, LinePart::mText, LinePart::mY, mYStart, x, and y.
|
inline |
|
virtual |
Called when the mouse has exited the widget area.
| event | Describes the event. |
Reimplemented from MouseListener.
Definition at line 347 of file staticbrowserbox.cpp.
References mSelectedLink.
|
virtual |
Called when the mouse has moved in the widget area and no mouse button has been pressed (i.e no widget is being dragged).
| event | Describes the event. |
Reimplemented from MouseListener.
Definition at line 338 of file staticbrowserbox.cpp.
References CAST_S32, MouseEvent::getX(), MouseEvent::getY(), mLinks, and mSelectedLink.
|
virtual |
Handles mouse actions.
Reimplemented from MouseListener.
Definition at line 323 of file staticbrowserbox.cpp.
References MouseEvent::getX(), MouseEvent::getY(), LinkHandler::handleLink(), mLinkHandler, and mLinks.
| void StaticBrowserBox::moveSelectionDown | ( | ) |
Definition at line 770 of file staticbrowserbox.cpp.
References mLinks, and mSelectedLink.
Referenced by PopupMenu::moveDown().
| void StaticBrowserBox::moveSelectionUp | ( | ) |
Definition at line 762 of file staticbrowserbox.cpp.
References CAST_S32, mLinks, and mSelectedLink.
Referenced by PopupMenu::moveUp().
|
virtual |
| void StaticBrowserBox::selectSelection | ( | ) |
Definition at line 777 of file staticbrowserbox.cpp.
References CAST_SIZE, LinkHandler::handleLink(), mLinkHandler, mLinks, and mSelectedLink.
Referenced by PopupMenu::select().
|
inline |
Definition at line 128 of file staticbrowserbox.h.
References mEnableImages.
Referenced by DidYouKnowWindow::DidYouKnowWindow(), HelpWindow::HelpWindow(), and UpdaterWindow::UpdaterWindow().
|
inline |
Definition at line 131 of file staticbrowserbox.h.
References mEnableKeys.
Referenced by DidYouKnowWindow::DidYouKnowWindow(), HelpWindow::HelpWindow(), and UpdaterWindow::UpdaterWindow().
|
inline |
Definition at line 134 of file staticbrowserbox.h.
References mEnableTabs.
Referenced by DidYouKnowWindow::DidYouKnowWindow(), HelpWindow::HelpWindow(), ServerInfoWindow::ServerInfoWindow(), and UpdaterWindow::UpdaterWindow().
Definition at line 755 of file staticbrowserbox.cpp.
References Widget::mForegroundColor, and Widget2::mForegroundColor2.
Referenced by SpeechBubble::setText(), and SpeechBubble::SpeechBubble().
| void StaticBrowserBox::setLinkHandler | ( | LinkHandler * | linkHandler | ) |
Sets the handler for links.
Definition at line 161 of file staticbrowserbox.cpp.
References mLinkHandler.
Referenced by Desktop::Desktop(), DidYouKnowWindow::DidYouKnowWindow(), HelpWindow::HelpWindow(), PopupMenu::PopupMenu(), WhoIsOnline::postInit(), ServerInfoWindow::ServerInfoWindow(), and UpdaterWindow::UpdaterWindow().
|
inline |
Sets the StaticBrowserBox opacity.
Definition at line 73 of file staticbrowserbox.h.
References mOpaque.
Referenced by DidYouKnowWindow::DidYouKnowWindow(), HelpWindow::HelpWindow(), PopupMenu::PopupMenu(), WhoIsOnline::postInit(), ServerInfoWindow::ServerInfoWindow(), SpeechBubble::SpeechBubble(), and UpdaterWindow::UpdaterWindow().
|
inline |
Definition at line 125 of file staticbrowserbox.h.
References mProcessVars.
Referenced by DidYouKnowWindow::DidYouKnowWindow(), HelpWindow::HelpWindow(), ServerInfoWindow::ServerInfoWindow(), and UpdaterWindow::UpdaterWindow().
| void StaticBrowserBox::updateHeight | ( | ) |
Definition at line 444 of file staticbrowserbox.cpp.
References ColorName::BLACK, ColorName::BLUE, boldFont, ColorName::BROWN, CAST_S32, CAST_S8, CAST_SIZE, CAST_U32, FOR_EACH, ImageSet::get(), Widget::getFont(), Font::getHeight(), Loader::getImage(), Widget2::getThemeCharColor(), Font::getWidth(), ColorName::GRAY, ColorName::GREEN, mColors, Widget::mDimension, mEmotes, mEnableImages, Widget::mForegroundColor, Widget2::mForegroundColor2, mHeight, mItemPadding, mLineParts, mLinks, mPadding, mSeparator, mTextRows, mUseEmotes, mUseLinksAndUserColors, mWidth, ColorName::ORANGE, ColorName::PINK, ColorName::PURPLE, ColorName::RED, Widget::setSize(), EmoteDB::size(), ImageSet::size(), anonymous_namespace{stringutils.cpp}::start, anonymous_namespace{libxml.cpp}::valid, Rect::width, x, BrowserLink::x1, BrowserLink::x2, y, BrowserLink::y1, BrowserLink::y2, and ColorName::YELLOW.
Referenced by Desktop::Desktop(), draw(), DidYouKnowWindow::loadData(), UpdaterWindow::loadFile(), HelpWindow::loadHelp(), HelpWindow::loadHelpSimple(), UpdaterWindow::loadNews(), UpdaterWindow::loadPatch(), WhoIsOnline::loadWebList(), UpdaterWindow::logic(), HelpWindow::search(), SpeechBubble::setText(), PopupMenu::showPopup(), ServerInfoWindow::showServerInfo(), WhoIsOnline::updateWindow(), and Desktop::widgetResized().
| void StaticBrowserBox::updateSize | ( | ) |
|
private |
Definition at line 180 of file staticbrowserbox.h.
Referenced by updateHeight().
|
staticprivate |
Definition at line 191 of file staticbrowserbox.h.
Referenced by StaticBrowserBox(), updateHeight(), and ~StaticBrowserBox().
|
private |
Definition at line 186 of file staticbrowserbox.h.
Referenced by addImage(), setEnableImages(), and updateHeight().
|
private |
Definition at line 187 of file staticbrowserbox.h.
Referenced by addRow(), and setEnableKeys().
|
private |
Definition at line 188 of file staticbrowserbox.h.
Referenced by addRow(), and setEnableTabs().
|
private |
Definition at line 171 of file staticbrowserbox.h.
Referenced by updateHeight().
|
private |
Definition at line 178 of file staticbrowserbox.h.
Referenced by draw().
|
private |
Definition at line 169 of file staticbrowserbox.h.
Referenced by draw(), and StaticBrowserBox().
|
private |
Definition at line 179 of file staticbrowserbox.h.
Referenced by draw().
|
staticprivate |
Definition at line 192 of file staticbrowserbox.h.
Referenced by StaticBrowserBox(), and ~StaticBrowserBox().
|
private |
Definition at line 176 of file staticbrowserbox.h.
Referenced by StaticBrowserBox(), and updateHeight().
|
private |
Definition at line 161 of file staticbrowserbox.h.
Referenced by draw(), getTextAtPos(), and updateHeight().
|
private |
Definition at line 167 of file staticbrowserbox.h.
Referenced by mousePressed(), selectSelection(), and setLinkHandler().
|
private |
Definition at line 165 of file staticbrowserbox.h.
Referenced by addRow(), clearRows(), draw(), mouseMoved(), mousePressed(), moveSelectionDown(), moveSelectionUp(), selectSelection(), and updateHeight().
|
private |
Definition at line 175 of file staticbrowserbox.h.
Referenced by StaticBrowserBox().
|
private |
Definition at line 182 of file staticbrowserbox.h.
Referenced by draw(), and setOpaque().
|
private |
Definition at line 174 of file staticbrowserbox.h.
Referenced by addRow(), getPadding(), StaticBrowserBox(), and updateHeight().
|
private |
Definition at line 185 of file staticbrowserbox.h.
Referenced by addRow(), and setProcessVars().
|
private |
Definition at line 170 of file staticbrowserbox.h.
Referenced by clearRows(), draw(), mouseExited(), mouseMoved(), moveSelectionDown(), moveSelectionUp(), and selectSelection().
|
private |
Definition at line 189 of file staticbrowserbox.h.
Referenced by addRow(), addSeparator(), and updateHeight().
|
private |
Definition at line 168 of file staticbrowserbox.h.
Referenced by StaticBrowserBox(), and ~StaticBrowserBox().
|
private |
Definition at line 156 of file staticbrowserbox.h.
Referenced by addImage(), addRow(), and clearRows().
|
private |
Definition at line 155 of file staticbrowserbox.h.
Referenced by addImage(), addRow(), clearRows(), getRows(), hasRows(), and updateHeight().
|
private |
Definition at line 184 of file staticbrowserbox.h.
Referenced by updateHeight().
|
private |
Definition at line 183 of file staticbrowserbox.h.
Referenced by addRow(), and updateHeight().
|
private |
Definition at line 172 of file staticbrowserbox.h.
Referenced by draw(), and updateHeight().
|
private |
Definition at line 173 of file staticbrowserbox.h.
Referenced by draw(), and getTextAtPos().