Home
last modified time | relevance | path

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

/haiku/src/kits/tracker/infowindow/
H A DFilePermissionsView.cpp171 fExecuteUserCheckBox = new BCheckBox("", "", in FilePermissionsView()
203 .Add(fExecuteUserCheckBox, 1, 3) in FilePermissionsView()
242 fExecuteUserCheckBox->Show(); in ModelChanged()
254 fExecuteUserCheckBox->SetValue((int32)(perms & S_IXUSR)); in ModelChanged()
312 fExecuteUserCheckBox->Hide(); in ModelChanged()
335 | (fExecuteUserCheckBox->Value() ? S_IXUSR : 0) in MessageReceived()
402 fExecuteUserCheckBox->SetTarget(this); in AttachedToWindow()
H A DFilePermissionsView.h68 BCheckBox* fExecuteUserCheckBox; variable