MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / clear

Method clear

player/NymphCastPlayer/litehtml/src/table.cpp:382–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382void litehtml::table_grid::clear()
383{
384 m_rows_count = 0;
385 m_cols_count = 0;
386 m_cells.clear();
387 m_columns.clear();
388 m_rows.clear();
389}
390
391void litehtml::table_grid::calc_horizontal_positions( margins& table_borders, border_collapse bc, int bdr_space_x)
392{

Callers 15

updateMethod · 0.45
buildIndexMethod · 0.45
setDocumentMethod · 0.45
findTextMethod · 0.45
remoteListRefreshMethod · 0.45
appsListRefreshMethod · 0.45
sendCommandMethod · 0.45
scanForSharesMethod · 0.45
addGroupsToRemotesMethod · 0.45
loadPlaylistMethod · 0.45
clearPlaylistMethod · 0.45
loadRemotesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected