

Public Member Functions | |
| document_list_functor (page &ipg, cgiScript &script, bool CanEdit, bool IsSignedIn) | |
| virtual | ~document_list_functor () |
| virtual bool | operator() (xmlNode &node) |
| void | editIcon (paragraphMap ¶s, xmlNode &node, string Id) |
| void | addIcon (paragraphMap ¶s, xmlNode &node) |
| document_list_functor (page &ipg, cgiScript &script, bool CanEdit, bool IsSignedIn) | |
| virtual | ~document_list_functor () |
| virtual bool | operator() (xmlNode &node) |
| void | editIcon (paragraphMap ¶s, xmlNode &node, string Id) |
| void | addIcon (paragraphMap ¶s, xmlNode &node) |
Private Attributes | |
| cgiScript & | script |
| bool | CanEdit |
| bool | IsSignedIn |
| bool | Secured |
| Document_Obj | document |
| cgiScript & | script |
Definition at line 18 of file documents.cpp.
| document_list_functor::document_list_functor | ( | page & | ipg, | |
| cgiScript & | script, | |||
| bool | CanEdit, | |||
| bool | IsSignedIn | |||
| ) | [inline] |
Definition at line 26 of file documents.cpp.
| virtual document_list_functor::~document_list_functor | ( | ) | [inline, virtual] |
Definition at line 29 of file documents.cpp.
| document_list_functor::document_list_functor | ( | page & | ipg, | |
| cgiScript & | script, | |||
| bool | CanEdit, | |||
| bool | IsSignedIn | |||
| ) | [inline] |
Definition at line 24 of file documents.cpp.
| virtual document_list_functor::~document_list_functor | ( | ) | [inline, virtual] |
Definition at line 27 of file documents.cpp.
| virtual bool document_list_functor::operator() | ( | xmlNode & | node | ) | [inline, virtual] |
Reimplemented from base_functor.
Definition at line 32 of file documents.cpp.
References addIcon(), ocString::append(), xmlNode::attr, Document_Obj::Category, clause, Document_Obj::Description, document, editIcon(), Document_Obj::Filename, read_write_base::get_data(), page::get_template(), cgiTemplates::getParagraphs(), Document_Obj::Id, IsSignedIn, read_write_base::last_result(), Document_Obj::Name, read_write_base::next(), base_functor::pg, ocString::replace(), ocString::replaceAll(), script, and Secured.
| void document_list_functor::editIcon | ( | paragraphMap & | paras, | |
| xmlNode & | node, | |||
| string | Id | |||
| ) | [inline] |
Definition at line 97 of file documents.cpp.
References xmlNode::attr, CanEdit, ocString::replaceAll(), and script.
Referenced by operator()().
| void document_list_functor::addIcon | ( | paragraphMap & | paras, | |
| xmlNode & | node | |||
| ) | [inline] |
Definition at line 115 of file documents.cpp.
References xmlNode::attr, CanEdit, and script.
Referenced by operator()().
| virtual bool document_list_functor::operator() | ( | xmlNode & | node | ) | [inline, virtual] |
Reimplemented from base_functor.
Definition at line 30 of file documents.cpp.
References addIcon(), ocString::append(), xmlNode::attr, Document_Obj::Category, clause, Document_Obj::Description, document, editIcon(), Document_Obj::Filename, read_write_base::get_data(), page::get_template(), cgiTemplates::getParagraphs(), Document_Obj::Id, IsSignedIn, read_write_base::last_result(), Document_Obj::Name, read_write_base::next(), base_functor::pg, ocString::replace(), ocString::replaceAll(), script, and Secured.
| void document_list_functor::editIcon | ( | paragraphMap & | paras, | |
| xmlNode & | node, | |||
| string | Id | |||
| ) | [inline] |
Definition at line 95 of file documents.cpp.
References xmlNode::attr, CanEdit, ocString::replaceAll(), and script.
| void document_list_functor::addIcon | ( | paragraphMap & | paras, | |
| xmlNode & | node | |||
| ) | [inline] |
cgiScript& document_list_functor::script [private] |
bool document_list_functor::CanEdit [private] |
bool document_list_functor::IsSignedIn [private] |
bool document_list_functor::Secured [private] |
Document_Obj document_list_functor::document [private] |
cgiScript& document_list_functor::script [private] |
Definition at line 18 of file documents.cpp.
1.5.5