Wittyshare  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Slots | Public Member Functions | Private Attributes | List of all members
WsFormConfig Class Reference

#include <WsFormConfig.h>

Inheritance diagram for WsFormConfig:
Inheritance graph
Collaboration diagram for WsFormConfig:
Collaboration graph

Public Slots

void doCancel ()
 
void doSave ()
 
void doLock ()
 
void doLockEnd ()
 
void doUpdateTimerLock ()
 

Public Member Functions

 WsFormConfig (NodePtr pNode, WsModulesLoader &rMl, Wt::WContainerWidget *parent=0)
 
 ~WsFormConfig ()
 
void setEditorFhtml (gdFHtmlEditor *pFhtmlEditor)
 

Private Attributes

NodePtr m_pNode
 
WsModulesLoaderm_ml
 
std::vector< WsEditorWidget * > m_vEditorWidget
 
Wt::WLineEdit * m_pName
 
Wt::WLineEdit * m_pInitPage
 
Wt::WLineEdit * m_pDisplayName
 
Wt::WLineEdit * m_pAuthor
 
Wt::WDatePicker * m_pDatePicker
 
gdFHtmlEditor * m_pShortDescEditor
 
Wt::WTextArea * m_pShortDescTextArea
 
Wt::WCheckBox * m_pCBInMenu
 
Wt::WCheckBox * m_pCBInView
 
Wt::WCheckBox * m_pCBSort
 
gdFHtmlEditor * m_pFhtmlEditor
 
Wt::WLineEdit * m_pSortNumber
 
Wt::WCheckBox * m_pCBInheritRights
 
Wt::WComboBox * m_pCBBTemplates
 
Wt::WPushButton * m_pSave
 
Wt::WPushButton * m_pLock
 
Wt::WTimer * m_pTimer
 
Wt::WTimer * m_pTimerTick
 
int m_timeLockLeft
 
Wt::WDateTime m_wDateTime
 
std::string m_sName
 
std::string m_sInitPage
 
std::string m_sDisplayName
 
std::string m_sAuthor
 
std::string m_sTemplate
 
bool m_binMenu
 
bool m_binView
 
std::string m_sShortDesc
 
bool m_bSort
 
long m_lSortNumber
 
bool m_bInheritRights
 
bool m_bUseTextArea
 

Detailed Description

Definition at line 28 of file WsFormConfig.h.

Constructor & Destructor Documentation

WsFormConfig::WsFormConfig ( NodePtr  pNode,
WsModulesLoader rMl,
Wt::WContainerWidget *  parent = 0 
)

Definition at line 23 of file WsFormConfig.cpp.

Here is the call graph for this function:

WsFormConfig::~WsFormConfig ( )

Definition at line 190 of file WsFormConfig.cpp.

Member Function Documentation

void WsFormConfig::doCancel ( )
slot

Definition at line 198 of file WsFormConfig.cpp.

Here is the caller graph for this function:

void WsFormConfig::doLock ( )
slot

Definition at line 204 of file WsFormConfig.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void WsFormConfig::doLockEnd ( )
slot

Definition at line 238 of file WsFormConfig.cpp.

Here is the caller graph for this function:

void WsFormConfig::doSave ( )
slot

Definition at line 256 of file WsFormConfig.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void WsFormConfig::doUpdateTimerLock ( )
slot

Definition at line 247 of file WsFormConfig.cpp.

Here is the caller graph for this function:

void WsFormConfig::setEditorFhtml ( gdFHtmlEditor *  pFhtmlEditor)

Definition at line 193 of file WsFormConfig.cpp.

Here is the caller graph for this function:

Member Data Documentation

bool WsFormConfig::m_bInheritRights
private

Definition at line 78 of file WsFormConfig.h.

bool WsFormConfig::m_binMenu
private

Definition at line 73 of file WsFormConfig.h.

bool WsFormConfig::m_binView
private

