#include <itemstatushandler.h>
|
| | ItemStatusHandler (std::vector< std::string > &items, std::vector< std::string > allLabels, std::vector< int > allImages) |
| |
| | ItemStatusHandler (std::vector< std::string > &items, std::vector< std::string > labels, std::vector< int > images, Bundle *bundle) |
| |
| void | save (Bundle *bundle) |
| |
| int | image (const std::string &item) |
| |
| std::string | label (const std::string &item) |
| |
| bool | isKnown (const std::string &item) |
| |
| void | know (const std::string &item) |
| |
| std::set< std::string > | unknown () |
| |
|
| std::set< std::string > | known |
| |
◆ ItemStatusHandler() [1/2]
| ItemStatusHandler::ItemStatusHandler |
( |
std::vector< std::string > & | items, |
|
|
std::vector< std::string > | allLabels, |
|
|
std::vector< int > | allImages ) |
◆ ItemStatusHandler() [2/2]
| ItemStatusHandler::ItemStatusHandler |
( |
std::vector< std::string > & | items, |
|
|
std::vector< std::string > | labels, |
|
|
std::vector< int > | images, |
|
|
Bundle * | bundle ) |
◆ image()
| int ItemStatusHandler::image |
( |
const std::string & | item | ) |
|
◆ isKnown()
| bool ItemStatusHandler::isKnown |
( |
const std::string & | item | ) |
|
◆ know()
| void ItemStatusHandler::know |
( |
const std::string & | item | ) |
|
◆ label()
| std::string ItemStatusHandler::label |
( |
const std::string & | item | ) |
|
◆ save()
| void ItemStatusHandler::save |
( |
Bundle * | bundle | ) |
|
◆ unknown()
| std::set< std::string > ItemStatusHandler::unknown |
( |
| ) |
|
◆ known
| std::set<std::string> ItemStatusHandler::known |
The documentation for this class was generated from the following files: