Home
last modified time | relevance | path

Searched refs:m_resizable (Results 1 – 25 of 36) sorted by relevance

12

/dports/print/limereport/LimeReport-1.5.35/limereport/dialogdesigner/3rdparty/qtcreator/designerintegrationv2/
H A Dsizehandlerect.cpp46 m_resizable(resizable), in SizeHandleRect()
105 m_startSize = m_curSize = m_resizable->size(); in mousePressEvent()
106 m_startPos = m_curPos = m_resizable->mapFromGlobal(e->globalPos()); in mousePressEvent()
122 m_curPos = m_resizable->mapFromGlobal(e->globalPos()); in mouseMoveEvent()
162 newSize = newSize.expandedTo(m_resizable->minimumSizeHint()); in tryResize()
163 newSize = newSize.expandedTo(m_resizable->minimumSize()); in tryResize()
164 newSize = newSize.boundedTo(m_resizable->maximumSize()); in tryResize()
165 if (newSize == m_resizable->size()) in tryResize()
169 m_resizable->resize(newSize); in tryResize()
170 m_curSize = m_resizable->size(); in tryResize()
H A Dsizehandlerect.h73 QWidget *m_resizable; variable
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/shared/designerintegrationv2/
H A Dsizehandlerect.cpp43 m_resizable(resizable), in SizeHandleRect()
102 m_startSize = m_curSize = m_resizable->size(); in mousePressEvent()
103 m_startPos = m_curPos = m_resizable->mapFromGlobal(e->globalPos()); in mousePressEvent()
119 m_curPos = m_resizable->mapFromGlobal(e->globalPos()); in mouseMoveEvent()
159 newSize = newSize.expandedTo(m_resizable->minimumSizeHint()); in tryResize()
160 newSize = newSize.expandedTo(m_resizable->minimumSize()); in tryResize()
161 newSize = newSize.boundedTo(m_resizable->maximumSize()); in tryResize()
162 if (newSize == m_resizable->size()) in tryResize()
166 m_resizable->resize(newSize); in tryResize()
167 m_curSize = m_resizable->size(); in tryResize()
H A Dsizehandlerect.h67 QWidget *m_resizable; variable
/dports/games/py-fife/fifengine-0.4.2/engine/core/gui/fifechan/widgets/
H A Dresizablewindow.cpp42 m_resizable(true), in ResizableWindow()
63 m_resizable(resizable), in ResizableWindow()
84 m_resizable(resizable), in ResizableWindow()
191 m_resizable = resizable; in setResizable()
195 return m_resizable; in isResizable()
280 if (m_resizable) { in resizeToContent()
291 if (m_resizable && !m_resizing) { in mouseEntered()
298 if (m_resizable && !m_resizing && m_saved.cursorType != FIFE::CURSOR_NONE) { in mouseExited()
300 } else if (m_resizable && m_resizing) { in mouseExited()
307 if (m_resizable && mouseEvent.getButton() == MouseEvent::Left) { in mousePressed()
[all …]
H A Dresizablewindow.h201 bool m_resizable; variable
/dports/cad/fritzing/fritzing-app-0.9.2b/src/partseditor/obsolete/
H A Dresizablerectitem.cpp31 m_resizable = false; // not resizable by default in ResizableRectItem()
36 m_resizable = resizable; in setResizable()
40 return m_resizable; in isResizable()
H A Dresizablerectitem.h50 bool m_resizable; variable
/dports/biology/avida/avida-2.12.4-src/avida-core/source/script/
H A DcDirectInterpretASTVisitor.h157 bool m_resizable; variable
161 inline cLocalArray() : m_ref_count(1), m_resizable(true) { ; } in cLocalArray()
162 inline explicit cLocalArray(int sz) : m_storage(sz), m_ref_count(1), m_resizable(true) { ; } in cLocalArray()
172 inline bool IsResizable() const { return m_resizable; } in IsResizable()
173 inline void SetNonResizable() { m_resizable = false; } in SetNonResizable()
378 : m_storage(in_array->m_storage.GetSize()), m_ref_count(1), m_resizable(true) in cLocalArray()
384 …: m_storage(arr1->m_storage.GetSize() + arr2->m_storage.GetSize()), m_ref_count(1), m_resizable(tr… in cLocalArray()
/dports/audio/giada/giada-0.17.1/src/gui/elems/actionEditor/
H A DbaseAction.cpp46 , m_resizable(resizable) in geBaseAction()
71 if (m_resizable) { in handle()
H A DbaseAction.h77 bool m_resizable;
H A DpianoItem.cpp45 m_resizable = isResizable(); in gePianoItem()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/
H A Dscreen.hpp101 bool m_resizable; member in GUIEngine::Screen
310 virtual bool isResizable() const { return m_resizable; } in isResizable()
H A Dscreen.cpp64 m_resizable = false; in Screen()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/umlwidgets/
H A Dumlwidget.h208 return m_resizable; in resizable()
212 m_resizable = state; in setResizable()
305 bool m_resizable; variable
H A Dfloatingdashlinewidget.cpp37 m_resizable = false; in DEBUG_REGISTER_DISABLED()
H A Dumlwidget.cpp151 m_resizable = other.m_resizable; in operator =()
734 m_resizable = true; in init()
1444 if (m_resizable && in isInResizeArea()
1927 if (m_resizable && w >= s+8 && h >= s+8) { in paint()
H A Dpreconditionwidget.cpp45 m_resizable = true ; in DEBUG_REGISTER_DISABLED()
/dports/math/octave/octave-6.4.0/libgui/graphics/
H A DFigure.cc123 m_outerRect (), m_previousHeight (0), m_resizable (true) in Figure()
263 if (! m_resizable) in set_geometry()
276 if (! m_resizable) in set_geometry()
427 m_resizable = true; in update()
433 m_resizable = false; in update()
H A DFigure.h144 bool m_resizable; variable
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DCUIWnd.cpp156 m_resizable(flags & GG::RESIZABLE), in CUIWnd()
172 m_resizable(flags & GG::RESIZABLE), in CUIWnd()
201 if (Dragable() || m_resizable) in Init()
330 if (m_resizable) { in Render()
357 if (!m_resizable || m_minimized) in InResizeTab()
424 if (m_resizable) { in InWindow()
524 m_resizable = !m_pinned; in PinClicked()
583 if (!m_resizable) { in InitBuffers()
597 if (m_resizable) { in InitBuffers()
H A DCUIWnd.h188 bool m_resizable = false; //!< true if the window is able to be resized variable
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/kcmkwin/kwindecoration/declarative-plugin/
H A Dpreviewclient.cpp36 , m_resizable(true) in PreviewClient()
231 return m_resizable; in isResizeable()
H A Dpreviewclient.h185 bool m_resizable; variable
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/options/
H A Doptions_screen_general.cpp67 m_resizable = true; in OptionsScreenGeneral()

12