All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
HighlightDelegate.cpp File Reference

Go to the source code of this file.

Functions

std::string GetOidAsString (const te::da::ObjectId *oid)
 
std::set< std::string > GetOidsAsString (const te::da::ObjectIdSet *objs)
 
bool ToHighlight (te::da::DataSet *dset, const te::da::ObjectIdSet *objs, const int &row)
 
bool ToHighlight (te::da::DataSet *dset, const std::vector< size_t > &cols, const std::set< std::string > &data, const int &row)
 

Function Documentation

std::string GetOidAsString ( const te::da::ObjectId oid)

Definition at line 61 of file HighlightDelegate.cpp.

References te::da::ObjectId::getValue().

Referenced by GetOidsAsString().

std::set<std::string> GetOidsAsString ( const te::da::ObjectIdSet objs)
bool ToHighlight ( te::da::DataSet dset,
const std::vector< size_t > &  cols,
const std::set< std::string > &  data,
const int &  row 
)