Sandbox: Difference between revisions
Jump to navigation
Jump to search
Thestasitest (talk | contribs) |
|||
| Line 39: | Line 39: | ||
==Please delete me== | ==Please delete me== | ||
<pre> | |||
CDirProjItem* CItem::GetItemDir() | |||
{ | |||
</ | CDirProjItem *dirP = GetMRUItemDir(); | ||
if (dirP == NULL) { | |||
BOOST_FOREACH(CDirProjItem *it_dirP, i_itemDirV) { | |||
if (it_dirP->GetItemContext() == this) { | |||
dirP = it_dirP; | |||
break; | |||
} | |||
} | |||
} | |||
return dirP; | |||
} | |||
</pre> | |||
Revision as of 23:30, 19 February 2010
Useful Characters
- cmd: ⌘
- shift: ⇧
- option: ⌥
- ctrl: ⌃
- apple:
- caps: ⇪
- check: ✓
- inverted ?: ¿
- snowman: ☃
- ??: −
- ??: ś
コンポ 1
Color Chips
- W
- W
- W
- W
house: http://tinyurl.com/3ybeu2
Skip This Section
Languages Tests
<multilang> @en Text in english @fr Texte en français @de In Deutsch @ja 日本語のテキスト </multilang>
Reference:
English –
Translations:
{{
- ifexist: Sandbox/de | Deutsch •
}}{{
- ifexist: Sandbox/es | Español •
}}{{
- ifexist: Sandbox/fi | Suomi •
}}{{
- ifexist: Sandbox/fr | Français •
}}{{
- ifexist: Sandbox/it | Italiano •
}}{{
- ifexist: Sandbox/he | עברית •
}}{{
- ifexist: Sandbox/ja | 日本語 •
}}{{
- ifexist: Sandbox/ko | 한국어 •
}}{{
- ifexist: Sandbox/no | Norsk nynorsk •
}}{{
- ifexist: Sandbox/pl | Polski •
}}{{
- ifexist: Sandbox/pt | Português •
}}{{
- ifexist: Sandbox/ru | Русский •
}}{{
- ifexist: Sandbox/sq | Shqip •
}}{{
- ifexist: Sandbox/zh | 中文 •
}}
Please delete me
CDirProjItem* CItem::GetItemDir()
{
CDirProjItem *dirP = GetMRUItemDir();
if (dirP == NULL) {
BOOST_FOREACH(CDirProjItem *it_dirP, i_itemDirV) {
if (it_dirP->GetItemContext() == this) {
dirP = it_dirP;
break;
}
}
}
return dirP;
}