Home
last modified time | relevance | path

Searched refs:UserColorTableArray (Results 1 – 1 of 1) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dchart1.cpp373 static wxArrayPtrVoid *UserColorTableArray; variable
3147 for( unsigned int i = 0; i < UserColorTableArray->GetCount(); i++ ) { in SetAndApplyColorScheme()
3148 colTable *ct = (colTable *) UserColorTableArray->Item( i ); in SetAndApplyColorScheme()
11310 UserColorTableArray = new wxArrayPtrVoid;
11317 UserColorTableArray->Add( (void *) ct );
11322 UserColorTableArray->Add( (void *) ct );
11327 UserColorTableArray->Add( (void *) ct );
11334 ctp = (colTable *) ( UserColorTableArray->Item( it ) );
11391 for( i = 0; i < UserColorTableArray->GetCount(); i++ ) {
11392 colTable *ct = (colTable *) UserColorTableArray->Item( i );
[all …]