|
JX Application Framework
|
#include <JXMDIServer.h>
Public Member Functions | |
| JXMDIServer () | |
| ~JXMDIServer () override | |
Public Member Functions inherited from JMDIServer | |
| JMDIServer (const JUtf8Byte *signature) | |
| virtual | ~JMDIServer () |
| void | HandleCmdLineOptions (const int argc, char *argv[]) |
| void | CheckForConnections () |
Protected Member Functions | |
| bool | CanAcceptMDIRequest () override |
| void | PreprocessArgList (JPtrArray< JString > *argList) override |
Protected Member Functions inherited from JMDIServer | |
| bool | IsFirstTime () const |
| virtual void | HandleMDIRequest (const JString &dir, const JPtrArray< JString > &argList)=0 |
Additional Inherited Members | |
Static Public Member Functions inherited from JMDIServer | |
| static bool | WillBeMDIServer (const JUtf8Byte *signature, const int argc, char *argv[]) |
Static Public Attributes inherited from JMDIServer | |
| static const JUtf8Byte * | kQuitOptionName = "--quit" |
Interface for the JXMDIServer class
Implements CanAcceptMDIRequest() for use with JXApplication.
| JXMDIServer::JXMDIServer | ( | ) |
|
override |
|
overrideprotectedvirtual |
Implements JMDIServer.
Derived classes can override to remove options that only make sense for an initial invocation.
Reimplemented from JMDIServer.