Searched refs:tool (Results 26 - 50 of 150) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dtoolbar.h84 virtual bool DoInsertTool(size_t pos, wxToolBarToolBase *tool);
85 virtual bool DoDeleteTool(size_t pos, wxToolBarToolBase *tool);
87 virtual void DoEnableTool(wxToolBarToolBase *tool, bool enable);
88 virtual void DoToggleTool(wxToolBarToolBase *tool, bool toggle);
89 virtual void DoSetToggle(wxToolBarToolBase *tool, bool toggle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtbar95.h95 virtual bool DoInsertTool(size_t pos, wxToolBarToolBase *tool);
96 virtual bool DoDeleteTool(size_t pos, wxToolBarToolBase *tool);
98 virtual void DoEnableTool(wxToolBarToolBase *tool, bool enable);
99 virtual void DoToggleTool(wxToolBarToolBase *tool, bool toggle);
100 virtual void DoSetToggle(wxToolBarToolBase *tool, bool toggle);
141 // the tool the cursor is in
145 // makes sure tool bitmap size is sufficient for all tools
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dtbarsmpl.h121 virtual bool DoInsertTool(size_t pos, wxToolBarToolBase *tool);
122 virtual bool DoDeleteTool(size_t pos, wxToolBarToolBase *tool);
124 virtual void DoEnableTool(wxToolBarToolBase *tool, bool enable);
125 virtual void DoToggleTool(wxToolBarToolBase *tool, bool toggle);
126 virtual void DoSetToggle(wxToolBarToolBase *tool, bool toggle);
139 void DrawTool(wxToolBarToolBase *tool);
140 virtual void DrawTool(wxDC& dc, wxToolBarToolBase *tool);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Ddyntbar.h95 wxDynamicToolBar manages containment and layout of tool windows.
107 // Internal function for sizing tool windows.
136 // Adds a tool. See the documentation for wxToolBar for details.
142 // Adds a tool. See the documentation for wxToolBar for details.
149 // Adds a tool. See the documentation for wxToolBar for details.
157 virtual wxToolBarToolBase *AddTool (wxToolBarToolBase *tool) argument
158 { return wxToolBarBase::AddTool(tool); };
177 // Returns tool information for the given tool index.
181 // Removes the given tool
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/wince/
H A Dtbarwce.h51 virtual bool DoInsertTool(size_t pos, wxToolBarToolBase *tool);
52 virtual bool DoDeleteTool(size_t pos, wxToolBarToolBase *tool);
54 virtual void DoEnableTool(wxToolBarToolBase *tool, bool enable);
55 virtual void DoToggleTool(wxToolBarToolBase *tool, bool toggle);
56 virtual void DoSetToggle(wxToolBarToolBase *tool, bool toggle);
140 virtual bool DoInsertTool(size_t pos, wxToolBarToolBase *tool);
141 virtual bool DoDeleteTool(size_t pos, wxToolBarToolBase *tool);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtoolbar.tex36 If you use more than 16 colours in your tool bitmaps, you may wish to suppress
88 the identifier of the tool is passed, but for EVT\_TOOL\_ENTER the toolbar
89 window identifier is passed and the tool identifier is retrieved from the wxCommandEvent.
90 This is because the identifier may be -1 when the mouse moves off a tool, and -1 is not
96 (a synonym for wxEVT\_COMMAND\_MENU\_SELECTED). Pass the id of the tool.}
102 Pass the id of the tool.}
106 Pass the id of the toolbar itself. The value of wxCommandEvent::GetSelection is the tool id, or -1 if the mouse cursor has moved off a tool.}
203 \func{wxToolBarToolBase*}{AddTool}{\param{wxToolBarToolBase* }{tool}}
205 Adds a tool t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-wacom.c32 __u16 tool; member in struct:wacom_data
185 int tool, x, y, rw; local
190 tool = 0;
202 /* Get current tool identifier */
206 tool = BTN_TOOL_PEN;
210 tool = BTN_TOOL_RUBBER;
215 tool = BTN_TOOL_MOUSE;
219 /* Reset tool if out of active tablet area */
221 tool = 0;
224 /* If tool change
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Dmakesfx.c11 /* the Amiga a special tool is needed. By Paul Kienitz, no rights reserved. */
124 FILE *out, *arch, *tool; local
148 if (!(tool = fopen(toolname, "rb"))) {
151 if (!(tool = fopen(toolname, "rb"))) {
163 fclose(tool);
167 ret = CopyData(out, tool, 0, argv[1], toolname)
171 fclose(tool);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/tablet/
H A Dwacom_wac.c26 wacom->tool[0] = (data[5] & 0x20) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN;
28 input_report_key(input, wacom->tool[0], 1);
29 input_report_abs(input, ABS_MISC, wacom->id[0]); /* report tool id */
36 input_report_key(input, wacom->tool[0], 0);
37 input_report_abs(input, ABS_MISC, 0); /* report tool id */
45 input_report_abs(input, ABS_MISC, STYLUS_DEVICE_ID); /* report tool id */
86 * an out of proximity for previous tool then a in for new tool.
88 if (!wacom->tool[0]) {
91 wacom->tool[
[all...]
H A Dwacom_wac.h85 int tool[3]; member in struct:wacom_wac
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/
H A DMakefile21 32bit-tool-archpref = mipsel
22 64bit-tool-archpref = mips64el
28 32bit-tool-archpref = mips
29 64bit-tool-archpref = mips64
37 tool-archpref = $(32bit-tool-archpref)
41 tool-archpref = $(64bit-tool-archpref)
47 CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dauibar.cpp594 // if the tool has a dropdown button, add it to the width
1169 // apply tool packing
1476 wxAuiToolBarItem* tool = FindTool(tool_id); local
1478 if (tool && (tool->kind == wxITEM_CHECK || tool->kind == wxITEM_RADIO))
1480 if (tool->kind == wxITEM_RADIO)
1502 tool->state |= wxAUI_BUTTON_STATE_CHECKED;
1504 else if (tool->kind == wxITEM_CHECK)
1507 tool
1516 wxAuiToolBarItem* tool = FindTool(tool_id); local
1531 wxAuiToolBarItem* tool = FindTool(tool_id); local
1544 wxAuiToolBarItem* tool = FindTool(tool_id); local
1554 wxAuiToolBarItem* tool = FindTool(tool_id); local
1564 wxAuiToolBarItem* tool = FindTool(tool_id); local
1573 wxAuiToolBarItem* tool = FindTool(tool_id); local
1583 wxAuiToolBarItem* tool = FindTool(tool_id); local
1592 wxAuiToolBarItem* tool = FindTool(tool_id); local
1602 wxAuiToolBarItem* tool = FindTool(tool_id); local
1611 wxAuiToolBarItem* tool = FindTool(tool_id); local
1621 wxAuiToolBarItem* tool = FindTool(tool_id); local
1702 wxAuiToolBarItem* tool = FindTool(tool_id); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-dnsconfd/
H A Davahi-dnsconfd.action60 # We have Debian's resolvconf tool
71 # No resolvconf tool available
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-dnsconfd/
H A Davahi-dnsconfd.action60 # We have Debian's resolvconf tool
71 # No resolvconf tool available
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtbarbase.h53 // is popped up when the mouse pointer enters the tool and the long help string
118 wxASSERT_MSG( IsControl(), wxT("this toolbar tool is not a control") );
193 // add tool to/remove it from a toolbar
200 // tool parameters
202 int m_id; // the tool id, wxID_SEPARATOR for separator
212 // tool state
216 // normal and disabled bitmaps for the tool, both can be invalid
273 // add a check tool, i.e. a tool which can be toggled
286 // add a radio tool,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/usr/etc/avahi/
H A Davahi-dnsconfd.action60 # We have Debian's resolvconf tool
71 # No resolvconf tool available
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/test/
H A DMakefile28 valgrind --tool=memcheck --leak-check=full --show-reachable=yes --num-callers=20 --track-fds=yes ./kqtest
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/test/stress/
H A DMakefile18 valgrind --tool=memcheck --leak-check=full --show-reachable=yes \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/
H A Dautogen.sh9 # - the GNULIB_TOOL environment variable pointing to the gnulib-tool script
65 # Now it should contain a gnulib-tool.
66 if test -f gnulib/gnulib-tool; then
67 GNULIB_TOOL=`pwd`/gnulib/gnulib-tool
69 echo "** warning: gnulib-tool not found" 1>&2
72 # Skip the gnulib-tool step if gnulib-tool was not found.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/
H A Dautogen.sh9 # - the GNULIB_TOOL environment variable pointing to the gnulib-tool script
59 # Now it should contain a gnulib-tool.
60 if test -f gnulib/gnulib-tool; then
61 GNULIB_TOOL=`pwd`/gnulib/gnulib-tool
63 echo "** warning: gnulib-tool not found" 1>&2
66 # Skip the gnulib-tool step if gnulib-tool was not found.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/manual/
H A Dstudio.tex75 To create a new diagram, click on "File|New" or the New tool.
91 \item a pointer tool used for selecting, moving and sizing objects;
92 \item a text tool used for editing text or creating new text boxes;
93 \item a tool for each of the symbols.
100 tool will revert to the pointer tool, so to add another object,
129 "Toggle arrow" tool on the formatting toolbar.
133 Select the text tool (on the symbol palette) and left-click on
146 Select several objects and click on an alignment tool on
149 the size of a object to other objects with the "Copy size" tool
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Ddyntbar.cpp575 bool wxDynamicToolBar::DoInsertTool( size_t WXUNUSED(pos), wxToolBarToolBase* WXUNUSED(tool) )
580 bool wxDynamicToolBar::DoDeleteTool( size_t WXUNUSED(pos), wxToolBarToolBase* WXUNUSED(tool) )
585 void wxDynamicToolBar::DoEnableTool( wxToolBarToolBase* WXUNUSED(tool), bool WXUNUSED(enable) )
589 void wxDynamicToolBar::DoToggleTool( wxToolBarToolBase* WXUNUSED(tool), bool WXUNUSED(toggle) )
593 void wxDynamicToolBar::DoSetToggle( wxToolBarToolBase* WXUNUSED(tool), bool WXUNUSED(toggle) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/
H A Dtre.spec42 The agrep tool is similar to the commonly used grep utility, but agrep
45 The agrep tool searches text input for lines (or records separated by
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Dfooter.tex12 hostage-taking; Open Source is the net's greatest tool to keep
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dopus.mak4 # libopus output with the official opus_compare tool. We cannot use libopus

Completed in 177 milliseconds

123456