#include <FramesWidget.h>
| Public Slots | |
| void | setChildFrame (const QString &frame) | 
| void | setParentFrame (const QString &frame) | 
| Signals | |
| void | childFrameChanged (const QString &frame) | 
| void | parentFrameChanged (const QString &frame) | 
| Public Member Functions | |
| QString | childFrame () const | 
| FramesWidget (const QString &parent_frame="", const QString &child_frame="", QWidget *parent=0) | |
| QString | parentFrame () const | 
| Private Slots | |
| void | childEdited () | 
| void | parentEdited () | 
| Private Attributes | |
| Ui::FramesWidget * | ui_ | 
Definition at line 40 of file FramesWidget.h.
| FramesWidget::FramesWidget | ( | const QString & | parent_frame = "", | 
| const QString & | child_frame = "", | ||
| QWidget * | parent = 0 | ||
| ) |  [explicit] | 
Definition at line 35 of file FramesWidget.cpp.
| void FramesWidget::childEdited | ( | ) |  [private, slot] | 
Definition at line 77 of file FramesWidget.cpp.
| QString FramesWidget::childFrame | ( | ) | const | 
Definition at line 53 of file FramesWidget.cpp.
| void FramesWidget::childFrameChanged | ( | const QString & | frame | ) |  [signal] | 
| void FramesWidget::parentEdited | ( | ) |  [private, slot] | 
Definition at line 72 of file FramesWidget.cpp.
| QString FramesWidget::parentFrame | ( | ) | const | 
Definition at line 48 of file FramesWidget.cpp.
| void FramesWidget::parentFrameChanged | ( | const QString & | frame | ) |  [signal] | 
| void FramesWidget::setChildFrame | ( | const QString & | frame | ) |  [slot] | 
Definition at line 65 of file FramesWidget.cpp.
| void FramesWidget::setParentFrame | ( | const QString & | frame | ) |  [slot] | 
Definition at line 58 of file FramesWidget.cpp.
| Ui::FramesWidget* FramesWidget::ui_  [private] | 
Definition at line 65 of file FramesWidget.h.