ardour
Public Member Functions | Static Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
NagScreen Class Reference

#include <nag.h>

Inheritance diagram for NagScreen:
ArdourDialog ARDOUR::SessionHandlePtr

Public Member Functions

 ~NagScreen ()
 
void nag ()
 
- Public Member Functions inherited from ArdourDialog
 ArdourDialog (std::string title, bool modal=false, bool use_separator=false)
 
 ArdourDialog (Gtk::Window &parent, 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 ()
 
- Public Member Functions inherited from ARDOUR::SessionHandlePtr
 SessionHandlePtr (ARDOUR::Session *s)
 
 SessionHandlePtr ()
 
virtual ~SessionHandlePtr ()
 
virtual void set_session (ARDOUR::Session *)
 

Static Public Member Functions

static NagScreenmaybe_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 ARDOUR::SessionHandlePtr
virtual void session_going_away ()
 
- Protected Attributes inherited from ARDOUR::SessionHandlePtr
ARDOUR::Session_session
 
PBD::ScopedConnectionList _session_connections
 

Detailed Description

Definition at line 29 of file nag.h.

Constructor & Destructor Documentation

NagScreen::~NagScreen ( )

Definition at line 79 of file nag.cc.

NagScreen::NagScreen ( std::string  context,
bool  maybe_subscriber 
)
private

Definition at line 40 of file nag.cc.

Member Function Documentation

bool NagScreen::is_subscribed ( bool &  really)
staticprivate

Definition at line 163 of file nag.cc.

void NagScreen::mark_affirmed_subscriber ( )
private

Definition at line 153 of file nag.cc.

void NagScreen::mark_never_again ( )
private

Definition at line 133 of file nag.cc.

void NagScreen::mark_subscriber ( )
private

Definition at line 143 of file nag.cc.

NagScreen * NagScreen::maybe_nag ( std::string  context)
static

Definition at line 111 of file nag.cc.

void NagScreen::nag ( )

Definition at line 84 of file nag.cc.

void NagScreen::offer_to_donate ( )
private

Definition at line 194 of file nag.cc.

void NagScreen::offer_to_subscribe ( )
private

Definition at line 202 of file nag.cc.

Member Data Documentation

Gtk::VButtonBox NagScreen::button_box
private

Definition at line 41 of file nag.h.

Gtk::RadioButtonGroup NagScreen::button_group
private

Definition at line 42 of file nag.h.

Gtk::RadioButton NagScreen::donate_button
private

Definition at line 43 of file nag.h.

Gtk::RadioButton NagScreen::existing_button
private

Definition at line 45 of file nag.h.

Gtk::Label NagScreen::message
private

Definition at line 40 of file nag.h.

Gtk::RadioButton NagScreen::never_again_button
private

Definition at line 47 of file nag.h.

Gtk::RadioButton NagScreen::next_time_button
private

Definition at line 46 of file nag.h.

Gtk::RadioButton NagScreen::subscribe_button
private

Definition at line 44 of file nag.h.


The documentation for this class was generated from the following files: