Home
last modified time | relevance | path

Searched defs:noOfGroupedBytes (Results 1 – 20 of 20) sorted by relevance

/dports/devel/okteta/okteta-0.26.6/gui/
H A Dbytearraycolumnview.cpp29 int ByteArrayColumnView::noOfGroupedBytes() const in noOfGroupedBytes() function in Okteta::ByteArrayColumnView
71 void ByteArrayColumnView::setBufferSpacing(/*PixelX*/ int byteSpacing, int noOfGroupedBytes, /*Pixe… in setBufferSpacing()
89 void ByteArrayColumnView::setNoOfGroupedBytes(int noOfGroupedBytes) in setNoOfGroupedBytes()
H A Dbytearrayrowview.cpp34 int ByteArrayRowView::noOfGroupedBytes() const in noOfGroupedBytes() function in Okteta::ByteArrayRowView
69 void ByteArrayRowView::setBufferSpacing(/*PixelX*/ int byteSpacing, int noOfGroupedBytes, /*PixelX*… in setBufferSpacing()
87 void ByteArrayRowView::setNoOfGroupedBytes(int noOfGroupedBytes) in setNoOfGroupedBytes()
H A Dbytearrayrowview_p.hpp117 inline int ByteArrayRowViewPrivate::noOfGroupedBytes() const { return mByteArrayColumn->noOfGr… in noOfGroupedBytes() function in Okteta::ByteArrayRowViewPrivate
H A Dbytearraycolumnview_p.hpp124 inline int ByteArrayColumnViewPrivate::noOfGroupedBytes() const { return mValueColumn->noOfGro… in noOfGroupedBytes() function in Okteta::ByteArrayColumnViewPrivate
H A Dbytearraycolumnview_p.cpp93 void ByteArrayColumnViewPrivate::setBufferSpacing(PixelX ByteSpacing, int noOfGroupedBytes, PixelX … in setBufferSpacing()
137 void ByteArrayColumnViewPrivate::setNoOfGroupedBytes(int noOfGroupedBytes) in setNoOfGroupedBytes()
369 int noOfGroupedBytes = mValueColumn->noOfGroupedBytes(); in fittingBytesPerLine() local
H A Dbytearrayrowview_p.cpp75 void ByteArrayRowViewPrivate::setBufferSpacing(PixelX ByteSpacing, int noOfGroupedBytes, PixelX Gro… in setBufferSpacing()
119 void ByteArrayRowViewPrivate::setNoOfGroupedBytes(int noOfGroupedBytes) in setNoOfGroupedBytes()
339 int noOfGroupedBytes = mByteArrayColumn->noOfGroupedBytes(); in fittingBytesPerLine() local
H A Dabstractbytearraycolumnrenderer_p.hpp250 inline int AbstractByteArrayColumnRendererPrivate::noOfGroupedBytes() const { return mNoOfGrou… in noOfGroupedBytes() function in Okteta::AbstractByteArrayColumnRendererPrivate
H A Dbytearrayrowcolumnrenderer_p.hpp334 inline Size ByteArrayRowColumnRendererPrivate::noOfGroupedBytes() const { return mNoOfGroupedB… in noOfGroupedBytes() function in Okteta::ByteArrayRowColumnRendererPrivate
H A Dabstractbytearraycolumnrenderer.cpp52 int AbstractByteArrayColumnRenderer::noOfGroupedBytes() const in noOfGroupedBytes() function in Okteta::AbstractByteArrayColumnRenderer
H A Dbytearrayrowcolumnrenderer.cpp67 Size ByteArrayRowColumnRenderer::noOfGroupedBytes() const in noOfGroupedBytes() function in Okteta::ByteArrayRowColumnRenderer
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/print/
H A Dbytearrayframerenderer.cpp103 int ByteArrayFrameRenderer::noOfGroupedBytes() const { return mValueColumnRenderer->n… in noOfGroupedBytes() function in ByteArrayFrameRenderer
185 void ByteArrayFrameRenderer::setBufferSpacing(Okteta::PixelX byteSpacing, int noOfGroupedBytes, Okt… in setBufferSpacing()
224 void ByteArrayFrameRenderer::setNoOfGroupedBytes(int noOfGroupedBytes) in setNoOfGroupedBytes()
439 int noOfGroupedBytes = mValueColumnRenderer->noOfGroupedBytes(); in fittingBytesPerLine() local
/dports/devel/okteta/okteta-0.26.6/kasten/gui/io/streamencoder/viewtext/
H A Dbytearrayrowscolumntextrenderer.cpp24 … int noOfBytesPerLine, int byteSpacingWidth, int noOfGroupedBytes, in ByteArrayRowsColumnTextRenderer()
55 …teArrayRowsColumnTextRenderer::setWidths(int byteWidth, int byteSpacingWidth, int noOfGroupedBytes) in setWidths()
H A Dvaluebytearraycolumntextrenderer.cpp22 int noOfBytesPerLine, int byteSpacingWidth, int noOfGroupedBytes, in ValueByteArrayColumnTextRenderer()
H A Dabstractbytearraycolumntextrenderer.cpp31 …ctByteArrayColumnTextRenderer::setWidths(int byteWidth, int byteSpacingWidth, int noOfGroupedBytes) in setWidths()
H A Dcharbytearraycolumntextrenderer.cpp23 int noOfBytesPerLine, int byteSpacingWidth, int noOfGroupedBytes, in CharByteArrayColumnTextRenderer()
H A Dbytearrayviewtextstreamencoder.cpp77 const int noOfGroupedBytes = byteArrayView->noOfGroupedBytes(); in encodeDataToStream() local
/dports/devel/okteta/okteta-0.26.6/kasten/gui/view/
H A Dbytearrayviewprofile.cpp92 int ByteArrayViewProfile::noOfGroupedBytes() const { return d->mNoOfGroupedBytes; } in noOfGroupedBytes() function in Kasten::ByteArrayViewProfile
107 void ByteArrayViewProfile::setNoOfGroupedBytes(int noOfGroupedBytes) { d->mNoOfGroupedBytes = noOfG… in setNoOfGroupedBytes()
H A Dbytearrayjanusview.cpp281 void ByteArrayJanusView::setNoOfGroupedBytes(int noOfGroupedBytes) in setNoOfGroupedBytes()
329 int ByteArrayJanusView::noOfGroupedBytes() const in noOfGroupedBytes() function in Okteta::ByteArrayJanusView
H A Dbytearrayview.cpp354 void ByteArrayView::setNoOfGroupedBytes(int noOfGroupedBytes) in setNoOfGroupedBytes()
415 int ByteArrayView::noOfGroupedBytes() const in noOfGroupedBytes() function in Kasten::ByteArrayView
/dports/devel/okteta/okteta-0.26.6/parts/kpart/
H A Dbrowserextension.cpp107 int noOfGroupedBytes; in restoreState() local