Colobot
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Ui::CScreenModList Class Reference

This class is the front-end for the CModManager. More...

#include <src/ui/screen/screen_mod_list.h>

Inheritance diagram for Ui::CScreenModList:
Inheritance graph
[legend]

Public Member Functions

 CScreenModList (CMainDialog *dialog, CModManager *modManager)
 
void CreateInterface () override
 
bool EventProcess (const Event &event) override
 

Protected Member Functions

void FindMods ()
 
void ApplyChanges ()
 
void CloseWindow ()
 
void UpdateAll ()
 
void UpdateModList ()
 
void UpdateModDetails ()
 
void UpdateModSummary ()
 
void UpdateEnableDisableButton ()
 
void UpdateApplyButton ()
 
void UpdateUpDownButtons ()
 
- Protected Member Functions inherited from Ui::CScreen
void CreateVersionDisplay ()
 
void SetBackground (const std::string &filename, bool scaled=false)
 

Protected Attributes

Ui::CMainDialogm_dialog
 
CModManagerm_modManager
 
size_t m_modSelectedIndex = 0
 
- Protected Attributes inherited from Ui::CScreen
CRobotMainm_main
 
CInterfacem_interface
 
CApplicationm_app
 
CEventQueuem_eventQueue
 
Gfx::CEnginem_engine
 
CSoundInterfacem_sound
 
const Math::Point dim = Math::Point(32.0f/640.0f, 32.0f/480.0f)
 
const float ox = 3.0f/640.0f
 
const float oy = 3.0f/480.0f
 
const float sx = (32.0f+2.0f)/640.0f
 
const float sy = (32.0f+2.0f)/480.0f
 

Detailed Description

This class is the front-end for the CModManager.

Member Function Documentation

◆ CreateInterface()

void Ui::CScreenModList::CreateInterface ( )
overridevirtual

Implements Ui::CScreen.

◆ EventProcess()

bool Ui::CScreenModList::EventProcess ( const Event event)
overridevirtual

Implements Ui::CScreen.


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