#include <prompter.h>
Definition at line 39 of file prompter.h.
◆ Prompter() [1/2]
ArdourWidgets::Prompter::Prompter |
( |
bool |
modal = false , |
|
|
bool |
with_cancel_button = true |
|
) |
| |
◆ Prompter() [2/2]
ArdourWidgets::Prompter::Prompter |
( |
Gtk::Window & |
parent, |
|
|
bool |
modal = false , |
|
|
bool |
with_cancel_button = true |
|
) |
| |
◆ ~Prompter()
ArdourWidgets::Prompter::~Prompter |
( |
| ) |
|
|
inline |
◆ change_labels()
void ArdourWidgets::Prompter::change_labels |
( |
std::string |
ok, |
|
|
std::string |
cancel |
|
) |
| |
◆ entry_activated()
void ArdourWidgets::Prompter::entry_activated |
( |
| ) |
|
|
private |
◆ get_result()
void ArdourWidgets::Prompter::get_result |
( |
std::string & |
str, |
|
|
bool |
strip = true |
|
) |
| |
◆ init()
void ArdourWidgets::Prompter::init |
( |
bool |
with_cancel | ) |
|
|
private |
◆ on_entry_changed()
void ArdourWidgets::Prompter::on_entry_changed |
( |
| ) |
|
|
protected |
◆ on_show()
void ArdourWidgets::Prompter::on_show |
( |
| ) |
|
|
protected |
◆ set_allow_empty()
void ArdourWidgets::Prompter::set_allow_empty |
( |
bool |
yn = true | ) |
|
◆ set_default_text()
void ArdourWidgets::Prompter::set_default_text |
( |
std::string const & |
txt | ) |
|
◆ set_initial_text()
void ArdourWidgets::Prompter::set_initial_text |
( |
std::string |
txt, |
|
|
bool |
allow_replace = false |
|
) |
| |
◆ set_prompt()
void ArdourWidgets::Prompter::set_prompt |
( |
std::string |
prompt | ) |
|
|
inline |
◆ the_entry()
Gtk::Entry& ArdourWidgets::Prompter::the_entry |
( |
| ) |
|
|
inlineprotected |
◆ allow_empty
bool ArdourWidgets::Prompter::allow_empty |
|
private |
◆ can_accept_from_entry
bool ArdourWidgets::Prompter::can_accept_from_entry |
|
private |
◆ default_text
std::string ArdourWidgets::Prompter::default_text |
|
private |
◆ entry
Gtk::Entry ArdourWidgets::Prompter::entry |
|
private |
◆ entryBox
Gtk::HBox ArdourWidgets::Prompter::entryBox |
|
private |
◆ entryLabel
Gtk::Label ArdourWidgets::Prompter::entryLabel |
|
private |
◆ first_show
bool ArdourWidgets::Prompter::first_show |
|
private |
◆ resetButton
Gtk::Button ArdourWidgets::Prompter::resetButton |
|
private |
The documentation for this class was generated from the following file: