GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
Public Member Functions | |
void | handleRequest (const Wt::Http::Request &request, Wt::Http::Response &response) |
![]() | |
WResource () | |
~WResource () | |
void | suggestFileName (const Wt::WString &name, ContentDisposition disposition=ContentDisposition::Attachment) |
const Wt::WString & | suggestedFileName () const |
void | setDispositionType (ContentDisposition cd) |
ContentDisposition | dispositionType () const |
void | setChanged () |
void | setInvalidAfterChanged (bool enabled) |
bool | invalidAfterChanged () const |
void | setInternalPath (const std::string &path) |
std::string | internalPath () const |
const std::string & | generateUrl () |
const std::string & | url () const |
Signal & | dataChanged () |
void | setUploadProgress (bool enabled) |
Signal< ::uint64_t, ::uint64_t > & | dataReceived () |
void | write (std::ostream &out, const Http::ParameterMap ¶meters=Http::ParameterMap(), const Http::UploadedFileMap &files=Http::UploadedFileMap()) |
virtual void | handleAbort (const Http::Request &request) |
void | haveMoreData () |
void | setTakesUpdateLock (bool enabled) |
bool | takesUpdateLock () const |
![]() | |
void | addChild (std::unique_ptr< WObject > child) |
Child * | addChild (std::unique_ptr< Child > child) |
std::unique_ptr< WObject > | removeChild (WObject *child) |
std::unique_ptr< Child > | removeChild (Child *child) |
virtual const std::string | id () const |
virtual void | setObjectName (const std::string &name) |
virtual std::string | objectName () const |
void | resetLearnedSlots () |
void | resetLearnedSlot (void(T::*method)()) |
WStatelessSlot * | implementStateless (void(T::*method)()) |
WStatelessSlot * | implementStateless (void(T::*method)(), void(T::*undoMethod)()) |
void | isNotStateless () |
WStatelessSlot * | implementJavaScript (void(T::*method)(), const std::string &jsCode) |
![]() | |
observable () noexcept | |
virtual | ~observable () |
auto | bindSafe (void(C::*method)(Args...)) noexcept |
auto | bindSafe (void(C::*method)(Args...) const) const noexcept |
auto | bindSafe (const Function &function) noexcept |
Additional Inherited Members | |
![]() | |
typedef void(WObject::* | Method) () |
![]() | |
void | beingDeleted () |
![]() | |
virtual WStatelessSlot * | getStateless (Method method) |
|
virtual |
Implements Wt::WResource.
Definition at line 179 of file main.cpp.
References Wt::WDateTime::currentDateTime(), Wt::Http::Request::headers(), Wt::Http::Request::headerValue(), Wt::Http::Response::out(), Wt::Http::Request::path(), Wt::WDateTime::toString(), and Wt::WString::toUTF8().