, including all inherited members.
action(const gcn::ActionEvent &event) | ChatWindow | |
addInputText(std::string input_str) | ChatWindow | |
addItemText(const std::string &item) | ChatWindow | |
addTab(ChatTab *tab) | ChatWindow | [protected] |
addWhisperTab(const std::string &nick, bool switchTo=false) | ChatWindow | |
adjustTabSize() | ChatWindow | [protected] |
center() | Window | |
chatInput(std::string &msg) | ChatWindow | |
ChatTab class | ChatWindow | [friend] |
ChatWindow() | ChatWindow | |
clearTab(ChatTab *tab) | ChatWindow | |
clearTab() | ChatWindow | |
close() | Window | [virtual] |
doPresent() | ChatWindow | |
draw(gcn::Graphics *graphics) | Window | |
getFocused() const | ChatWindow | |
getGuiAlpha() | Window | |
getLayout() | Window | |
getMaxHeight() const | Window | [inline] |
getMaxWidth() const | Window | [inline] |
getMinHeight() const | Window | [inline] |
getMinWidth() const | Window | [inline] |
getParentWindow() const | Window | [inline] |
getPlacer(int x, int y) | Window | |
getReturnTogglesChat() const | ChatWindow | [inline] |
getWindowName() const | Window | [inline] |
History typedef | ChatWindow | [private] |
HistoryIterator typedef | ChatWindow | [private] |
isDefaultVisible() const | Window | [inline] |
isInputFocused() | ChatWindow | |
isResizable() const | Window | |
isSticky() const | Window | [inline] |
keyPressed(gcn::KeyEvent &event) | ChatWindow | |
loadWindowState() | Window | |
logic() | ChatWindow | |
mChatInput | ChatWindow | [protected] |
mChatTabs | ChatWindow | [private] |
mCurHist | ChatWindow | [private] |
mCurrentTab | ChatWindow | [private] |
mHistory | ChatWindow | [private] |
mItemLinkHandler | ChatWindow | [protected] |
mouseDragged(gcn::MouseEvent &event) | Window | |
mouseExited(gcn::MouseEvent &event) | Window | |
mouseMoved(gcn::MouseEvent &event) | Window | |
mousePressed(gcn::MouseEvent &event) | Window | |
mouseReleased(gcn::MouseEvent &event) | Window | |
mRecorder | ChatWindow | [protected] |
mReturnToggles | ChatWindow | [private] |
mTmpVisible | ChatWindow | [private] |
mWhispers | ChatWindow | [private] |
nextTab() | ChatWindow | |
place(int x, int y, gcn::Widget *, int w=1, int h=1) | Window | |
prevTab() | ChatWindow | |
reflowLayout(int w=0, int h=0) | Window | |
removeTab(ChatTab *tab) | ChatWindow | [protected] |
removeWhisper(std::string nick) | ChatWindow | [protected] |
requestChatFocus() | ChatWindow | |
resetToDefaultSize() | ChatWindow | [virtual] |
saveWindowState() | Window | |
scheduleDelete() | Window | |
scroll(int amount) | ChatWindow | |
setCloseButton(bool flag) | Window | |
setContentSize(int width, int height) | Window | |
setDefaultSize(int defaultX, int defaultY, int defaultWidth, int defaultHeight) | Window | |
setDefaultSize() | Window | |
setDefaultSize(int defaultWidth, int defaultHeight, ImageRect::ImagePosition position, int offsetx=0, int offsetY=0) | Window | |
setDefaultVisible(bool save) | Window | [inline] |
setLocationRelativeTo(gcn::Widget *widget) | Window | |
setLocationRelativeTo(ImageRect::ImagePosition position, int offsetX=0, int offsetY=0) | Window | |
setMaxHeight(int height) | Window | |
setMaxWidth(int width) | Window | |
setMinHeight(int height) | Window | |
setMinWidth(int width) | Window | |
setRecordingFile(const std::string &msg) | ChatWindow | |
setResizable(bool resize) | Window | |
setReturnTogglesChat(bool toggles) | ChatWindow | [inline] |
setSaveVisible(bool save) | Window | [inline] |
setShowTitle(bool flag) | Window | [inline] |
setSticky(bool sticky) | Window | |
setStickyButton(bool flag) | Window | |
setVisible(bool visible) | ChatWindow | |
Window::setVisible(bool visible, bool forceSticky) | Window | |
setWindowContainer(WindowContainer *windowContainer) | Window | [static] |
setWindowName(const std::string &name) | Window | [inline] |
TabMap typedef | ChatWindow | [private] |
whisper(const std::string &nick, std::string mes, bool own=false) | ChatWindow | |
WhisperTab class | ChatWindow | [friend] |
widgetResized(const gcn::Event &event) | ChatWindow | |
willSaveVisible() const | Window | [inline] |
Window(const std::string &caption="Window", bool modal=false, Window *parent=NULL, const std::string &skin="graphics/gui/gui.xml") | Window | |
~ChatWindow() | ChatWindow | |
~Window() | Window | |