31 #ifndef TBX_DOCFILEINFO_H_
32 #define TBX_DOCFILEINFO_H_
34 #include "../autocreatelistener.h"
35 #include "../abouttobeshownlistener.h"
Listener for about to be shown event.
Definition: abouttobeshownlistener.h:76
Show the File information dialog box and automatically fill it in from the document in it's ancestor ...
Definition: docfileinfo.h:49
virtual void about_to_be_shown(tbx::AboutToBeShownEvent &event)
Interrogate document for parameters for file info dialogue.
Definition: docfileinfo.cc:70
DocFileInfo()
Constructor registers this to detect when resource "FileInfo" is created.
Definition: docfileinfo.cc:47
Base Listener for auto create events.
Definition: autocreatelistener.h:41
virtual void auto_created(std::string template_name, tbx::Object object)
FileInfo has been created so attach listeners for showing information on the current document...
Definition: docfileinfo.cc:60
Event information for AboutToBeShown event.
Definition: abouttobeshownlistener.h:37
Class to manipulate a toolbox object.
Definition: object.h:50