Choreonoid
1.8
|
#include <Dialog.h>
Public Member Functions | |
Dialog () | |
Dialog (QWidget *parent, Qt::WindowFlags f=Qt::WindowFlags()) | |
SignalProxy< void()> | sigAccepted () |
SignalProxy< void(int)> | sigFinished () |
SignalProxy< void()> | sigRejected () |
Protected Member Functions | |
virtual void | onAccepted () |
virtual void | onRejected () |
Dialog::Dialog | ( | ) |
This constructor sets MainWindwo::instance() to the parent widget of this dialog
Dialog::Dialog | ( | QWidget * | parent, |
Qt::WindowFlags | f = Qt::WindowFlags() |
||
) |
|
protectedvirtual |
|
protectedvirtual |
|
inline |
|
inline |
|
inline |