Home
last modified time | relevance | path

Searched refs:canSetFormat (Results 1 – 3 of 3) sorted by relevance

/dports/devel/kdevelop/kdevelop-21.12.3/plugins/debuggercommon/
H A Dmivariable.h42 bool canSetFormat() const override { return true; } in canSetFormat() function
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/debugger/variable/
H A Dvariablecollection.h77 virtual bool canSetFormat() const { return false; } in canSetFormat() function
H A Dvariablewidget.cpp266 if(selectedVariable()->canSetFormat()) in contextMenuEvent()