#include <QtMainWindowWidget.h>
Public Slots | |
void | Clicked () |
void | TextChanged (const QString &str) |
void | Toggled (bool flag) |
void | ValueChanged (int value) |
Public Member Functions | |
CQtMainWindowWidget (CQtMainWindow *main_window, QtWidgetType type) | |
~CQtMainWindowWidget () | |
Public Attributes | |
CQtMainWindow * | m_main_window |
QtWidgetType | m_type |
QWidget * | m_widget |
Definition at line 49 of file QtMainWindowWidget.h.
CQtMainWindowWidget::CQtMainWindowWidget | ( | CQtMainWindow * | main_window, |
QtWidgetType | type | ||
) |
Definition at line 21 of file QtMainWindowWidget.cpp.
CQtMainWindowWidget::~CQtMainWindowWidget | ( | ) | [inline] |
Definition at line 55 of file QtMainWindowWidget.h.
void CQtMainWindowWidget::Clicked | ( | ) | [slot] |
Definition at line 27 of file QtMainWindowWidget.cpp.
void CQtMainWindowWidget::TextChanged | ( | const QString & | str | ) | [slot] |
Definition at line 54 of file QtMainWindowWidget.cpp.
void CQtMainWindowWidget::Toggled | ( | bool | flag | ) | [slot] |
Definition at line 45 of file QtMainWindowWidget.cpp.
void CQtMainWindowWidget::ValueChanged | ( | int | value | ) | [slot] |
Definition at line 36 of file QtMainWindowWidget.cpp.
Definition at line 64 of file QtMainWindowWidget.h.
Definition at line 65 of file QtMainWindowWidget.h.
QWidget* CQtMainWindowWidget::m_widget |
Definition at line 66 of file QtMainWindowWidget.h.