GroupManager.hxx (2d785d7e) | GroupManager.hxx (ebe15e47) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 36 unchanged lines hidden (view full) --- 45 46Der GroupManager verwaltet eine Gruppe, in der alle Controls nach TabIndex 47geordnet sind, und ein Array von Gruppen, in dem jede FormComponent noch 48einmal einer Gruppe dem Namen nach zugeordnet wird. 49Die einzelnen Gruppen werden ueber eine Map aktiviert, wenn sie mehr als 50ein Element besitzen. 51 52Die Gruppen verwalten intern die FormComponents in zwei Arrays. In dem | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 36 unchanged lines hidden (view full) --- 45 46Der GroupManager verwaltet eine Gruppe, in der alle Controls nach TabIndex 47geordnet sind, und ein Array von Gruppen, in dem jede FormComponent noch 48einmal einer Gruppe dem Namen nach zugeordnet wird. 49Die einzelnen Gruppen werden ueber eine Map aktiviert, wenn sie mehr als 50ein Element besitzen. 51 52Die Gruppen verwalten intern die FormComponents in zwei Arrays. In dem |
53GroupCompArray werden die Components nach TabIndex und Einfuegepostion | 53GroupCompArray werden die Components nach TabIndex und Einfuegeposition |
54sortiert. Da auf dieses Array ueber die FormComponent zugegriffen 55wird, gibt es noch das GroupCompAccessArray, in dem die FormComponents 56nach ihrer Speicheradresse sortiert sind. Jedes Element des 57GroupCompAccessArrays ist mit einem Element des GroupCompArrays verpointert. 58 59========================================================================*/ 60 61//......................................................................... --- 163 unchanged lines hidden --- | 54sortiert. Da auf dieses Array ueber die FormComponent zugegriffen 55wird, gibt es noch das GroupCompAccessArray, in dem die FormComponents 56nach ihrer Speicheradresse sortiert sind. Jedes Element des 57GroupCompAccessArrays ist mit einem Element des GroupCompArrays verpointert. 58 59========================================================================*/ 60 61//......................................................................... --- 163 unchanged lines hidden --- |