Definition at line 1065 of file view.cpp.
◆ RECACHE_ITEM_VISITOR()
KIGFX::VIEW::RECACHE_ITEM_VISITOR::RECACHE_ITEM_VISITOR |
( |
VIEW * |
aView, |
|
|
GAL * |
aGal, |
|
|
int |
aLayer |
|
) |
| |
|
inline |
◆ operator()()
bool KIGFX::VIEW::RECACHE_ITEM_VISITOR::operator() |
( |
VIEW_ITEM * |
aItem | ) |
|
|
inline |
Definition at line 1074 of file view.cpp.
1075 {
1076 VIEW_ITEM_DATA* viewData = aItem->viewPrivData();
1077
1078 if( !viewData )
1079 return false;
1080
1081
1083
1084 if( group >= 0 )
1086
1087 viewData->setGroup(
layer, -1 );
1089
1090 return true;
1091 }
virtual void DeleteGroup(int aGroupNumber)
Delete the group from the memory.
virtual void Update(const VIEW_ITEM *aItem, int aUpdateFlags) const
For dynamic VIEWs, inform the associated VIEW that the graphical representation of this item has chan...
References KIGFX::GAL::DeleteGroup(), gal, KIGFX::VIEW_ITEM_DATA::getGroup(), group, layer, KIGFX::VIEW_ITEM_DATA::setGroup(), KIGFX::VIEW::Update(), view, and KIGFX::VIEW_ITEM::viewPrivData().
◆ gal
GAL* KIGFX::VIEW::RECACHE_ITEM_VISITOR::gal |
◆ layer
int KIGFX::VIEW::RECACHE_ITEM_VISITOR::layer |
◆ view
VIEW* KIGFX::VIEW::RECACHE_ITEM_VISITOR::view |
The documentation for this struct was generated from the following file: