OpenTTD
Public Member Functions
NewGRFScanCallback Struct Referenceabstract

Callback for NewGRF scanning. More...

#include <newgrf_config.h>

Inheritance diagram for NewGRFScanCallback:
AfterNewGRFScan NewGRFWindow

Public Member Functions

virtual ~NewGRFScanCallback ()
 Make sure the right destructor gets called. More...
 
virtual void OnNewGRFsScanned ()=0
 Called whenever the NewGRF scan completed. More...
 

Detailed Description

Callback for NewGRF scanning.

Definition at line 208 of file newgrf_config.h.

Constructor & Destructor Documentation

◆ ~NewGRFScanCallback()

virtual NewGRFScanCallback::~NewGRFScanCallback ( )
inlinevirtual

Member Function Documentation

◆ OnNewGRFsScanned()

virtual void NewGRFScanCallback::OnNewGRFsScanned ( )
pure virtual

Called whenever the NewGRF scan completed.

Implemented in NewGRFWindow, and AfterNewGRFScan.


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