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
◆ PadActionEntry() [1/4]
      
        
          | Gtk::PadActionEntry::PadActionEntry | ( |  | ) |  | 
      
 
 
◆ PadActionEntry() [2/4]
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. |  
 
 
 
◆ PadActionEntry() [3/4]
◆ PadActionEntry() [4/4]
◆ ~PadActionEntry()
  
  | 
        
          | virtual Gtk::PadActionEntry::~PadActionEntry | ( |  | ) |  |  | virtual | 
 
 
◆ get_action_name()
◆ get_index()
      
        
          | int Gtk::PadActionEntry::get_index | ( |  | ) | const | 
      
 
 
◆ get_label()
◆ get_mode()
      
        
          | int Gtk::PadActionEntry::get_mode | ( |  | ) | const | 
      
 
 
◆ get_type()
◆ gobj() [1/2]
  
  | 
        
          | GtkPadActionEntry * Gtk::PadActionEntry::gobj | ( |  | ) |  |  | inline | 
 
 
◆ gobj() [2/2]
  
  | 
        
          | const GtkPadActionEntry * Gtk::PadActionEntry::gobj | ( |  | ) | const |  | inline | 
 
 
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ set_action_name()
      
        
          | void Gtk::PadActionEntry::set_action_name | ( | const Glib::ustring & | value | ) |  | 
      
 
 
◆ set_index()
      
        
          | void Gtk::PadActionEntry::set_index | ( | const int & | value | ) |  | 
      
 
 
◆ set_label()
      
        
          | void Gtk::PadActionEntry::set_label | ( | const Glib::ustring & | value | ) |  | 
      
 
 
◆ set_mode()
      
        
          | void Gtk::PadActionEntry::set_mode | ( | const int & | value | ) |  | 
      
 
 
◆ set_type()
      
        
          | void Gtk::PadActionEntry::set_type | ( | const PadActionType & | value | ) |  | 
      
 
 
◆ gobject_
  
  | 
        
          | GtkPadActionEntry* Gtk::PadActionEntry::gobject_ |  | protected |