Home
last modified time | relevance | path

Searched refs:_currentSection (Results 1 – 25 of 46) sorted by relevance

12

/dports/games/scummvm/scummvm-2.5.1/engines/grim/
H A Dsavegame.cpp120 if (_currentSection != 0) in beginSection()
158 if (_currentSection == 0) in endSection()
165 _currentSection = 0; in endSection()
171 if (_currentSection == 0) in read()
180 if (_currentSection == 0) in readLEUint64()
190 if (_currentSection == 0) in readLEUint32()
200 if (_currentSection == 0) in readLEUint16()
210 if (_currentSection == 0) in readLESint32()
220 if (_currentSection == 0) in readByte()
244 if (_currentSection == 0) in write()
[all …]
/dports/games/residualvm/residualvm-0.3.1/engines/grim/
H A Dsavegame.cpp120 if (_currentSection != 0) in beginSection()
158 if (_currentSection == 0) in endSection()
165 _currentSection = 0; in endSection()
171 if (_currentSection == 0) in read()
180 if (_currentSection == 0) in readLEUint32()
190 if (_currentSection == 0) in readLEUint16()
200 if (_currentSection == 0) in readLESint32()
210 if (_currentSection == 0) in readByte()
234 if (_currentSection == 0) in write()
246 if (_currentSection == 0) in writeLEUint32()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/ui/
H A Dkia.cpp305 if (_currentSection) { in tick()
352 if (_currentSection) { in tick()
408 if (_currentSection) { in handleMouseDown()
420 if (_currentSection) { in handleMouseUp()
423 if (_currentSection && _currentSection->_scheduledSwitch) { in handleMouseUp()
444 if (_currentSection) { in handleMouseScroll()
454 if (_currentSection) { in handleKeyUp()
538 if (_currentSection && _currentSection->_scheduledSwitch) { in handleKeyDown()
757 if (_currentSection) { in unload()
1108 if (_currentSection) { in switchSection()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/ui/
H A Dkia.cpp308 if (_currentSection) { in tick()
355 if (_currentSection) { in tick()
411 if (_currentSection) { in handleMouseDown()
423 if (_currentSection) { in handleMouseUp()
426 if (_currentSection && _currentSection->_scheduledSwitch) { in handleMouseUp()
447 if (_currentSection) { in handleMouseScroll()
457 if (_currentSection) { in handleKeyUp()
541 if (_currentSection && _currentSection->_scheduledSwitch) { in handleKeyDown()
771 if (_currentSection) { in unload()
1122 if (_currentSection) { in switchSection()
[all …]
/dports/audio/polyphone/polyphone-75a5e88/sources/core/input/grandorgue/
H A Dinputparsergrandorgue.cpp52 _currentSection = SECTION_UNKNOWN; in processInternal()
128 _currentSection = SECTION_UNKNOWN; in startSection()
132 _currentSection = SECTION_RANK; in startSection()
140 _currentSection = SECTION_UNKNOWN; in startSection()
144 _currentSection = SECTION_STOP; in startSection()
148 _currentSection = SECTION_ORGAN; in startSection()
152 _currentSection = SECTION_UNKNOWN; in startSection()
157 switch (_currentSection) in processData()
/dports/deskutils/helpviewer/HelpViewer-0.3/
H A DHandlerStructureXLP.m29 _currentSection = _firstSection;
38 _currentSection = _firstSection;
89 [_currentSection setLoaded: YES];
90 [_currentSection addSub: newSection];
91 _currentSection = newSection;
93 [_currentSection retain];
148 if ([[_currentSection text] length] > 0)
150 [_currentSection setLoaded: YES];
153 Section* parent = [_currentSection parent];
156 ASSIGN (_currentSection, parent);
H A DHandlerStructureXLP.h43 Section* _currentSection; variable
/dports/sysutils/qdirstat/qdirstat-1.8/src/
H A DHeaderTweaker.cpp29 _currentSection( -1 ), in HeaderTweaker()
156 _currentSection = _header->logicalIndexAt( pos ); in contextMenu()
157 QString colName = this->colName( _currentSection ); in contextMenu()
158 updateActions( _currentSection ); in contextMenu()
233 if ( _currentSection >= 0 ) in hideCurrentCol()
235 logDebug() << "Hiding column \"" << colName( _currentSection ) << "\"" << endl; in hideCurrentCol()
236 _header->setSectionHidden( _currentSection, true ); in hideCurrentCol()
239 _currentSection = -1; in hideCurrentCol()
245 if ( _currentSection >= 0 ) in autoSizeCurrentCol()
247 setResizeMode( _currentSection, in autoSizeCurrentCol()
[all …]
/dports/devel/pear-HTML_QuickForm/HTML_QuickForm-3.2.16/QuickForm/Renderer/
H A DArray.php136 var $_currentSection; variable in HTML_QuickForm_Renderer_Array
204 $this->_currentSection = null;
215 $this->_currentSection = $this->_sectionCount++;
315 } elseif (isset($this->_currentSection)) {
316 $this->_ary['sections'][$this->_currentSection]['elements'][] = $elAry;
H A DObject.php61 var $_currentSection;
133 $this->_currentSection = null;
142 $this->_currentSection = $this->_sectionCount++;
235 } elseif (isset($this->_currentSection)) {
236 $this->_obj->sections[$this->_currentSection]->elements[] = $elObj;
/dports/www/moodle310/moodle/lib/pear/HTML/QuickForm/Renderer/
H A DArray.php116 var $_currentSection; variable in HTML_QuickForm_Renderer_Array
191 $this->_currentSection = null;
202 $this->_currentSection = $this->_sectionCount++;
302 } elseif (isset($this->_currentSection)) {
303 $this->_ary['sections'][$this->_currentSection]['elements'][] = $elAry;
H A DObject.php48 var $_currentSection; variable in HTML_QuickForm_Renderer_Object
128 $this->_currentSection = null;
137 $this->_currentSection = $this->_sectionCount++;
230 } elseif (isset($this->_currentSection)) {
231 $this->_obj->sections[$this->_currentSection]->elements[] = $elObj;
/dports/www/moodle311/moodle/lib/pear/HTML/QuickForm/Renderer/
H A DArray.php116 var $_currentSection; variable in HTML_QuickForm_Renderer_Array
191 $this->_currentSection = null;
202 $this->_currentSection = $this->_sectionCount++;
302 } elseif (isset($this->_currentSection)) {
303 $this->_ary['sections'][$this->_currentSection]['elements'][] = $elAry;
H A DObject.php48 var $_currentSection; variable in HTML_QuickForm_Renderer_Object
128 $this->_currentSection = null;
137 $this->_currentSection = $this->_sectionCount++;
230 } elseif (isset($this->_currentSection)) {
231 $this->_obj->sections[$this->_currentSection]->elements[] = $elObj;
/dports/www/moodle39/moodle/lib/pear/HTML/QuickForm/Renderer/
H A DArray.php116 var $_currentSection; variable in HTML_QuickForm_Renderer_Array
191 $this->_currentSection = null;
202 $this->_currentSection = $this->_sectionCount++;
302 } elseif (isset($this->_currentSection)) {
303 $this->_ary['sections'][$this->_currentSection]['elements'][] = $elAry;
H A DObject.php48 var $_currentSection; variable in HTML_QuickForm_Renderer_Object
128 $this->_currentSection = null;
137 $this->_currentSection = $this->_sectionCount++;
230 } elseif (isset($this->_currentSection)) {
231 $this->_obj->sections[$this->_currentSection]->elements[] = $elObj;
/dports/www/pear-Horde_Form/Horde_Form-2.0.20/lib/Horde/
H A DForm.php41 protected $_currentSection = array(); variable in Horde_Form
177 $this->_currentSection = $section;
257 if (empty($this->_currentSection) && $this->_currentSection !== 0) {
258 $this->_currentSection = '__base';
262 $this->_variables[$this->_currentSection][] = &$var;
265 while (isset($this->_variables[$this->_currentSection][$num]) &&
269 if (!isset($this->_variables[$this->_currentSection][$num])) {
270 $this->_variables[$this->_currentSection][] = &$var;
272 $this->_variables[$this->_currentSection] = array_merge(
273 array_slice($this->_variables[$this->_currentSection], 0, $num),
[all …]
/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/src/
H A Doxygengtkcss.h100 { return _currentSection; } in currentSection()
110 { addToSection( _currentSection, content ); } in addToCurrentSection()
246 std::string _currentSection; variable
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Partitioning/
H A DPartitionedDataSource.cs229 _currentSection = -1; in Mutables()
232 internal int _currentSection; // 0-based index of the current section. field in System.Linq.Parallel.PartitionedDataSource.ArrayIndexRangeEnumerator.Mutables
287 int currentSection = ++mutables._currentSection; in MoveNextSlowPath()
407 _currentSection = -1; in Mutables()
410 internal int _currentSection; // 0-based index of the current section. field in System.Linq.Parallel.PartitionedDataSource.ListIndexRangeEnumerator.Mutables
465 int currentSection = ++mutables._currentSection; in MoveNextSlowPath()
/dports/x11-themes/gtk-oxygen-engine/oxygen-gtk2-1.4.6/src/
H A Doxygengtkrc.h94 { addToSection( _currentSection, content ); } in addToCurrentSection()
223 std::string _currentSection; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sky/music/
H A Dmusicbase.cpp51 _currentSection = pSection; in loadSection()
109 uint8 section = _currentSection; in loadNewMusic()
/dports/games/scummvm/scummvm-2.5.1/engines/sky/music/
H A Dmusicbase.cpp51 _currentSection = pSection; in loadSection()
109 uint8 section = _currentSection; in loadNewMusic()
/dports/audio/polyphone/polyphone-75a5e88/sources/editor/widgets/
H A Dtableheaderview.cpp78 _currentSection = this->logicalIndexAt(e->pos()); in mousePressEvent()
79 …_currentId = this->model()->headerData(_currentSection, Qt::Horizontal, Qt::UserRole).value<EltID>… in mousePressEvent()
H A Dtableheaderview.h61 int _currentSection; variable
/dports/editors/calligra/calligra-3.2.1/braindump/src/
H A DView.cpp267 void View::createCanvas(Section* _currentSection) in createCanvas() argument
269 Canvas* canvas = new Canvas(this, m_doc, _currentSection); in createCanvas()
287 setEnabled(_currentSection); in createCanvas()

12