#include <pg_paragraph.hpp>

Public Member Functions | |
| page_paragraph () | |
| virtual | ~page_paragraph () |
| page_paragraph & | operator= (const page_paragraph &in) |
| void | propset (openRS &rs) |
| void | emit (paragraphMap ¶s, ostream &toBrowser, string replace_tag) |
| long long | id (void) const |
| long long | site_id (void) const |
| long long | page_id (void) const |
| long | place_order (void) const |
| string | template_tag (void) const |
| string | replace_tag (void) const |
| string | name (void) const |
| string | content (void) const |
| void | id (long long in) |
| void | site_id (long long in) |
| void | page_id (long long in) |
| void | place_order (long in) |
| void | template_tag (string in) |
| void | replace_tag (string in) |
| void | name (string in) |
| void | content (string in) |
| page_paragraph () | |
| virtual | ~page_paragraph () |
| page_paragraph (const page_paragraph &in) | |
| page_paragraph & | operator= (const page_paragraph &in) |
| void | propset (openRS &rs) |
| string | userName (void) |
| void | emit (paragraphMap ¶s, ostream &toBrowser, string replace_tag) |
| identifier | id (void) |
| void | id (const identifier in) |
| llong | site_id (void) |
| void | site_id (const llong in) |
| llong | page_id (void) |
| void | page_id (const llong in) |
| int | place_order (void) |
| void | place_order (const int in) |
| string & | template_tag (void) |
| void | template_tag (const string &in) |
| string & | replace_tag (void) |
| void | replace_tag (const string &in) |
| string & | name (void) |
| void | name (const string &in) |
| string & | content (void) |
| void | content (const string &in) |
| llong | author (void) |
| void | author (const llong in) |
| time_date & | time_authored (void) |
| void | time_authored (const time_date &in) |
| time_date & | time_start (void) |
| void | time_start (const time_date &in) |
| time_date & | time_end (void) |
| void | time_end (const time_date &in) |
| bool | approved (void) |
| void | approved (const bool in) |
| string & | section (void) |
| void | section (const string &in) |
| page_paragraph () | |
| virtual | ~page_paragraph () |
| page_paragraph & | operator= (const page_paragraph &in) |
| void | propset (openRS &rs) |
| void | emit (paragraphMap ¶s, ostream &toBrowser, string replace_tag) |
| long long | id (void) const |
| long long | site_id (void) const |
| long long | page_id (void) const |
| long | place_order (void) const |
| string | template_tag (void) const |
| string | replace_tag (void) const |
| string | name (void) const |
| string | content (void) const |
| void | id (long long in) |
| void | site_id (long long in) |
| void | page_id (long long in) |
| void | place_order (long in) |
| void | template_tag (string in) |
| void | replace_tag (string in) |
| void | name (string in) |
| void | content (string in) |
Public Attributes | |
| string | editIcon |
Protected Attributes | |
| long long | m_id |
| long long | m_site_id |
| long long | m_page_id |
| long | m_place_order |
| string | m_template_tag |
| string | m_replace_tag |
| string | m_name |
| string | m_content |
| identifier | m_id |
| llong | m_site_id |
| llong | m_page_id |
| int | m_place_order |
| llong | m_author |
| time_date | m_time_authored |
| time_date | m_time_start |
| time_date | m_time_end |
| bool | m_approved |
| string | m_section |
Definition at line 22 of file pg_paragraph.hpp.
| page_paragraph::page_paragraph | ( | ) | [inline] |
Definition at line 35 of file pg_paragraph.hpp.
| virtual page_paragraph::~page_paragraph | ( | ) | [inline, virtual] |
Definition at line 41 of file pg_paragraph.hpp.
| page_paragraph::page_paragraph | ( | ) | [inline] |
Definition at line 149 of file pg_paragraph.hpp.
| virtual page_paragraph::~page_paragraph | ( | ) | [inline, virtual] |
Definition at line 168 of file pg_paragraph.hpp.
| page_paragraph::page_paragraph | ( | const page_paragraph & | in | ) | [inline] |
Definition at line 170 of file pg_paragraph.hpp.
| page_paragraph::page_paragraph | ( | ) | [inline] |
Definition at line 35 of file pg_paragraph.hpp.
| virtual page_paragraph::~page_paragraph | ( | ) | [inline, virtual] |
Definition at line 41 of file pg_paragraph.hpp.
| page_paragraph& page_paragraph::operator= | ( | const page_paragraph & | in | ) | [inline] |
Definition at line 46 of file pg_paragraph.hpp.
References content(), id(), name(), page_id(), place_order(), replace_tag(), site_id(), and template_tag().
| void page_paragraph::propset | ( | openRS & | rs | ) | [inline] |
Definition at line 59 of file pg_paragraph.hpp.
References content(), basicField::format(), openRS::getField(), id(), name(), page_id(), place_order(), replace_tag(), site_id(), and template_tag().
Referenced by page_paragraphs::load().
| void page_paragraph::emit | ( | paragraphMap & | paras, | |
| ostream & | toBrowser, | |||
| string | replace_tag | |||
| ) | [inline] |
Definition at line 72 of file pg_paragraph.hpp.
References ocString::append(), content(), output(), place_order(), ocString::replace(), and template_tag().
| long long page_paragraph::id | ( | void | ) | const [inline] |
Definition at line 89 of file pg_paragraph.hpp.
References m_id.
Referenced by operator=(), and propset().
| long long page_paragraph::site_id | ( | void | ) | const [inline] |
Definition at line 90 of file pg_paragraph.hpp.
References m_site_id.
Referenced by operator=(), and propset().
| long long page_paragraph::page_id | ( | void | ) | const [inline] |
Definition at line 91 of file pg_paragraph.hpp.
References m_page_id.
Referenced by operator=(), and propset().
| long page_paragraph::place_order | ( | void | ) | const [inline] |
Definition at line 92 of file pg_paragraph.hpp.
References m_place_order.
Referenced by emit(), operator=(), and propset().
| string page_paragraph::template_tag | ( | void | ) | const [inline] |
Definition at line 93 of file pg_paragraph.hpp.
References m_template_tag.
Referenced by emit(), show_page::loadSlides(), operator=(), show_page::para_emitSlide(), show_page::paras_emitDetail(), and propset().
| string page_paragraph::replace_tag | ( | void | ) | const [inline] |
Definition at line 94 of file pg_paragraph.hpp.
References m_replace_tag.
Referenced by operator=(), and propset().
| string page_paragraph::name | ( | void | ) | const [inline] |
Definition at line 95 of file pg_paragraph.hpp.
References m_name.
Referenced by operator=(), propset(), show_page::slideEmission(), and userName().
| string page_paragraph::content | ( | void | ) | const [inline] |
Definition at line 96 of file pg_paragraph.hpp.
References m_content.
Referenced by emit(), operator=(), show_page::para_emitDetail(), propset(), and show_page::slideEmission().
| void page_paragraph::id | ( | long long | in | ) | [inline] |
| void page_paragraph::site_id | ( | long long | in | ) | [inline] |
| void page_paragraph::page_id | ( | long long | in | ) | [inline] |
| void page_paragraph::place_order | ( | long | in | ) | [inline] |
| void page_paragraph::template_tag | ( | string | in | ) | [inline] |
| void page_paragraph::replace_tag | ( | string | in | ) | [inline] |
| void page_paragraph::name | ( | string | in | ) | [inline] |
| void page_paragraph::content | ( | string | in | ) | [inline] |
| page_paragraph& page_paragraph::operator= | ( | const page_paragraph & | in | ) | [inline] |
Definition at line 189 of file pg_paragraph.hpp.
References m_approved, m_author, m_content, m_id, m_name, m_page_id, m_place_order, m_replace_tag, m_section, m_site_id, m_template_tag, m_time_authored, m_time_end, and m_time_start.
| void page_paragraph::propset | ( | openRS & | rs | ) | [inline] |
Definition at line 208 of file pg_paragraph.hpp.
References approved(), author(), content(), basicField::format(), openRS::getField(), id(), basicField::isNull(), name(), page_id(), place_order(), replace_tag(), section(), site_id(), template_tag(), time_authored(), time_end(), and time_start().
| string page_paragraph::userName | ( | void | ) | [inline] |
Definition at line 226 of file pg_paragraph.hpp.
References ocString::append(), author(), openLogin::FullName(), openLogin::getUser(), and name().
Referenced by emit().
| void page_paragraph::emit | ( | paragraphMap & | paras, | |
| ostream & | toBrowser, | |||
| string | replace_tag | |||
| ) | [inline] |
Definition at line 242 of file pg_paragraph.hpp.
References ocString::append(), approved(), content(), time_date::format(), output(), place_order(), ocString::replace(), template_tag(), time_authored(), and userName().
| identifier page_paragraph::id | ( | void | ) | [inline] |
| void page_paragraph::id | ( | const identifier | in | ) | [inline] |
| llong page_paragraph::site_id | ( | void | ) | [inline] |
| void page_paragraph::site_id | ( | const llong | in | ) | [inline] |
| llong page_paragraph::page_id | ( | void | ) | [inline] |
| void page_paragraph::page_id | ( | const llong | in | ) | [inline] |
| int page_paragraph::place_order | ( | void | ) | [inline] |
| void page_paragraph::place_order | ( | const int | in | ) | [inline] |
| string& page_paragraph::template_tag | ( | void | ) | [inline] |
| void page_paragraph::template_tag | ( | const string & | in | ) | [inline] |
| string& page_paragraph::replace_tag | ( | void | ) | [inline] |
| void page_paragraph::replace_tag | ( | const string & | in | ) | [inline] |
| string& page_paragraph::name | ( | void | ) | [inline] |
| void page_paragraph::name | ( | const string & | in | ) | [inline] |
| string& page_paragraph::content | ( | void | ) | [inline] |
| void page_paragraph::content | ( | const string & | in | ) | [inline] |
| llong page_paragraph::author | ( | void | ) | [inline] |
Definition at line 305 of file pg_paragraph.hpp.
References m_author.
Referenced by propset(), and userName().
| void page_paragraph::author | ( | const llong | in | ) | [inline] |
| time_date& page_paragraph::time_authored | ( | void | ) | [inline] |
| void page_paragraph::time_authored | ( | const time_date & | in | ) | [inline] |
| time_date& page_paragraph::time_start | ( | void | ) | [inline] |
| void page_paragraph::time_start | ( | const time_date & | in | ) | [inline] |
| time_date& page_paragraph::time_end | ( | void | ) | [inline] |
| void page_paragraph::time_end | ( | const time_date & | in | ) | [inline] |
| bool page_paragraph::approved | ( | void | ) | [inline] |
| void page_paragraph::approved | ( | const bool | in | ) | [inline] |
| string& page_paragraph::section | ( | void | ) | [inline] |
| void page_paragraph::section | ( | const string & | in | ) | [inline] |
| page_paragraph& page_paragraph::operator= | ( | const page_paragraph & | in | ) | [inline] |
Definition at line 46 of file pg_paragraph.hpp.
References content(), id(), name(), page_id(), place_order(), replace_tag(), site_id(), and template_tag().
| void page_paragraph::propset | ( | openRS & | rs | ) | [inline] |
Definition at line 59 of file pg_paragraph.hpp.
References content(), basicField::format(), openRS::getField(), id(), name(), page_id(), place_order(), replace_tag(), site_id(), and template_tag().
| void page_paragraph::emit | ( | paragraphMap & | paras, | |
| ostream & | toBrowser, | |||
| string | replace_tag | |||
| ) | [inline] |
Definition at line 72 of file pg_paragraph.hpp.
References ocString::append(), content(), output(), place_order(), ocString::replace(), and template_tag().
| long long page_paragraph::id | ( | void | ) | const [inline] |
| long long page_paragraph::site_id | ( | void | ) | const [inline] |
| long long page_paragraph::page_id | ( | void | ) | const [inline] |
| long page_paragraph::place_order | ( | void | ) | const [inline] |
| string page_paragraph::template_tag | ( | void | ) | const [inline] |
| string page_paragraph::replace_tag | ( | void | ) | const [inline] |
| string page_paragraph::name | ( | void | ) | const [inline] |
| string page_paragraph::content | ( | void | ) | const [inline] |
| void page_paragraph::id | ( | long long | in | ) | [inline] |
| void page_paragraph::site_id | ( | long long | in | ) | [inline] |
| void page_paragraph::page_id | ( | long long | in | ) | [inline] |
| void page_paragraph::place_order | ( | long | in | ) | [inline] |
| void page_paragraph::template_tag | ( | string | in | ) | [inline] |
| void page_paragraph::replace_tag | ( | string | in | ) | [inline] |
| void page_paragraph::name | ( | string | in | ) | [inline] |
| void page_paragraph::content | ( | string | in | ) | [inline] |
long long page_paragraph::m_id [protected] |
long long page_paragraph::m_site_id [protected] |
long long page_paragraph::m_page_id [protected] |
long page_paragraph::m_place_order [protected] |
string page_paragraph::m_template_tag [protected] |
string page_paragraph::m_replace_tag [protected] |
string page_paragraph::m_name [protected] |
string page_paragraph::m_content [protected] |
identifier page_paragraph::m_id [protected] |
Definition at line 128 of file pg_paragraph.hpp.
llong page_paragraph::m_site_id [protected] |
Definition at line 129 of file pg_paragraph.hpp.
llong page_paragraph::m_page_id [protected] |
Definition at line 130 of file pg_paragraph.hpp.
int page_paragraph::m_place_order [protected] |
Definition at line 131 of file pg_paragraph.hpp.
llong page_paragraph::m_author [protected] |
time_date page_paragraph::m_time_authored [protected] |
time_date page_paragraph::m_time_start [protected] |
time_date page_paragraph::m_time_end [protected] |
bool page_paragraph::m_approved [protected] |
string page_paragraph::m_section [protected] |
| string page_paragraph::editIcon |
Definition at line 146 of file pg_paragraph.hpp.
1.5.5