![]() |
ufe
3.2
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
|
Structure to describe child filtering. More...
#include <hierarchy.h>
Public Member Functions | |
ChildFilterFlag ()=default | |
ChildFilterFlag (const std::string &filterName, const std::string &filterLabel, bool filterValue) | |
Public Attributes | |
std::string | name |
The implementation-specific name of this child filter flag. More... | |
std::string | label |
The user-visible string, possibly localized. More... | |
bool | value {false} |
The value for this child filter flag. More... | |
Structure to describe child filtering.
Provides a simple method to describe a children filter flag.
Definition at line 29 of file hierarchy.h.
|
default |
Ufe::ChildFilterFlag::ChildFilterFlag | ( | const std::string & | filterName, |
const std::string & | filterLabel, | ||
bool | filterValue | ||
) |
std::string Ufe::ChildFilterFlag::label |
The user-visible string, possibly localized.
Definition at line 40 of file hierarchy.h.
std::string Ufe::ChildFilterFlag::name |
The implementation-specific name of this child filter flag.
Definition at line 37 of file hierarchy.h.
bool Ufe::ChildFilterFlag::value {false} |
The value for this child filter flag.
Definition at line 43 of file hierarchy.h.