Home
last modified time | relevance | path

Searched refs:charCodecName (Results 1 – 24 of 24) sorted by relevance

/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/libbytearrayfilter/
H A Dabstractbytearrayfilterparametersetedit.cpp22 …ArrayFilterParameterSetEdit::setCharCodec(const QString& charCodecName) { Q_UNUSED(charCodecName) } in setCharCodec() argument
H A Dabstractbytearrayfilterparametersetedit.hpp30 virtual void setCharCodec(const QString& charCodecName);
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/filter/
H A Dfiltertool.hpp49 QString charCodecName() const;
54 void charCodecChanged(const QString& charCodecName);
H A Dfilterview.cpp175 void FilterView::onCharCodecChanged(const QString& charCodecName) in onCharCodecChanged() argument
180 parametersetEdit->setCharCodec(charCodecName); in onCharCodecChanged()
H A Dfilterview.hpp48 void onCharCodecChanged(const QString& charCodecName);
H A Dfiltertool.cpp45 QString FilterTool::charCodecName() const in charCodecName() function in Kasten::FilterTool
/dports/devel/okteta/okteta-0.26.6/kasten/gui/liboktetawidgets/
H A Dbytearraycombobox.cpp32 void ByteArrayComboBox::setCharCodec(const QString& charCodecName) in setCharCodec() argument
36 d->setCharCodec(charCodecName); in setCharCodec()
H A Dbytearrayvalidator.cpp32 void ByteArrayValidator::setCharCodec(const QString& charCodecName) in setCharCodec() argument
34 if (charCodecName == mCharCodec->name()) { in setCharCodec()
39 mCharCodec = CharCodec::createCodec(charCodecName); in setCharCodec()
H A Dbytearraycombobox_p.cpp81 void ByteArrayComboBoxPrivate::setCharCodec(const QString& charCodecName) in setCharCodec() argument
92 mValidator->setCharCodec(charCodecName); in setCharCodec()
H A Dbytearraycombobox.hpp47 void setCharCodec(const QString& charCodecName);
H A Dbytearraycombobox_p.hpp36 void setCharCodec(const QString& charCodecName);
H A Dbytearrayvalidator.hpp53 void setCharCodec(const QString& charCodecName);
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/search/
H A Dsearchjob.cpp22 Qt::CaseSensitivity caseSensitivity, const QString& charCodecName) in SearchJob() argument
28 , mCharCodec(Okteta::CharCodec::createCodec(charCodecName)) in SearchJob()
H A Dsearchjob.hpp33 Qt::CaseSensitivity caseSensitivity, const QString& charCodecName);
/dports/devel/okteta/okteta-0.26.6/kasten/gui/io/streamencoder/viewtext/
H A Dcharbytearraycolumntextrenderer.cpp24 const QString& charCodecName, QChar substituteChar, QChar undefinedChar) in CharByteArrayColumnTextRenderer() argument
26 , mCharCodec(Okteta::CharCodec::createCodec(charCodecName)) in CharByteArrayColumnTextRenderer()
H A Dbytearrayrowscolumntextrenderer.cpp27 … const QString& charCodecName, QChar substituteChar, QChar undefinedChar) in ByteArrayRowsColumnTextRenderer() argument
33 , mCharCodec(Okteta::CharCodec::createCodec(charCodecName)) in ByteArrayRowsColumnTextRenderer()
H A Dcharbytearraycolumntextrenderer.hpp29 … const QString& charCodecName, QChar substituteChar, QChar undefinedChar);
H A Dbytearrayrowscolumntextrenderer.hpp43 … const QString& charCodecName, QChar substituteChar, QChar undefinedChar);
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/libbytearrayfilter/filter/
H A Doperandbytearrayfilterparametersetedit.cpp75 void OperandByteArrayFilterParameterSetEdit::setCharCodec(const QString& charCodecName) in setCharCodec() argument
77 mOperandEdit->setCharCodec(charCodecName); in setCharCodec()
H A Doperandbytearrayfilterparametersetedit.hpp33 void setCharCodec(const QString& charCodecName) override;
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/viewstatus/
H A Dviewstatuscontroller.hpp53 void onCharCodecChanged(const QString& charCodecName);
H A Dviewstatuscontroller.cpp242 void ViewStatusController::onCharCodecChanged(const QString& charCodecName) in onCharCodecChanged() argument
244 const int charCodingIndex = Okteta::CharCodec::codecNames().indexOf(charCodecName); in onCharCodecChanged()
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/viewconfig/
H A Dviewconfigcontroller.hpp49 void onCharCodecChanged(const QString& charCodecName);
H A Dviewconfigcontroller.cpp280 void ViewConfigController::onCharCodecChanged(const QString& charCodecName) in onCharCodecChanged() argument
282 const int charCodingIndex = Okteta::CharCodec::codecNames().indexOf(charCodecName); in onCharCodecChanged()