1 #ifndef _CHANNELSJOIN_H_
2 #define _CHANNELSJOIN_H_
36 #include <QTreeWidget>
200 #endif //_CHANNELSJOINSWINDOW_H_
QCheckBox * m_pShowAtStartupCheck
Definition: ChannelsJoinDialog.h:107
QPushButton * m_pJoinButton
Definition: ChannelsJoinDialog.h:109
KviConsoleWindow * m_pConsole
Definition: ChannelsJoinDialog.h:112
Definition: KviConsoleWindow.h:75
void fillListView()
Fills in the servers' list.
Definition: ChannelsJoinDialog.cpp:150
Definition: ChannelsJoinDialog.h:99
void editReturnPressed()
Called when the return is pressed.
Definition: ChannelsJoinDialog.cpp:456
QPushButton * m_pRegButton
Definition: ChannelsJoinDialog.h:110
void setConsole(KviConsoleWindow *pConsole)
Sets the console and fills in the servers' list.
Definition: ChannelsJoinDialog.cpp:144
Definition: ChannelsJoinDialog.h:100
#define e
Definition: detector.cpp:69
QLineEdit * m_pPass
Definition: ChannelsJoinDialog.h:106
QLineEdit * m_pChannelEdit
Definition: ChannelsJoinDialog.h:103
Definition: ChannelsJoinDialog.h:101
void editTextChanged(const QString &)
Called when the text changes.
Definition: ChannelsJoinDialog.cpp:301
void joinClicked()
Called when the join button is pressed.
Definition: ChannelsJoinDialog.cpp:379
Channels join window class.
Definition: ChannelsJoinDialog.h:78
Toolkit Abstraction Layer: groupbox class.
Definition: KviTalGroupBox.h:43
KviTalGroupBox * m_pGroupBox
Definition: ChannelsJoinDialog.h:105
virtual void closeEvent(QCloseEvent *e)
Definition: ChannelsJoinDialog.cpp:461
QString name()
Definition: KviRuntimeInfo.cpp:655
ChannelsJoinDialog(const char *name)
Constructs the channels join window.
Definition: ChannelsJoinDialog.cpp:57
Contains the KviWindow class.
void itemSelected()
Called when the user choose an item from the list.
Definition: ChannelsJoinDialog.cpp:288
~ChannelsJoinDialog()
Destroys the channels join window.
Definition: ChannelsJoinDialog.cpp:136
void clearClicked()
Called when the clear button is pressed.
Definition: ChannelsJoinDialog.cpp:440
void regClicked()
Called when the register button is pressed.
Definition: ChannelsJoinDialog.cpp:409
ItemTypes
Definition: ChannelsJoinDialog.h:97
QCheckBox * m_pCloseAfterJoinCheck
Definition: ChannelsJoinDialog.h:108
ChannelsJoinDialogTreeWidget * m_pTreeWidget
Definition: ChannelsJoinDialog.h:104
void cancelClicked()
Called when the cancel button is pressed.
Definition: ChannelsJoinDialog.cpp:331
void enableJoin()
Enables join and register button if channel is found.
Definition: ChannelsJoinDialog.cpp:306
QPushButton * m_pClearButton
Definition: ChannelsJoinDialog.h:111
void deleteClicked()
Called when the delete button is pressed.
Definition: ChannelsJoinDialog.cpp:336