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
Ufe::ChildFilterFlag Struct Reference

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...
 

Detailed Description

Structure to describe child filtering.

Provides a simple method to describe a children filter flag.

Definition at line 29 of file hierarchy.h.

Constructor & Destructor Documentation

◆ ChildFilterFlag() [1/2]

Ufe::ChildFilterFlag::ChildFilterFlag ( )
default

◆ ChildFilterFlag() [2/2]

Ufe::ChildFilterFlag::ChildFilterFlag ( const std::string &  filterName,
const std::string &  filterLabel,
bool  filterValue 
)

Member Data Documentation

◆ label

std::string Ufe::ChildFilterFlag::label

The user-visible string, possibly localized.

Definition at line 40 of file hierarchy.h.

◆ name

std::string Ufe::ChildFilterFlag::name

The implementation-specific name of this child filter flag.

Definition at line 37 of file hierarchy.h.

◆ value

bool Ufe::ChildFilterFlag::value {false}

The value for this child filter flag.

Definition at line 43 of file hierarchy.h.


The documentation for this struct was generated from the following file: