Key binding notifications. More...
Include dependency graph for notify.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | EventBinding |
| A key binding Event. More... | |
| struct | EventKeyProgress |
| Runtime key progress event. More... | |
Enumerations | |
| enum | NotifyBinding { NT_BINDING_ADD = 1 , NT_BINDING_DELETE , NT_MACRO_ADD , NT_MACRO_DELETE } |
| Key Binding notification types. More... | |
| enum | NotifyKey { NT_KEY_PROGRESS = 1 } |
| Key runtime notification types. More... | |
Key binding notifications.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file notify.h.
| enum NotifyBinding |
Key Binding notification types.
Observers of NT_BINDING will be passed an EventBinding.
| Enumerator | |
|---|---|
| NT_BINDING_ADD | Key binding has been added. |
| NT_BINDING_DELETE | Key binding has been deleted. |
| NT_MACRO_ADD | Key macro has been added. |
| NT_MACRO_DELETE | Key macro has been deleted. |
| enum NotifyKey |
Key runtime notification types.
Observers of NT_KEY will be passed an EventKeyProgress.
| Enumerator | |
|---|---|
| NT_KEY_PROGRESS | Key state has changed. |