Definition at line 74 of file WsFormConfig.h.

bool WsFormConfig::m_bSort
private

Definition at line 76 of file WsFormConfig.h.

bool WsFormConfig::m_bUseTextArea
private

Definition at line 79 of file WsFormConfig.h.

long WsFormConfig::m_lSortNumber
private

Definition at line 77 of file WsFormConfig.h.

WsModulesLoader& WsFormConfig::m_ml
private

Definition at line 43 of file WsFormConfig.h.

Wt::WLineEdit* WsFormConfig::m_pAuthor
private

Definition at line 48 of file WsFormConfig.h.

Wt::WComboBox* WsFormConfig::m_pCBBTemplates
private

Definition at line 58 of file WsFormConfig.h.

Wt::WCheckBox* WsFormConfig::m_pCBInheritRights
private

Definition at line 57 of file WsFormConfig.h.

Wt::WCheckBox* WsFormConfig::m_pCBInMenu
private

Definition at line 52 of file WsFormConfig.h.

Wt::WCheckBox* WsFormConfig::m_pCBInView
private

Definition at line 53 of file WsFormConfig.h.

Wt::WCheckBox* WsFormConfig::m_pCBSort
private

Definition at line 54 of file WsFormConfig.h.

Wt::WDatePicker* WsFormConfig::m_pDatePicker
private

Definition at line 49 of file WsFormConfig.h.

Wt::WLineEdit* WsFormConfig::m_pDisplayName
private

Definition at line 47 of file WsFormConfig.h.

gdFHtmlEditor* WsFormConfig::m_pFhtmlEditor
private

Definition at line 55 of file WsFormConfig.h.

Wt::WLineEdit* WsFormConfig::m_pInitPage
private

Definition at line 46 of file WsFormConfig.h.

Wt::WPushButton* WsFormConfig::m_pLock
private

Definition at line 60 of file WsFormConfig.h.

Wt::WLineEdit* WsFormConfig::m_pName
private

Definition at line 45 of file WsFormConfig.h.

NodePtr WsFormConfig::m_pNode
private

Definition at line 42 of file WsFormConfig.h.

Wt::WPushButton* WsFormConfig::m_pSave
private

Definition at line 59 of file WsFormConfig.h.

gdFHtmlEditor* WsFormConfig::m_pShortDescEditor
private

Definition at line 50 of file WsFormConfig.h.

Wt::WTextArea* WsFormConfig::m_pShortDescTextArea
private

Definition at line 51 of file WsFormConfig.h.

Wt::WLineEdit* WsFormConfig::m_pSortNumber
private

Definition at line 56 of file WsFormConfig.h.

Wt::WTimer* WsFormConfig::m_pTimer
private

Definition at line 61 of file WsFormConfig.h.

Wt::WTimer* WsFormConfig::m_pTimerTick
private

Definition at line 62 of file WsFormConfig.h.

std::string WsFormConfig::m_sAuthor
private

Definition at line 71 of file WsFormConfig.h.

std::string WsFormConfig::m_sDisplayName
private

Definition at line 70 of file WsFormConfig.h.

std::string WsFormConfig::m_sInitPage
private

Definition at line 69 of file WsFormConfig.h.

std::string WsFormConfig::m_sName
private

Definition at line 68 of file WsFormConfig.h.

std::string WsFormConfig::m_sShortDesc
private

Definition at line 75 of file WsFormConfig.h.

std::string WsFormConfig::m_sTemplate
private

Definition at line 72 of file WsFormConfig.h.

int WsFormConfig::m_timeLockLeft
private

Definition at line 63 of file WsFormConfig.h.

std::vector<WsEditorWidget*> WsFormConfig::m_vEditorWidget
private

Definition at line 44 of file WsFormConfig.h.

Wt::WDateTime WsFormConfig::m_wDateTime
private

Definition at line 67 of file WsFormConfig.h.


The documentation for this class was generated from the following files: