Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

kephra::commandlist(3pm) [debian man page]

Kephra::CommandList(3pm)				User Contributed Perl Documentation				  Kephra::CommandList(3pm)

NAME
Kephra::API::CommandList - external API for user callable functions DESCRIPTION
The CommandList is a dynamically changeable list, that contains all the function calls for every menu item, toolbar button and most other widget items. It holds also label, help text, key binding, icon and more for each command. All these properties have to be changed globally here in a clean way. These commands where used by different gui elements, that allows menu and toolbar definitions to be very compact, readable and and easy changeable. Names of commands contain dashes as separator of namespaces. SPECIFICATION
CommandlistItem o ID - unique identifier, hashkey, following hash is its value o call - CODEREF : actual action, performed when this command is called o sub - string : name of the called routine o enable - CODEREF : returns enable status (0 for disable) o enable_event - string : API::EventTable ID when to check to en/disable o state - CODEREF : that returns state value (for switches) o state_event - string : API::EventTable ID when to check is state changed o label - string : descriptive name o help - string : short help sentence o key - string : label of key binding o keycode - numeric keycode o icon - Wx::Bitmap perl v5.12.4 2011-06-08 Kephra::CommandList(3pm)

Check Out this Related Man Page

QwtPickerDragRectMachine(3)					 Qwt User's Guide				       QwtPickerDragRectMachine(3)

NAME
QwtPickerDragRectMachine - A state machine for rectangle selections. SYNOPSIS
#include <qwt_picker_machine.h> Inherits QwtPickerMachine. Public Types enum Command { Begin, Append, Move, End } typedef QList< Command > CommandList Public Member Functions void reset () void setState (int) int state () const virtual CommandList transition (const QwtEventPattern &, const QEvent *) Detailed Description A state machine for rectangle selections. Pressing QwtEventPattern::MouseSelect1 selects the first point, releasing it the second point. Pressing QwtEventPattern::KeySelect1 also selects the first point, a second press selects the second point and terminates the selection. See also: QwtEventPattern::MousePatternCode, QwtEventPattern::KeyPatternCode Member Enumeration Documentation enum QwtPickerMachine::Command [inherited] Commands - the output of the state machine. Member Function Documentation void QwtPickerMachine::reset () [inherited] Set the current state to 0. void QwtPickerMachine::setState (intstate) [inherited] Change the current state. int QwtPickerMachine::state () const [inherited] Return the current state. QwtPickerMachine::CommandList QwtPickerDragRectMachine::transition (const QwtEventPattern &eventPattern, const QEvent *e) [virtual] Transition. Implements QwtPickerMachine. Author Generated automatically by Doxygen for Qwt User's Guide from the source code. Version 5.2.2 Mon Aug 1 2011 QwtPickerDragRectMachine(3)
Man Page