Home
last modified time | relevance | path

Searched refs:sizes (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/
H A Doptionsdialog.cpp
H A Dcrawlerwidget.cpp
/glogg/src/
H A Doptionsdialog.cpp189 QList<int> sizes = database.pointSizes( fontFamily, "" ); in updateFontSize() local
192 foreach (int size, sizes) { in updateFontSize()
H A Dcrawlerwidget.cpp57 CrawlerWidgetContext( QList<int> sizes, in CrawlerWidgetContext() argument
61 : sizes_( sizes ), in CrawlerWidgetContext()
70 QList<int> sizes() const { return sizes_; } in sizes() function in CrawlerWidgetContext
250 setSizes( context.sizes() ); in doSetViewContext()
265 sizes(), in doGetViewContext()
1059 LOG(logDEBUG) << "CrawlerWidget::changeTopViewSize " << sizes()[0] << " " << min << " " << max; in changeTopViewSize()
1060 moveSplitter( closestLegalPosition( sizes()[0] + ( delta * 10 ), 1 ), 1 ); in changeTopViewSize()
1061 LOG(logDEBUG) << "CrawlerWidget::changeTopViewSize " << sizes()[0]; in changeTopViewSize()