Mana
|
This is the complete list of members for ChatWindow, including all inherited members.
action(const gcn::ActionEvent &event) override | ChatWindow | |
addInputText(const std::string &text) | ChatWindow | |
addItemText(const std::string &item) | ChatWindow | |
addTab(ChatTab *tab) | ChatWindow | protected |
addWhisperTab(const std::string &nick, bool switchTo=false) | ChatWindow | |
adjustPositionAfterResize(int oldScreenWidth, int oldScreenHeight) | Window | |
BOTTOM enum value | Window | private |
center() | Window | |
ChatAutoComplete | ChatWindow | friend |
chatInput(const std::string &msg) | ChatWindow | |
ChatTab | ChatWindow | friend |
ChatWindow() | ChatWindow | |
clearLayout() | Window | |
clearTab() | ChatWindow | |
close() | Window | virtual |
doPresent() | ChatWindow | |
draw(gcn::Graphics *graphics) override | Window | |
drawFrame(gcn::Graphics *graphics) override | Window | |
ensureOnScreen() | Window | private |
event(Event::Channel channel, const Event &event) override | ChatWindow | virtual |
getCloseButtonRect() const | Window | private |
getFocused() const | ChatWindow | |
getGuiAlpha() | Window | static |
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 | |
getResizeHandles(gcn::MouseEvent &event) | Window | private |
getSkin() const | Window | |
getStickyButtonRect() const | Window | private |
getWindowName() const | Window | inline |
ignore(Event::Channel channel) | EventListener | |
instances | Window | privatestatic |
isDefaultVisible() const | Window | inline |
isInputFocused() const | ChatWindow | |
isResizable() const | Window | |
isSticky() const | Window | inline |
LEFT enum value | Window | private |
listen(Event::Channel channel) | EventListener | |
loadWindowState() | Window | |
mAutoComplete | ChatWindow | protected |
mChatInput | ChatWindow | protected |
mChatTabs | ChatWindow | private |
mCloseButton | Window | private |
mCloseButtonHovered | Window | private |
mDefaultHeight | Window | private |
mDefaultVisible | Window | private |
mDefaultWidth | Window | private |
mDefaultX | Window | private |
mDefaultY | Window | private |
mGrip | Window | private |
mHistory | ChatWindow | protected |
mItemLinkHandler | ChatWindow | protected |
mLayout | Window | private |
mMaxWinHeight | Window | private |
mMaxWinWidth | Window | private |
mMinWinHeight | Window | private |
mMinWinWidth | Window | private |
mModal | Window | private |
mouseDragged(gcn::MouseEvent &event) override | ChatWindow | |
mouseExited(gcn::MouseEvent &event) override | Window | |
mouseMoved(gcn::MouseEvent &event) override | Window | |
mousePressed(gcn::MouseEvent &event) override | ChatWindow | |
mouseReleased(gcn::MouseEvent &event) override | Window | |
mouseResize | Window | protectedstatic |
mParent | Window | private |
mRecorder | ChatWindow | protected |
mSaveVisible | Window | private |
mShowTitle | Window | private |
mSkinType | Window | private |
mSticky | Window | private |
mStickyButton | Window | private |
mTmpVisible | ChatWindow | private |
mWhispers | ChatWindow | private |
mWindowName | Window | private |
nextTab() | ChatWindow | |
place(int x, int y, gcn::Widget *, int w=1, int h=1) | Window | |
prevTab() | ChatWindow | |
redraw() | Window | |
reflowLayout(int w=0, int h=0) | Window | |
removeAllWhispers() | ChatWindow | protected |
removeTab(ChatTab *tab) | ChatWindow | protected |
removeWhisper(const std::string &nick) | ChatWindow | protected |
requestChatFocus() | ChatWindow | |
resetToDefaultSize() override | ChatWindow | virtual |
ResizeHandles enum name | Window | private |
RIGHT enum value | Window | private |
saveWindowState() const | 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, WindowAlignment alignment, int offsetx=0, int offsetY=0) | Window | |
setDefaultVisible(bool save) | Window | inline |
setLocationRelativeTo(gcn::Widget *widget) | Window | |
setMaxHeight(int height) | Window | |
setMaxWidth(int width) | Window | |
setMinHeight(int height) | Window | |
setMinimumContentSize(int width, int height) | Window | |
setMinWidth(int width) | Window | |
setRecordingFile(const std::string &msg) | ChatWindow | |
setResizable(bool resize) | Window | |
setSaveVisible(bool save) | Window | inline |
setShowTitle(bool flag) | Window | inline |
setSticky(bool sticky) | Window | |
setStickyButton(bool flag) | Window | |
setVisible(bool visible) override | ChatWindow | virtual |
Window::setVisible(bool visible, bool forceSticky) | Window | |
setWindowContainer(WindowContainer *windowContainer) | Window | static |
setWindowName(const std::string &name) | Window | inline |
TOP enum value | Window | private |
whisper(const std::string &nick, const std::string &mes, Own own=BY_OTHER) | ChatWindow | |
WhisperTab | ChatWindow | friend |
widgetHidden(const gcn::Event &event) override | Window | |
widgetResized(const gcn::Event &event) override | Window | |
willSaveVisible() const | Window | inline |
Window(const std::string &caption="Window", bool modal=false, Window *parent=nullptr) | Window | |
Window(SkinType skinType, const std::string &caption="Window", bool modal=false, Window *parent=nullptr) | Window | |
~ChatWindow() override | ChatWindow | |
~EventListener() | EventListener | virtual |
~Window() override | Window |