JX Application Framework
|
#include <JXMDIServer.h>
Public Member Functions | |
JXMDIServer () | |
~JXMDIServer () override | |
![]() | |
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 |
![]() | |
bool | IsFirstTime () const |
virtual void | HandleMDIRequest (const JString &dir, const JPtrArray< JString > &argList)=0 |
Additional Inherited Members | |
![]() | |
static bool | WillBeMDIServer (const JUtf8Byte *signature, const int argc, char *argv[]) |
![]() | |
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.