Class defining a pad action entry.
More...
#include <gtkmm/padactionentry.h>
Class defining a pad action entry.
- See also
- Gtk::PadController
- Since gtkmm 3.96:
Gtk::PadActionEntry::PadActionEntry |
( |
| ) |
|
Gtk::PadActionEntry::PadActionEntry |
( |
PadActionType |
type, |
|
|
int |
index, |
|
|
int |
mode, |
|
|
const Glib::ustring & |
label, |
|
|
const Glib::ustring & |
action_name |
|
) |
| |
Construct a new PadActionEntry.
- Parameters
-
type | The type of pad feature that will trigger this action. |
index | The 0-indexed button/ring/strip number that will trigger this action. |
mode | The mode that will trigger this action, or -1 for all modes. |
label | Human readable description of this action, this string should be deemed user-visible. |
action_name | Action name that will be activated in the Gio::ActionGroup. |
virtual Gtk::PadActionEntry::~PadActionEntry |
( |
| ) |
|
|
virtual |
Glib::ustring Gtk::PadActionEntry::get_action_name |
( |
| ) |
const |
int Gtk::PadActionEntry::get_index |
( |
| ) |
const |
Glib::ustring Gtk::PadActionEntry::get_label |
( |
| ) |
const |
int Gtk::PadActionEntry::get_mode |
( |
| ) |
const |
GtkPadActionEntry* Gtk::PadActionEntry::gobj |
( |
| ) |
|
|
inline |
const GtkPadActionEntry* Gtk::PadActionEntry::gobj |
( |
| ) |
const |
|
inline |
void Gtk::PadActionEntry::set_action_name |
( |
const Glib::ustring & |
value | ) |
|
void Gtk::PadActionEntry::set_index |
( |
const int & |
value | ) |
|
void Gtk::PadActionEntry::set_label |
( |
const Glib::ustring & |
value | ) |
|
void Gtk::PadActionEntry::set_mode |
( |
const int & |
value | ) |
|
GtkPadActionEntry* Gtk::PadActionEntry::gobject_ |
|
protected |