jigdo API
Last update by Admin on 2010-05-23
MessageBox::Ref Class Reference
Ref object to store reference to a MessageBox in. More...
#include <messagebox.hh>
Public Member Functions | |
Ref () | |
~Ref () | |
void | set (MessageBox *m) |
MessageBox * | get () const |
Friends | |
class | MessageBox |
Detailed Description
Ref object to store reference to a MessageBox in.If the Ref object already contained a reference, that MessageBox is deleted (i.e. closed on screen). If the MessageBox is deleted, it sets its reference to null. Useful to ensure that only one MessageBox is ever open for a certain Ref instance.
Constructor & Destructor Documentation
MessageBox::Ref::Ref | ( | ) | [inline] |
MessageBox::Ref::~Ref | ( | ) | [inline] |
Member Function Documentation
void MessageBox::Ref::set | ( | MessageBox * | m | ) | [inline] |
References Assert, and MessageBox::ref.
Referenced by GtkSingleUrl::on_closeButton_clicked(), GtkSingleUrl::on_restartButton_clicked(), GtkSingleUrl::on_startButton_clicked(), and GtkSingleUrl::run().
MessageBox* MessageBox::Ref::get | ( | ) | const [inline] |
Referenced by MessageBox::~MessageBox().
Friends And Related Function Documentation
friend class MessageBox [friend] |
The documentation for this class was generated from the following file:
- gtk/messagebox.hh
Generated on Tue Sep 23 14:27:43 2008 for jigdo by
