Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F2647865
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
Mon, Dec 15, 6:09 AM
Size
496 B
Mime Type
text/x-c++
Expires
Wed, Dec 17, 6:09 AM (1 d, 4 h)
Engine
blob
Format
Raw Data
Handle
211147
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