Home
last modified time | relevance | path

Searched refs:RestoreValue (Results 1 – 25 of 40) sorted by relevance

12

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/persist/
H A Dtoplevel.h80 const bool hasPos = RestoreValue(wxPERSIST_TLW_X, &x) && in Restore()
81 RestoreValue(wxPERSIST_TLW_Y, &y); in Restore()
82 const bool hasSize = RestoreValue(wxPERSIST_TLW_W, &w) && in Restore()
83 RestoreValue(wxPERSIST_TLW_H, &h); in Restore()
108 if ( RestoreValue(wxPERSIST_TLW_MAXIMIZED, &maximized) && maximized ) in Restore()
112 if ( RestoreValue(wxPERSIST_TLW_ICONIZED, &iconized) && iconized ) in Restore()
H A Dbookctrl.h45 if ( RestoreValue(wxPERSIST_BOOK_SELECTION, &sel) ) in Restore()
H A Dsplitter.h49 if ( !RestoreValue(wxPERSIST_SPLITTER_POSITION, &pos) ) in Restore()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/persist/
H A Dtoplevel.h80 const bool hasPos = RestoreValue(wxPERSIST_TLW_X, &x) && in Restore()
81 RestoreValue(wxPERSIST_TLW_Y, &y); in Restore()
82 const bool hasSize = RestoreValue(wxPERSIST_TLW_W, &w) && in Restore()
83 RestoreValue(wxPERSIST_TLW_H, &h); in Restore()
108 if ( RestoreValue(wxPERSIST_TLW_MAXIMIZED, &maximized) && maximized ) in Restore()
112 if ( RestoreValue(wxPERSIST_TLW_ICONIZED, &iconized) && iconized ) in Restore()
H A Dbookctrl.h45 if ( RestoreValue(wxPERSIST_BOOK_SELECTION, &sel) ) in Restore()
H A Dsplitter.h49 if ( !RestoreValue(wxPERSIST_SPLITTER_POSITION, &pos) ) in Restore()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/persist/
H A Dpersist_handlers.py207 sel = obj.RestoreValue(PERSIST_BOOK_SELECTION)
342 perspective = self._pObject.RestoreValue(name)
416 x, y = obj.RestoreValue(PERSIST_TLW_X), obj.RestoreValue(PERSIST_TLW_Y)
417 w, h = obj.RestoreValue(PERSIST_TLW_W), obj.RestoreValue(PERSIST_TLW_H)
440 maximized = obj.RestoreValue(PERSIST_TLW_MAXIMIZED)
444 iconized = obj.RestoreValue(PERSIST_TLW_ICONIZED)
1827 position = obj.RestoreValue(PERSIST_MEDIA_POS)
1828 volume = obj.RestoreValue(PERSIST_MEDIA_VOLUME)
1829 rate = obj.RestoreValue(PERSIST_MEDIA_RATE)
2324 font = obj.RestoreValue(PERSIST_FONTDIALOG_FONT)
[all …]
H A Dpersistencemanager.py177 def RestoreValue(self, name): member in PersistentObject
187 return PersistenceManager.Get().RestoreValue(self, name)
815 def RestoreValue(self, obj, keyName): member in PersistenceManager
839 result = self._customConfigHandler.RestoreValue(self.GetKey(obj, keyName))
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/persist/
H A Ddataview.h110 if ( RestoreValue(columnPrefix + wxASCII_STR(wxPERSIST_DVC_HIDDEN), &hidden) ) in Restore()
115 if ( RestoreValue(columnPrefix + wxASCII_STR(wxPERSIST_DVC_WIDTH), &width) ) in Restore()
125 RestoreValue(wxASCII_STR(wxPERSIST_DVC_SORT_KEY), &sortColumn) && in Restore()
131 RestoreValue(wxASCII_STR(wxPERSIST_DVC_SORT_ASC), &sortAsc); in Restore()
H A Dbookctrl.h47 if ( RestoreValue(wxPERSIST_BOOK_SELECTION, &sel) ) in Restore()
H A Dsplitter.h49 if ( !RestoreValue(wxPERSIST_SPLITTER_POSITION, &pos) ) in Restore()
H A Dtoplevel.h64 return RestoreValue(name, value); in RestoreField()
H A Dcombobox.h85 if ( !RestoreValue(wxPERSIST_COMBOBOX_ITEMS, &items) ) in Restore()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dpersist.h132 RestoreValue(const wxPersistentObject& who, \
223 bool RestoreValue(const wxString& name, T *value) in RestoreValue() function
225 return wxPersistenceManager::Get().RestoreValue(*this, name, value); in RestoreValue()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dpersist.h130 RestoreValue(const wxPersistentObject& who, \
221 bool RestoreValue(const wxString& name, T *value) in RestoreValue() function
223 return wxPersistenceManager::Get().RestoreValue(*this, name, value); in RestoreValue()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dpersist.h132 RestoreValue(const wxPersistentObject& who, \
223 bool RestoreValue(const wxString& name, T *value) in RestoreValue() function
225 return wxPersistenceManager::Get().RestoreValue(*this, name, value); in RestoreValue()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DPersistentSplitterWindow4.cpp45 if (!RestoreValue("SplitRatioX", &scaledRatios.x)) in Restore()
47 if (!RestoreValue("SplitRatioY", &scaledRatios.y)) in Restore()
H A DPersistentSplitterWindow2.cpp43 if (!RestoreValue("SplitRatio", &scaledRatio)) in Restore()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/types/
H A Dqqmlbind_p.h67 RestoreValue = 0x2, enumerator
68 RestoreBindingOrValue = RestoreBinding | RestoreValue
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/types/
H A Dqqmlbind_p.h67 RestoreValue = 0x2, enumerator
68 RestoreBindingOrValue = RestoreBinding | RestoreValue
/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-utility/
H A DMemoryX.h321 struct RestoreValue { struct
331 class ValueRestorer : public std::unique_ptr< T, RestoreValue<T> > argument
333 using std::unique_ptr< T, RestoreValue<T> >::reset; // make private
337 : std::unique_ptr< T, RestoreValue<T> >( &var, { var } ) in ValueRestorer()
340 : std::unique_ptr< T, RestoreValue<T> >( &var, { var } ) in ValueRestorer()
343 : std::unique_ptr < T, RestoreValue<T> > ( std::move(that) ) {}; in ValueRestorer()
347 std::unique_ptr < T, RestoreValue<T> >::operator=(std::move(that));
/dports/editors/lazarus/lazarus/lcl/
H A Dpropertystorage.pas343 RestoreValue: TStoredType;
356 RestoreValue := RestoreStrValue;
358 FOnRestore(Self, RestoreValue);
359 Value := RestoreValue;
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dpropertystorage.pas343 RestoreValue: TStoredType;
356 RestoreValue := RestoreStrValue;
358 FOnRestore(Self, RestoreValue);
359 Value := RestoreValue;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dpropertystorage.pas343 RestoreValue: TStoredType;
356 RestoreValue := RestoreStrValue;
358 FOnRestore(Self, RestoreValue);
359 Value := RestoreValue;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dpropertystorage.pas343 RestoreValue: TStoredType;
356 RestoreValue := RestoreStrValue;
358 FOnRestore(Self, RestoreValue);
359 Value := RestoreValue;

12