SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
openswmmvis::lid::LidControlRegistry Class Reference

#include <lidcontrolregistry.h>

Inheritance diagram for openswmmvis::lid::LidControlRegistry:
Collaboration diagram for openswmmvis::lid::LidControlRegistry:

Signals

void providerAdded (openswmmvis::lid::LidControlProvider *provider)
 
void providerAboutToBeRemoved (openswmmvis::lid::LidControlProvider *provider)
 
void providerRenamed (openswmmvis::lid::LidControlProvider *provider, const QString &prevName, const QString &newName)
 
void providerParamsChanged (openswmmvis::lid::LidControlProvider *provider)
 

Public Member Functions

 LidControlRegistry (QObject *parent=nullptr)
 
 ~LidControlRegistry () override
 
QVector< LidControlProvider * > providers () const
 
int providerCount () const noexcept
 
LidControlProviderfindByName (const QString &name) const
 
bool hasName (const QString &name) const
 
LidControlProvidercreate (const QString &name)
 
void remove (LidControlProvider *p)
 
bool rename (LidControlProvider *p, const QString &newName)
 
int loadFromEngine (void *engineHandle)
 
int saveToEngine (void *engineHandle)
 
int saveToEngine ()
 
void * engineHandle () const noexcept
 

Constructor & Destructor Documentation

◆ LidControlRegistry()

openswmmvis::lid::LidControlRegistry::LidControlRegistry ( QObject *  parent = nullptr)
explicit

◆ ~LidControlRegistry()

openswmmvis::lid::LidControlRegistry::~LidControlRegistry ( )
overridedefault

Member Function Documentation

◆ create()

LidControlProvider * openswmmvis::lid::LidControlRegistry::create ( const QString &  name)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ engineHandle()

void * openswmmvis::lid::LidControlRegistry::engineHandle ( ) const
inlinenoexcept
Here is the caller graph for this function:

◆ findByName()

LidControlProvider * openswmmvis::lid::LidControlRegistry::findByName ( const QString &  name) const
Here is the caller graph for this function:

◆ hasName()

bool openswmmvis::lid::LidControlRegistry::hasName ( const QString &  name) const
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ loadFromEngine()

int openswmmvis::lid::LidControlRegistry::loadFromEngine ( void *  engineHandle)
Here is the call graph for this function:

◆ providerAboutToBeRemoved

void openswmmvis::lid::LidControlRegistry::providerAboutToBeRemoved ( openswmmvis::lid::LidControlProvider provider)
signal
Here is the caller graph for this function:

◆ providerAdded

void openswmmvis::lid::LidControlRegistry::providerAdded ( openswmmvis::lid::LidControlProvider provider)
signal
Here is the caller graph for this function:

◆ providerCount()

int openswmmvis::lid::LidControlRegistry::providerCount ( ) const
inlinenoexcept

◆ providerParamsChanged

void openswmmvis::lid::LidControlRegistry::providerParamsChanged ( openswmmvis::lid::LidControlProvider provider)
signal
Here is the caller graph for this function:

◆ providerRenamed

void openswmmvis::lid::LidControlRegistry::providerRenamed ( openswmmvis::lid::LidControlProvider provider,
const QString &  prevName,
const QString &  newName 
)
signal
Here is the caller graph for this function:

◆ providers()

QVector< LidControlProvider * > openswmmvis::lid::LidControlRegistry::providers ( ) const
inline

◆ remove()

void openswmmvis::lid::LidControlRegistry::remove ( LidControlProvider p)
Here is the call graph for this function:

◆ rename()

bool openswmmvis::lid::LidControlRegistry::rename ( LidControlProvider p,
const QString &  newName 
)
Here is the call graph for this function:

◆ saveToEngine() [1/2]

int openswmmvis::lid::LidControlRegistry::saveToEngine ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ saveToEngine() [2/2]

int openswmmvis::lid::LidControlRegistry::saveToEngine ( void *  engineHandle)
Here is the call graph for this function:

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