Classes | |
class | AdvancedSearchEntry |
A sub-window with one or more search input fields in it. More… | |
class | AdvancedSearchItem |
A single search input field. More… | |
class | BackupList |
The list of pending backups. More… | |
class | BackupView |
The backup view, a subclass of Gtk::VBox. More… | |
class | BrowseEntry |
A Gtk::HBox with one or more search input fields in it. More… | |
class | BrowseItem |
A single browse input field. More… | |
class | ContentsStorable |
A virtual class to be implemented by GUI windows which want to store their contents as a user preference item. More… | |
class | CuePlayer |
A box displaying a play/pause and a stop button, which control the cue (preview) audio player. More… | |
class | DateTimeChooserWindow |
A dialog window for choosing a date/time. More… | |
class | ExportFormatRadioButtons |
A specialized group of radio buttons, holding the StorageClientInterface::ExportFormatType options. More… | |
class | ExportPlaylistWindow |
The Export Playlist window. More… | |
class | GLiveSupport |
The main application object for the gLiveSupport GUI. More… | |
class | GuiComponent |
The common ancestor of all window components in the GUI. More… | |
class | GuiObject |
The common ancestor of all windows and sub-windows in the GUI. More… | |
class | GuiWindow |
The common ancestor of all standalone windows in the GUI. More… | |
class | KeyboardShortcut |
A class for representing a keyboard shortcut. More… | |
class | KeyboardShortcutContainer |
Container holding KeyboardShortcut objects. More… | |
class | KeyboardShortcutList |
A list of KeyboardShortcutContainer objects. More… | |
class | LiveModeWindow |
The LiveMode window, showing recent and relevant audio clips and playlists. More… | |
class | LoginWindow |
A window, handling user login. More… | |
class | MasterPanelWindow |
The master panel window. More… | |
class | NowPlaying |
The box displaying “now playing” in the master panel. More… | |
class | OptionsWindow |
The options window. More… | |
class | PlaylistWindow |
The Simple Playlist Management Window. More… | |
class | RdsEntry |
A single RDS input field. More… | |
class | RdsView |
The RDS view, a subclass of Gtk::VBox. More… | |
class | RestoreBackupWindow |
A pop-up window displaying the progress of a restore backup task. More… | |
class | SchedulePlaylistWindow |
The window, for scheduling a specific playlist. More… | |
class | SchedulerWindow |
The Scheduler window, showing and allowing scheduling of playlists. More… | |
class | ScratchpadWindow |
The Scratchpad window, showing recent and relevant audio clips and playlists. More… | |
class | SearchWindow |
The Search/Browse window. More… | |
class | TaskbarIcons |
Container holding taskbar icon images. More… | |
class | TransportList |
The list of pending transports. More… | |
class | UploadFileWindow |
The upload file window. More… | |
Functions | |
void | resizeImage (Gtk::Image *image, int width, int height) throw () |
Resize an image to fit in a box, preserving its aspect ratio. |
void LiveSupport::GLiveSupport::resizeImage | ( | Gtk::Image * | image, | |
int | width, | |||
int | height | |||
) | throw () |
Resize an image to fit in a box, preserving its aspect ratio.
image | the image to resize (modified by the method) | |
width | the width of the box | |
height | the height of the box |
Definition at line 608 of file MasterPanelWindow.cxx.