Structure used a base class for derived binder classes to store scan dependant information.
More...
#include <ScanBinder.h>
|
| InfoBase ()=default |
| Default constructor.
|
|
virtual | ~InfoBase ()=default |
| Virtual constructor so the memory management can be done in the scan binders base class.
|
|
virtual void | ReadWrite (IniProfile *ini, bool rd) |
| Read or writes the scan scan-binder information to profile. Derived classes need to inherit this member structure to write their added fields to profile.
|
|
Structure used a base class for derived binder classes to store scan dependant information.
◆ InfoBase()
sf::ScanBinder::InfoBase::InfoBase |
( |
| ) |
|
|
default |
◆ ~InfoBase()
virtual sf::ScanBinder::InfoBase::~InfoBase |
( |
| ) |
|
|
virtualdefault |
Virtual constructor so the memory management can be done in the scan binders base class.
◆ ReadWrite()
virtual void sf::ScanBinder::InfoBase::ReadWrite |
( |
IniProfile * |
ini, |
|
|
bool |
rd |
|
) |
| |
|
virtual |
Read or writes the scan scan-binder information to profile. Derived classes need to inherit this member structure to write their added fields to profile.
- Parameters
-
- Todo:
- Method must be renamed to 'store()'
◆ IgnoreFixtureOffset
bool sf::ScanBinder::InfoBase::IgnoreFixtureOffset {false} |
The documentation for this struct was generated from the following file: