Classes Files

Wombat::MamaSymbolListResortHandler

More…

#include <MamaSymbolListHandlerTypes.h>

Public Functions

  Name
virtual ~MamaSymbolListResortHandler()
virtual void onResort(MamaSymbolList * symbolList) =0

Detailed Description

class Wombat::MamaSymbolListResortHandler;

The MamaSymbolListResortHandler interface. Instances of subclasses of this class can be registered with a MamaSymbolList and will be invoked when the sorting of the symbol list has changed.

Public Functions Documentation

function ~MamaSymbolListResortHandler

inline virtual ~MamaSymbolListResortHandler()

function onResort

virtual void onResort(
    MamaSymbolList * symbolList
) =0

Parameters:

  • symbolList The symbol list.

Method invoked when the sorting of the symbol list has changed.


Updated on 2023-03-31 at 15:29:26 +0100