Home
last modified time | relevance | path

Searched refs:fCurrentInfo (Results 1 – 2 of 2) sorted by relevance

/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp74 fCurrentInfo(NULL), in BackgroundsView()
520 fCurrentInfo = fCurrent->ImageInfoForWorkspace(current_workspace()); in _UpdateWithCurrent()
522 if (!fCurrentInfo) { in _UpdateWithCurrent()
527 fIconLabelOutline->SetValue(fCurrentInfo->fTextWidgetLabelOutline in _UpdateWithCurrent()
530 fLastImageIndex = fCurrentInfo->fImageIndex; in _UpdateWithCurrent()
537 switch (fCurrentInfo->fMode) { in _UpdateWithCurrent()
546 xtext << (int)fCurrentInfo->fOffset.x; in _UpdateWithCurrent()
547 ytext << (int)fCurrentInfo->fOffset.y; in _UpdateWithCurrent()
587 if (fCurrentInfo == NULL) { in _Save()
588 fCurrentInfo = new BackgroundImage::BackgroundImageInfo( in _Save()
[all …]
H A DBackgroundsView.h159 BackgroundImage::BackgroundImageInfo* fCurrentInfo; variable