MCPcopy Create free account
hub / github.com/cxasm/notepad-- / setLeftItemStatus

Method setLeftItemStatus

src/MediatorFileTree.cpp:50–53  ·  view source on GitHub ↗

设置item。中介本身不保存ITEM,因为太多,发送消息给外面空间

Source from the content-addressed store, hash-verified

48
49//设置item。中介本身不保存ITEM,因为太多,发送消息给外面空间
50void MediatorFileTree::setLeftItemStatus(QString name, int status)
51{
52 emit syncExpandStatus(name, RC_LEFT, status);
53}
54
55void MediatorFileTree::setRightItemStatus(QString name, int status)
56{

Callers 2

slot_itemCollapsedMethod · 0.80
slot_itemExpandedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected