CUIFrameMgr::RecalcLayout

CUIFrameMgr::RecalcLayout

klvnk
Collaborator Collaborator
677 Views
2 Replies
Message 1 of 3

CUIFrameMgr::RecalcLayout

klvnk
Collaborator
Collaborator

apparently vanished from the sdk in the 2018 version, one presumes it was deprecated but it doesn't appear in the deprecated list. Can't find the any reference in the help to what it was replaced with so if anyone could shed some light on it or what to use instead, if anything, that would be great

0 Likes
678 Views
2 Replies
Replies (2)
Message 2 of 3

denisT.MaxDoctor
Advisor
Advisor

everything related to the docking system that went through CUIFrameMgr now comes with Qt. So all CUIFrameMgr methods related to that are now depricated (2020+ for sure)

 

0 Likes
Message 3 of 3

klvnk
Collaborator
Collaborator

forcing the ui layout to update shouldn't have to rely on qt (though it may well call some qt functionality) it's like getting rid of Interface::ForceCompleteRedraw() and saying you need to use directX/opengl to force the viewports to update.

0 Likes