代码拉取完成,页面将自动刷新
#include "TFunctionRE.h"
#include "TFunctionF.h"
TFunctionRE::TFunctionRE()
{
}
TFunctionRE::~TFunctionRE()
{
}
void TFunctionRE::prepareTestSample1()
{
m_cells[115] = 'e';
m_cells[116] = 'e';
m_cells[117] = '1';
m_cells[118] = 'a';
m_cells[119] = '0';
m_cells[120] = 'a';
m_cells[121] = 'x';
m_cells[122] = 'a';
m_cells[123] = 'y';
m_cells[124] = 'a';
}
void TFunctionRE::run()
{
TFunctionF tfF;
TFunctionRE1 tfRE1;
tfRE1.setFunc(tf_func);
tfRE1.setFunb(tf_funb);
tfRE1.setSearchA(tf_searchA);
tfRE1.setReplaceB(tf_replaceB);
tfF.setFunc(&tfRE1);
tfF.setFunb(tf_funb);
tfF.setSearchA(tf_searchA);
tfF.run();
}
void TFunctionREA::prepareTestSample1()
{
TFunctionRE tfRE;
tfRE.prepareTestSample1();
}
void TFunctionREA::run()
{
TFunctionRE tfRE;
tfRE.setFunc(this);
tfRE.setFunb(tf_funb);
tfRE.setSearchA(tf_searchA);
tfRE.setReplaceB(tf_replaceB);
tfRE.run();
}
void TFunctionRE1::run()
{
E();
sendUpdateSignal();
prSth(tf_replaceB);
sendUpdateSignal();
if (tf_func) {
TFunctions* tf = static_cast<TFunctions*>(tf_func);
tf->run();
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。