API Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
ModulesDialog Class Reference

Allows the user to see which Modules are available and toggle them on or off, when Modules are toggleable. More...

#include <ModulesDialog.h>

Inheritance diagram for ModulesDialog:
[legend]
Collaboration diagram for ModulesDialog:
[legend]

Public Member Functions

void addAllModules ()
 
void init ()
 
QSize minimumSizeHint () const override
 
 ModulesDialog (QWidget *parent=nullptr)
 
QSize sizeHint () const override
 

Protected Attributes

QGridLayout * m_layout
 
QCustomScrollAream_scroll_area
 

Detailed Description

Allows the user to see which Modules are available and toggle them on or off, when Modules are toggleable.


Constructor & Destructor Documentation

◆ ModulesDialog()

ModulesDialog ( QWidget * parent = nullptr)

Member Function Documentation

◆ addAllModules()

void addAllModules ( )

◆ init()

void init ( )

◆ minimumSizeHint()

QSize minimumSizeHint ( ) const
override

◆ sizeHint()

QSize sizeHint ( ) const
override

Member Data Documentation

◆ m_layout

QGridLayout* m_layout
protected

◆ m_scroll_area

QCustomScrollArea* m_scroll_area
protected

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