Home
last modified time | relevance | path

Searched refs:parseBeforeSending (Results 1 – 9 of 9) sorted by relevance

/dports/net-im/beebeep/beebeep-code-r1476/plugins/numbertextmarker/
H A DNumberTextMarker.h52 bool parseBeforeSending() const;
H A DNumberTextMarker.cpp71 bool NumberTextMarker::parseBeforeSending() const in parseBeforeSending() function in NumberTextMarker
/dports/net-im/beebeep/beebeep-code-r1476/plugins/rainbowtextmarker/
H A DRainbowTextMarker.h52 bool parseBeforeSending() const;
H A DRainbowTextMarker.cpp75 bool RainbowTextMarker::parseBeforeSending() const in parseBeforeSending() function in RainbowTextMarker
/dports/net-im/beebeep/beebeep-code-r1476/plugins/regularboldtextmarker/
H A DRegularBoldTextMarker.h52 bool parseBeforeSending() const;
H A DRegularBoldTextMarker.cpp70 bool RegularBoldTextMarker::parseBeforeSending() const in parseBeforeSending() function in RegularBoldTextMarker
/dports/net-im/beebeep/beebeep-code-r1476/src/
H A DInterfaces.h59 virtual bool parseBeforeSending() const = 0;
/dports/net-im/beebeep/beebeep-code-r1476/src/core/
H A DInterfaces.h59 virtual bool parseBeforeSending() const = 0;
H A DPluginManager.cpp176 if( before_sending != text_marker->parseBeforeSending() ) in parseText()