User:Barre: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(6 intermediate revisions by the same user not shown) | |||
Line 134: | Line 134: | ||
</graphviz> | </graphviz> | ||
FOOBAR | |||
<graphviz> | |||
digraph G { | digraph G { | ||
rankdir=LR; | rankdir=LR; | ||
Line 141: | Line 142: | ||
edge [fontcolor="#0000ff", fontsize=8, fontname="Helvetica"]; | edge [fontcolor="#0000ff", fontsize=8, fontname="Helvetica"]; | ||
1 [label="Operator | 1 [label="Operator (I)\n[e]"]; | ||
2 [label="Operator | 2 [label="Operator (V)"]; | ||
3 [label="Operand 1 | 3 [label="Operand 1 (I)\n[e]"]; | ||
4 [label="Operand 1 | 4 [label="Operand 1 (V)"]; | ||
5 [label="Operand 2 | 5 [label="Operand 2 (I)\n[e]"]; | ||
6 [label="Operand 2 | 6 [label="Operand 2 (V)"]; | ||
7 [label="Result | 7 [label="Result (I)\n[e]"]; | ||
8 [label="Result | 8 [label="Result (V)"]; | ||
9 [label="Go To"]; | 9 [label="Go To"]; | ||
Line 209: | Line 210: | ||
label="KWWizardDialogExample 1.0"; | label="KWWizardDialogExample 1.0"; | ||
} | } | ||
</graphviz> |
Latest revision as of 17:06, 13 December 2007
<kw_bread_crumbs>prefix=» |small=1|bgcolor=F9F9F9|trim_prefix=User:|on_top_hack=1</kw_bread_crumbs>
Wiki
- MediaWiki topics, including my MediaWiki extensions
- TWiki topics
- DokuWiki
- Wiki Engine Comparison
Slicer
- Slicer topics
C/C++
CMake stuff
- Add a 'cvsupdate' target to update the source tree from the build tree:
ADD_CUSTOM_TARGET(cvsupdate ${CMAKE_COMMAND} -E chdir "${CMAKE_SOURCE_DIR}" "${CVSCOMMAND}" update)
State Machine
Wizard Workflow
FOOBAR