OpenTTD Source 20251019-master-g9f7f314f81
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 294 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 297 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 299 of file dropdown_common_type.h.


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