OpenTTD Source 20250704-master-gf23845805a
DropDownUnselectable< TBase, TFs > Class Template Reference

Drop down component that makes the item unselectable. More...

#include <dropdown_common_type.h>

Inheritance diagram for DropDownUnselectable< TBase, TFs >:

Public Member Functions

template<typename... Args>
 DropDownUnselectable (Args &&... args)
 
bool Selectable () const override
 

Detailed Description

template<class TBase, FontSize TFs = FS_NORMAL>
class DropDownUnselectable< TBase, TFs >

Drop down component that makes the item unselectable.

Template Parameters
TBaseBase component.

Definition at line 268 of file dropdown_common_type.h.

Constructor & Destructor Documentation

◆ DropDownUnselectable()

template<class TBase , FontSize TFs = FS_NORMAL>
template<typename... Args>
DropDownUnselectable< TBase, TFs >::DropDownUnselectable ( Args &&...  args)
inlineexplicit

Definition at line 271 of file dropdown_common_type.h.

Member Function Documentation

◆ Selectable()

template<class TBase , FontSize TFs = FS_NORMAL>
bool DropDownUnselectable< TBase, TFs >::Selectable ( ) const
inlineoverride

Definition at line 273 of file dropdown_common_type.h.


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