ManaPlus
|
#include <chattab.h>
Public Member Functions | |
ChatTab (const Widget2 *const widget, const std::string &name, const std::string &channel, const std::string &logName, const ChatTabTypeT &type) | |
~ChatTab () | |
void | chatLog (std::string line, ChatMsgTypeT own, const IgnoreRecord ignoreRecord, const TryRemoveColors tryRemoveColors) |
void | chatLog (const std::string &nick, std::string msg) |
void | chatInput (const std::string &msg) |
void | scroll (const int amount) |
void | clearText () |
virtual bool | handleCommand (const std::string &type, const std::string &args) |
virtual bool | handleCommands (const std::string &type, const std::string &args) |
ChatTabTypeT | getType () const |
void | saveToLogFile (const std::string &msg) const |
const std::list< std::string > & | getRows () const |
bool | hasRows () const |
void | loadFromLogFile (const std::string &name) |
bool | getAllowHighlight () const |
void | setAllowHighlight (const bool n) |
bool | getRemoveNames () const |
void | setRemoveNames (const bool n) |
bool | getNoAway () const |
void | setNoAway (const bool n) |
void | addNewRow (std::string &line) |
void | showOnline (const std::string &nick, const Online online) |
virtual void | playNewMessageSound () const |
const std::string & | getChannelName () const |
Public Member Functions inherited from Tab | |
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) |
Protected Member Functions | |
void | setCurrent () |
virtual void | handleInput (const std::string &msg) |
virtual void | handleCommandStr (const std::string &msg) |
virtual void | handleHelp (const std::string &msg) |
virtual void | getAutoCompleteList (StringVect &names) const |
virtual void | getAutoCompleteCommands (StringVect &names) const |
void | addRow (std::string &line) |
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 () | |
Friends | |
class | ChatWindow |
class | WhisperWindow |
Additional Inherited Members | |
Public Types inherited from Tab | |
enum | { TAB_STANDARD = 0 , TAB_HIGHLIGHTED = 1 , TAB_SELECTED = 2 , TAB_UNUSED = 3 , TAB_COUNT = 4 } |
Static Public Member Functions inherited from Tab | |
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) |
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 |
A tab for the chat window. This is special to ease chat handling.
ChatTab::ChatTab | ( | const Widget2 *const | widget, |
const std::string & | name, | ||
const std::string & | channel, | ||
const std::string & | logName, | ||
const ChatTabTypeT & | type | ||
) |
Constructor.
Definition at line 67 of file chattab.cpp.
References ChatWindow::addTab(), chatWindow, config, Configuration::getIntValue(), ChatWindow::mItemLinkHandler, mScrollArea, mTextOutput, Opaque_false, BrowserBox::setAlwaysUpdate(), Tab::setCaption(), BrowserBox::setLinkHandler(), BrowserBox::setMaxRow(), BrowserBox::setOpaque(), ScrollArea::setScrollAmount(), ScrollArea::setScrollPolicy(), ScrollArea::SHOW_ALWAYS, ScrollArea::SHOW_NEVER, and BrowserBox::updateSize().
ChatTab::~ChatTab | ( | ) |
Definition at line 102 of file chattab.cpp.
References chatWindow, delete2, mScrollArea, mTextOutput, and ChatWindow::removeTab().
void ChatTab::addNewRow | ( | std::string & | line | ) |
Definition at line 526 of file chattab.cpp.
References addRow(), ScrollArea::getVerticalMaxScroll(), ScrollArea::getVerticalScrollAmount(), ScrollArea::logic(), mScrollArea, and ScrollArea::setVerticalScrollAmount().
Referenced by ChatWindow::displayAwayLog().
|
protected |
Definition at line 488 of file chattab.cpp.
References BrowserBox::addRow(), MAX_WORD_SIZE, and mTextOutput.
Referenced by addNewRow(), chatLog(), and loadFromLogFile().
void ChatTab::chatInput | ( | const std::string & | msg | ) |
Determines whether the message is a command or message, then sends the given message to the game server to be said, or to the command handler
msg | The message text which is to be sent. |
Definition at line 382 of file chattab.cpp.
References handleCommandStr(), handleHelp(), handleInput(), Actions::msg(), replaceItemLinks(), BrowserBoxTools::replaceVars(), and Catch::trim().
Referenced by ChatWindow::addWhisper(), ChatWindow::chatInput(), ChatWindow::localChatInput(), and Actions::outString().
void ChatTab::chatLog | ( | const std::string & | nick, |
std::string | msg | ||
) |
Adds the text to the message list
msg | The message text which is to be sent. |
Definition at line 367 of file chattab.cpp.
References ChatMsgType::BY_OTHER, ChatMsgType::BY_PLAYER, chatLog(), config, Configuration::getBoolValue(), Being::getName(), IgnoreRecord_false, localPlayer, Actions::msg(), removeColors(), and TryRemoveColors_false.
void ChatTab::chatLog | ( | std::string | line, |
ChatMsgTypeT | own, | ||
const IgnoreRecord | ignoreRecord, | ||
const TryRemoveColors | tryRemoveColors | ||
) |
Adds a line of text to our message list. Parameters:
line | Text message. |
own | Type of message (usually the owner-type). |
ignoreRecord | should this not be recorded? |
tryRemoveColors | try remove color if configured |
Definition at line 111 of file chattab.cpp.
References _, ChatMsgType::ACT_IS, ChatMsgType::ACT_WHISPER, addRow(), ChatWindow::addToAwayLog(), ChatMsgType::BY_CHANNEL, ChatMsgType::BY_GM, ChatMsgType::BY_LOGGER, ChatMsgType::BY_OTHER, ChatMsgType::BY_PLAYER, ChatMsgType::BY_SERVER, ChatMsgType::BY_UNKNOWN, CAST_S32, ChatTabType::CHANNEL, chatLog(), chatWindow, config, debugChatTab, ChatWindow::findHighlight(), getAllowHighlight(), Configuration::getBoolValue(), Tab::getFlash(), Configuration::getIntValue(), WindowManager::getIsMinimized(), Net::getNetworkType(), TabbedArea::getSelectedTab(), Tab::getTabbedArea(), getType(), ScrollArea::getVerticalMaxScroll(), ScrollArea::getVerticalScrollAmount(), ChatTabType::GUILD, Settings::inputFocused, localChatTab, ScrollArea::logic(), Settings::mouseFocused, mScrollArea, mTextOutput, WindowManager::newChatMessage(), CHATLOG::nick, CHATLOG::own, ChatTabType::PARTY, SoundManager::playGuiSound(), playNewMessageSound(), removeColors(), saveToLogFile(), Tab::setFlash(), BrowserBox::setMaxRow(), settings, ScrollArea::setVerticalScrollAmount(), SOUND_GLOBAL, SOUND_HIGHLIGHT, soundManager, strprintf(), CHATLOG::text, ServerType::TMWATHENA, Catch::trim(), TryRemoveColors_true, KeyboardFocus::Unfocused, and ChatWindow::unHideWindow().
Referenced by SocialGuildTab::action(), SocialPartyTab::action(), SocialWindow::action(), TradeWindow::action(), ChatWindow::addGlobalMessage(), ChatWindow::addWhisper(), Game::adjustPerfomance(), LocalPlayer::afkRespond(), ChatWindow::battleChatLog(), ChatWindow::channelChatLog(), GuildManager::chat(), NotifyManager::chatLog(), chatLog(), TradeWindow::checkItem(), createGuiWindows(), ChatWindow::debugMessage(), StatusEffect::deliverMessage(), ChatWindow::doPresent(), Actions::getNick(), WhisperTab::handleCommandStr(), WhisperTab::handleInput(), NotifyManager::notify(), outStringNormal(), LocalPlayer::pickedUp(), ActorManager::printBeingsToChat(), GuildManager::process(), EAthena::ChatRecv::processChatTalkieBox(), EAthena::ClanRecv::processClanChat(), EAthena::GuildRecv::processGuildBasicInfo(), EAthena::GuildRecv::processGuildMessage(), EAthena::GuildRecv::processGuildNotice(), EAthena::PartyRecv::processPartyMessage(), TmwAthena::PartyRecv::processPartyMessage(), EAthena::ChatRecv::processScriptMessage(), TmwAthena::ChatRecv::processScriptMessage(), EAthena::ChatRecv::processServiceMessageColor(), EAthena::ChatRecv::processWhisperContinue(), TmwAthena::ChatRecv::processWhisperContinue(), ChatWindow::resortChatLog(), Game::saveScreenshot(), SocialWindow::showGuildInvite(), showOnline(), and SocialWindow::showPartyInvite().
void ChatTab::clearText | ( | ) |
Clears the text from the tab
Definition at line 428 of file chattab.cpp.
References BrowserBox::clearRows(), and mTextOutput.
Referenced by ChatWindow::clearTab().
|
inline |
Definition at line 158 of file chattab.h.
References mAllowHightlight.
Referenced by chatLog(), ChatWindow::saveTab(), and PopupMenu::showChatPopup().
|
inlineprotectedvirtual |
Reimplemented in PartyTab, GuildTab, EmulateGuildTab, WhisperTab, and ChannelTab.
Definition at line 202 of file chattab.h.
Referenced by ChatWindow::autoComplete().
|
inlineprotectedvirtual |
Reimplemented in WhisperTab, PartyTab, GuildTab, GmTab, and EmulateGuildTab.
Definition at line 199 of file chattab.h.
Referenced by ChatWindow::autoComplete().
|
inline |
Definition at line 183 of file chattab.h.
References mChannelName.
Referenced by ChatWindow::addSpecialChannelTab(), ChatWindow::postConnection(), ChatWindow::resortChatLog(), and ChatWindow::saveTab().
|
inline |
Definition at line 170 of file chattab.h.
References mNoAway.
Referenced by LocalPlayer::afkRespond(), ChatWindow::saveTab(), and PopupMenu::showChatPopup().
|
inline |
Definition at line 164 of file chattab.h.
References mRemoveNames.
Referenced by ChatWindow::addWhisper(), ChatWindow::saveTab(), and PopupMenu::showChatPopup().
|
inline |
Definition at line 150 of file chattab.h.
References BrowserBox::getRows(), and mTextOutput.
Referenced by ChatWindow::keyPressed().
|
inline |
Returns type of the being.
Definition at line 145 of file chattab.h.
References mType.
Referenced by chatLog(), ChatWindow::closeTab(), Actions::getNick(), Actions::outString(), outStringNormal(), saveToLogFile(), ChatWindow::selectTabByType(), and PopupMenu::showChatPopup().
|
inlinevirtual |
Handle special commands. Allows a tab to handle commands it defines itself.
Reimplemented in WhisperTab, PartyTab, GuildTab, EmulateGuildTab, and ChannelTab.
Definition at line 128 of file chattab.h.
Referenced by ChatWindow::closeTab(), handleCommands(), and handleCommandStr().
|
virtual |
Handle special commands. Allows a tab to handle commands it defines itself.
Definition at line 461 of file chattab.cpp.
References handleCommand().
|
protectedvirtual |
Reimplemented in WhisperTab, and GmTab.
Definition at line 441 of file chattab.cpp.
References InputManager::executeChatCommand(), handleCommand(), inputManager, Actions::msg(), and Catch::trim().
Referenced by chatInput(), and WhisperTab::handleCommandStr().
|
protectedvirtual |
Definition at line 452 of file chattab.cpp.
References helpWindow, Actions::msg(), Widget::requestMoveToTop(), and HelpWindow::search().
Referenced by chatInput().
|
protectedvirtual |
Reimplemented in WhisperTab, TradeTab, PartyTab, GuildTab, GmTab, EmulateGuildTab, ClanTab, and ChannelTab.
Definition at line 433 of file chattab.cpp.
References chatHandler, ChatWindow::doReplace(), Actions::msg(), and Net::ChatHandler::talk().
Referenced by chatInput().
|
inline |
Definition at line 153 of file chattab.h.
References BrowserBox::hasRows(), and mTextOutput.
Referenced by ChatWindow::keyPressed().
void ChatTab::loadFromLogFile | ( | const std::string & | name | ) |
Definition at line 510 of file chattab.cpp.
References addRow(), chatLogger, and ChatLogger::loadLast().
Referenced by ChatWindow::addChannelTab(), ChatWindow::addWhisperTab(), BattleTab::BattleTab(), createGuiWindows(), Ea::PartyRecv::createTab(), EAthena::ClanRecv::createTab(), GuildManager::createTab(), and EAthena::GuildRecv::processGuildPositionInfo().
|
virtual |
Reimplemented in PartyTab, GuildTab, EmulateGuildTab, and ClanTab.
Definition at line 542 of file chattab.cpp.
References SoundManager::playGuiSound(), SOUND_WHISPER, and soundManager.
Referenced by chatLog().
void ChatTab::saveToLogFile | ( | const std::string & | msg | ) | const |
Definition at line 468 of file chattab.cpp.
References chatLogger, config, ChatTabType::DEBUG, Configuration::getBoolValue(), getType(), ChatTabType::INPUT, ChatLogger::log(), mLogName, and Actions::msg().
Referenced by chatLog().
void ChatTab::scroll | ( | const int | amount | ) |
Scrolls the chat window
amount | direction and amount to scroll. Negative numbers scroll up, positive numbers scroll down. The absolute amount indicates the amount of 1/8ths of chat window real estate that should be scrolled. |
Definition at line 419 of file chattab.cpp.
References Widget::getHeight(), ScrollArea::getVerticalScrollAmount(), Rect::height, mScrollArea, mTextOutput, Widget::showPart(), and Rect::y.
Referenced by ChatWindow::scroll().
|
inline |
Definition at line 161 of file chattab.h.
References mAllowHightlight.
Referenced by ChatWindow::addChannelTab(), ChatWindow::addSpecialChannelTab(), createGuiWindows(), WindowManager::createWindows(), and ChatWindow::loadState().
|
inlineprotectedvirtual |
|
inline |
Definition at line 173 of file chattab.h.
References mNoAway.
Referenced by ChatWindow::loadState().
|
inline |
Definition at line 167 of file chattab.h.
References mRemoveNames.
Referenced by ChatWindow::loadState().
void ChatTab::showOnline | ( | const std::string & | nick, |
const Online | online | ||
) |
Definition at line 547 of file chattab.cpp.
References _, ChatMsgType::BY_SERVER, chatLog(), IgnoreRecord_false, mShowOnline, Online_true, strprintf(), and TryRemoveColors_true.
Referenced by GuildManager::process(), EAthena::GuildRecv::processGuildMemberLogin(), EAthena::PartyRecv::processPartyInfo(), TmwAthena::PartyRecv::processPartyInfo(), EAthena::PartyRecv::processPartyMemberInfo(), and TmwAthena::PartyRecv::processPartyMove().
|
friend |
|
protected |
Definition at line 212 of file chattab.h.
Referenced by getAllowHighlight(), and setAllowHighlight().
|
protected |
Definition at line 209 of file chattab.h.
Referenced by ChannelTab::getAutoCompleteCommands(), getChannelName(), ChannelTab::handleInput(), GmTab::handleInput(), TradeTab::handleInput(), and ChannelTab::~ChannelTab().
|
protected |
Definition at line 210 of file chattab.h.
Referenced by saveToLogFile().
|
protected |
Definition at line 214 of file chattab.h.
Referenced by getNoAway(), and setNoAway().
|
protected |
Definition at line 213 of file chattab.h.
Referenced by getRemoveNames(), and setRemoveNames().
|
protected |
Definition at line 208 of file chattab.h.
Referenced by addNewRow(), ChatWindow::addTab(), ChatWindow::adjustTabSize(), chatLog(), ChatTab(), scroll(), and ~ChatTab().
|
protected |
Definition at line 215 of file chattab.h.
Referenced by EmulateGuildTab::EmulateGuildTab(), GuildTab::GuildTab(), EmulateGuildTab::optionChanged(), GuildTab::optionChanged(), PartyTab::optionChanged(), PartyTab::PartyTab(), and showOnline().
|
protected |
Definition at line 207 of file chattab.h.
Referenced by addRow(), chatLog(), ChatTab(), clearText(), ChatWindow::copyToClipboard(), getRows(), hasRows(), scroll(), and ~ChatTab().
|
protected |