sublime_music.ui.common.rating_button module

sublime-music Copyright (C) 2021 LoveIsGrief

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

class sublime_music.ui.common.rating_button.RatingButton(*args, **kwargs)[source]

Bases: sublime_music.ui.common.icon_button.IconButton

__init__(*args, **kwargs)[source]
class sublime_music.ui.common.rating_button.RatingButtonBox(icon_rated='star-full', icon_unrated='star-empty', **kwargs)[source]

Bases: gi.overrides.Gtk.Box

A simple GtkBox containing buttons that allow rating something. It doesn’t know what it’s rating just what the rating is when it changed

Parameters
  • icon_rated (str) –

  • icon_unrated (str) –

MAX_VALUE = 5
__init__(icon_rated='star-full', icon_unrated='star-empty', **kwargs)[source]

Initializer for a GObject based classes with support for property sets through the use of explicit keyword arguments.

Parameters
  • icon_rated (str) –

  • icon_unrated (str) –

property rating: int | None
validate_rating(rating)[source]
Parameters

rating (int | None) –