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

#include <WsBreadCrumb.h>

Inheritance diagram for WsBreadCrumb:
Inheritance graph
Collaboration diagram for WsBreadCrumb:
Collaboration graph

Classes

class  breadCrump
 

Public Slots

void doPathChanged (std::string newPath)
 
void onBreadCrumbSelected (Wt::WMenuItem *pMenuItem)
 

Public Member Functions

 WsBreadCrumb (Wt::WContainerWidget *parent=0)
 
 ~WsBreadCrumb ()
 
virtual void load ()
 
void setDebugging (bool bDebug)
 
void setOption (const std::string &attribute, boost::any value)
 Set an options if previously set, update the value. More...
 
void setOptions (const std::vector< WsOption > &vOptions)
 Set all options. More...
 
const boost::any & option (const std::string &attribute) const
 Get an options value. More...
 
const std::vector< WsOption > & options () const
 Get all options. More...
 
void outOptions (const std::string message)
 Output all options. More...
 

Private Attributes

std::vector< breadCrumpm_vBreadCrumb
 
Wt::WMenu * m_pMenu
 
bool m_bDebug
 

Detailed Description

Definition at line 14 of file WsBreadCrumb.h.

Constructor & Destructor Documentation

WsBreadCrumb::WsBreadCrumb ( Wt::WContainerWidget *  parent = 0)

Definition at line 31 of file WsBreadCrumb.cpp.

WsBreadCrumb::~WsBreadCrumb ( )

Definition at line 39 of file WsBreadCrumb.cpp.

Member Function Documentation

void WsBreadCrumb::doPathChanged ( std::string  newPath)
slot

Definition at line 54 of file WsBreadCrumb.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void WsBreadCrumb::load ( )
virtual

Definition at line 42 of file WsBreadCrumb.cpp.

Here is the call graph for this function:

void WsBreadCrumb::onBreadCrumbSelected ( Wt::WMenuItem *  pMenuItem)
slot

Definition at line 92 of file WsBreadCrumb.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

const boost::any & WsOptions::option ( const std::string &  attribute) const
inherited

Get an options value.

Definition at line 62 of file WsOption.cpp.

Here is the caller graph for this function:

const std::vector< WsOption > & WsOptions::options ( ) const
inherited

Get all options.

Definition at line 70 of file WsOption.cpp.

Here is the caller graph for this function:

void WsOptions::outOptions ( const std::string  message)
inherited

Output all options.

Definition at line 75 of file WsOption.cpp.

Here is the caller graph for this function:

void WsBreadCrumb::setDebugging ( bool  bDebug)

Definition at line 49 of file WsBreadCrumb.cpp.

void WsOptions::setOption ( const std::string &  attribute,
boost::any  value 
)
inherited

Set an options if previously set, update the value.

Definition at line 47 of file WsOption.cpp.

Here is the caller graph for this function:

void WsOptions::setOptions ( const std::vector< WsOption > &  vOptions)
inherited

Set all options.

Definition at line 57 of file WsOption.cpp.

Here is the caller graph for this function:

Member Data Documentation

bool WsBreadCrumb::m_bDebug
private

Definition at line 38 of file WsBreadCrumb.h.

Wt::WMenu* WsBreadCrumb::m_pMenu
private

Definition at line 37 of file WsBreadCrumb.h.

std::vector<breadCrump> WsBreadCrumb::m_vBreadCrumb
private

Definition at line 36 of file WsBreadCrumb.h.


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