Home
last modified time | relevance | path

Searched refs:overallSize (Results 1 – 12 of 12) sorted by relevance

/dports/sysutils/k3b/k3b-21.12.3/src/rip/videodvd/
H A Dk3bvideodvdtitledelegate.cpp170 QSize overallSize; in sizeHint() local
174 overallSize.setWidth( qMax( overallSize.width(), lineSize.width() ) ); in sizeHint()
175 overallSize.setHeight( overallSize.height() + lineSize.height() ); in sizeHint()
177 return overallSize + QSize( 2*margin + option.fontMetrics.averageCharWidth(), 2*margin ); in sizeHint()
180 QSize overallSize; in sizeHint() local
184 overallSize.setWidth( qMax( overallSize.width(), lineSize.width() ) ); in sizeHint()
185 overallSize.setHeight( overallSize.height() + lineSize.height() ); in sizeHint()
187 return overallSize + QSize( 2*margin + option.fontMetrics.averageCharWidth(), 2*margin ); in sizeHint()
H A Dk3bvideodvdrippingdialog.cpp395 KIO::filesize_t overallSize = 0ULL; in slotUpdateFilesizes() local
411 overallSize += size; in slotUpdateFilesizes()
414 d->w->setNeededSize( overallSize ); in slotUpdateFilesizes()
/dports/sysutils/k3b/k3b-21.12.3/src/rip/
H A Dk3baudioprojectconvertingdialog.cpp243 KIO::filesize_t overallSize = 0; in refresh() local
256 overallSize = filesize; in refresh()
295 overallSize += filesize; in refresh()
328 if( overallSize > 0 ) in refresh()
329 m_optionWidget->setNeededSize( overallSize ); in refresh()
H A Dk3baudiorippingdialog.cpp312 KIO::filesize_t overallSize = 0; in refresh() local
338 overallSize = fileSize; in refresh()
381 overallSize += fileSize; in refresh()
423 if( overallSize > 0 ) in refresh()
424 m_optionWidget->setNeededSize( overallSize ); in refresh()
/dports/sysutils/k3b/k3b-21.12.3/libk3b/jobs/
H A Dk3bcdcopyjob.cpp107 long overallSize; member in K3b::CdCopyJob::Private
330 d->overallSize = 0; in slotDiskInfoReady()
334 d->overallSize += (*it).length().lba(); in slotDiskInfoReady()
1133 emit percent( (int)(100.0*done/(double)d->overallSize/(double)bigParts) ); in slotReaderProgress()
1160 long done = ( m_onTheFly ? d->doneCopies : d->doneCopies+1 ) * d->overallSize in slotWriterProgress()
1164 emit percent( 100*done/d->overallSize/bigParts ); in slotWriterProgress()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/ribbon/
H A Dpanel.cpp355 wxSize overallSize = m_art->GetPanelSize(temp_dc, this, childSize, NULL); in GetBestSizeForParentSize() local
356 return overallSize; in GetBestSizeForParentSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/ribbon/
H A Dpanel.cpp358 wxSize overallSize = m_art->GetPanelSize(temp_dc, this, childSize, NULL); in GetBestSizeForParentSize() local
359 return overallSize; in GetBestSizeForParentSize()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/ribbon/
H A Dpanel.cpp358 wxSize overallSize = m_art->GetPanelSize(temp_dc, this, childSize, NULL); in GetBestSizeForParentSize() local
359 return overallSize; in GetBestSizeForParentSize()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/ribbon/
H A Dpanel.py516overallSize = self._art.GetPanelSize(temp_dc, self, wx.Size(*clientParentSize), None)
517 return overallSize
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/richtext/
H A Drichtextbuffer.cpp12794 wxSize overallSize = marginRect.GetSize(); in Layout() local
12796 SetCachedSize(overallSize); in Layout()
12797 SetMaxSize(overallSize); in Layout()
12798 SetMinSize(overallSize); in Layout()
12827 wxSize overallSize = marginRect.GetSize(); in GetRangeSize() local
12830 partialExtents->Add(overallSize.x); in GetRangeSize()
12832 size = overallSize; in GetRangeSize()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/richtext/
H A Drichtextbuffer.cpp12250 wxSize overallSize = marginRect.GetSize(); in Layout() local
12252 SetCachedSize(overallSize); in Layout()
12253 SetMaxSize(overallSize); in Layout()
12254 SetMinSize(overallSize); in Layout()
12283 wxSize overallSize = marginRect.GetSize(); in GetRangeSize() local
12286 partialExtents->Add(overallSize.x); in GetRangeSize()
12288 size = overallSize; in GetRangeSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/richtext/
H A Drichtextbuffer.cpp12250 wxSize overallSize = marginRect.GetSize(); in Layout() local
12252 SetCachedSize(overallSize); in Layout()
12253 SetMaxSize(overallSize); in Layout()
12254 SetMinSize(overallSize); in Layout()
12283 wxSize overallSize = marginRect.GetSize(); in GetRangeSize() local
12286 partialExtents->Add(overallSize.x); in GetRangeSize()
12288 size = overallSize; in GetRangeSize()