Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <nag.h>
Public Member Functions | |
~NagScreen () | |
void | nag () |
Public Member Functions inherited from ArdourDialog | |
ArdourDialog (const std::string &title, bool modal=false, bool use_separator=false) | |
ArdourDialog (Gtk::Window &parent, const std::string &title, bool modal=false, bool use_separator=false) | |
~ArdourDialog () | |
bool | on_focus_in_event (GdkEventFocus *) |
bool | on_focus_out_event (GdkEventFocus *) |
bool | on_delete_event (GdkEventAny *) |
void | on_unmap () |
void | on_show () |
virtual void | on_response (int) |
void | set_ui_sensitive (bool) |
void | disallow_idle () |
Public Member Functions inherited from ARDOUR::SessionHandlePtr | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual void | set_session (ARDOUR::Session *) |
virtual ARDOUR::Session * | session () const |
Static Public Member Functions | |
static NagScreen * | maybe_nag (std::string context) |
Private Member Functions | |
NagScreen (std::string context, bool maybe_subscriber) | |
void | mark_never_again () |
void | mark_subscriber () |
void | mark_affirmed_subscriber () |
void | offer_to_donate () |
void | offer_to_subscribe () |
Static Private Member Functions | |
static bool | is_subscribed (bool &really) |
Private Attributes | |
Gtk::Label | message |
Gtk::VButtonBox | button_box |
Gtk::RadioButtonGroup | button_group |
Gtk::RadioButton | donate_button |
Gtk::RadioButton | subscribe_button |
Gtk::RadioButton | existing_button |
Gtk::RadioButton | next_time_button |
Gtk::RadioButton | never_again_button |
Additional Inherited Members | |
Protected Member Functions inherited from ArdourDialog | |
void | pop_splash () |
void | close_self () |
Protected Member Functions inherited from ARDOUR::SessionHandlePtr | |
virtual void | session_going_away () |
Protected Attributes inherited from ArdourDialog | |
bool | _sensitive |
Protected Attributes inherited from ARDOUR::SessionHandlePtr | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
NagScreen::~NagScreen | ( | ) |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
|
static |
void NagScreen::nag | ( | ) |
|
private |
|
private |