Ardour  8.7-15-gadf511264b
Gtk::RecentChooserError Class Reference

#include <recentchooser.h>

Inheritance diagram for Gtk::RecentChooserError:
[legend]

Public Types

enum  Code { NOT_FOUND , INVALID_URI }
 

Public Member Functions

 RecentChooserError (Code error_code, const Glib::ustring &error_message)
 
 RecentChooserError (GError *gobject)
 
Code code () const
 

Detailed Description

Exception class for Gtk::RecentChooser errors.

Definition at line 93 of file recentchooser.h.

Member Enumeration Documentation

◆ Code

Enumerator
NOT_FOUND 
INVALID_URI 

Definition at line 98 of file recentchooser.h.

Constructor & Destructor Documentation

◆ RecentChooserError() [1/2]

Gtk::RecentChooserError::RecentChooserError ( Code  error_code,
const Glib::ustring &  error_message 
)

◆ RecentChooserError() [2/2]

Gtk::RecentChooserError::RecentChooserError ( GError *  gobject)
explicit

Member Function Documentation

◆ code()

Code Gtk::RecentChooserError::code ( ) const

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