Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F3995352
remarkupparser.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jul 7, 4:34 AM
Size
496 B
Mime Type
text/x-c++
Expires
Thu, Jul 9, 4:34 AM (13 h, 22 m)
Engine
blob
Format
Raw Data
Handle
261143
Attached To
rXR Xreate
remarkupparser.h
View Options
#ifndef PHABRICATORPARSER_H
#define PHABRICATORPARSER_H
#include "remarkup_types.h"
#include <QString>
class PhabricatorParserPrivateClient;
class RemarkupParser
{
public:
RemarkupParser();
~RemarkupParser();
bool connect();
bool isConnected() const {return client != NULL;}
Blocks parse(const QString& text);
private:
__pid_t phpServerId;
PhabricatorParserPrivateClient* client = NULL;
void startPhabricatorParserServer();
};
#endif // PHABRICATORPARSER_H
Event Timeline
Log In to Comment