Home
last modified time | relevance | path

Searched refs:setXYSize (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DSeparatorDecorator.C98 this->setXYSize(200, 8); in completeDecorativePart()
123 this->setXYSize (8,w); in setVerticalLayout()
127 this->setXYSize (h,8); in setVerticalLayout()
H A DInteractorInstance.C59 void InteractorInstance::setXYSize(int width, int height) in setXYSize() function
63 this->interactor->setXYSize(width,height); in setXYSize()
210 this->setXYSize (0,0); in uncreateInteractor()
H A DDecorator.C174 this->setXYSize(this->width, this->height); in createDecorator()
297 void Decorator::setXYSize (int w, int h) in setXYSize() function
300 if (this->customPart) this->WorkSpaceComponent::setXYSize (w,h); in setXYSize()
H A DDecorator.h136 virtual void setXYSize (int w, int h);
H A DInteractorInstance.h103 void setXYSize(int width, int height);
H A DStandIn.C2391 this->setXYSize(total_width, height); in createStandIn()
2595 this->setXYSize(width, curr_height); in setMinimumWidth()
H A DControlPanel.C1907 this->setXYSize(xsize,ysize); in cfgParsePanelComment()
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A DUIComponent.h201 virtual void setXYSize(int x, int y);
H A DUIComponent.C383 void UIComponent::setXYSize(int x, int y) in setXYSize() function
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxui/
H A DInteractor.C149 if (avr) this->setXYSize (UIComponent::UnspecifiedDimension, curh); in handleInteractorStateChange()
150 if (ahr) this->setXYSize (curw, UIComponent::UnspecifiedDimension); in handleInteractorStateChange()
321 this->setXYSize (width, height); in createInteractor()
H A DInteractorNode.C793 ii->setXYSize(width, height); in addInstance()