Searched refs:selectionInfo (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/tracker/
H A DSelectionWindow.cpp150 BMessage* selectionInfo = new BMessage(kSelectMatchingEntries); local
151 selectionInfo->AddInt32("ExpressionType", ExpressionType());
154 selectionInfo->AddString("Expression", expression.String());
155 selectionInfo->AddBool("InvertSelection", Invert());
156 selectionInfo->AddBool("IgnoreCase", IgnoreCase());
157 fParentWindow->PostMessage(selectionInfo);

Completed in 41 milliseconds