gtkmm 4.17.0
|
#include <gtkmm/cssprovider.h>
Public Types | |
enum | Code { DEPRECATED , SYNTAX , UNIMPLEMENTED } |
Warnings that can occur while parsing CSS. More... | |
Public Member Functions | |
CssParserWarning (Code error_code, const Glib::ustring &error_message) | |
CssParserWarning (GError *gobject) | |
Code | code () const |
![]() | |
Error () | |
Error (GQuark error_domain, int error_code, const Glib::ustring &message) | |
Error (GError *gobject, bool take_copy=false) | |
Error (const Error &other) | |
Error & | operator= (const Error &other) |
~Error () noexcept override | |
operator bool () const | |
GQuark | domain () const |
int | code () const |
const char * | what () const noexcept override |
bool | matches (GQuark error_domain, int error_code) const |
GError * | gobj () |
const GError * | gobj () const |
Additional Inherited Members | |
![]() | |
GError * | gobject_ |
Warnings that can occur while parsing CSS.
Unlike Gtk::CssParserError
s, warnings do not cause the parser to skip any input, but they indicate issues that should be fixed.
Enumerator | |
---|---|
DEPRECATED | The given construct is deprecated and will be removed in a future version. |
SYNTAX | A syntax construct was used that should be avoided. |
UNIMPLEMENTED | A feature is not implemented. |
Gtk::CssParserWarning::CssParserWarning | ( | Code | error_code, |
const Glib::ustring & | error_message | ||
) |
|
explicit |
Code Gtk::CssParserWarning::code | ( | ) | const |